Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectDeploy ¶
type ProjectDeploy struct {
// contains filtered or unexported fields
}
func NewProjectDeploy ¶
func NewProjectDeploy(projectDirectory string, opts ...ProjectDeployOption) (*ProjectDeploy, error)
func (*ProjectDeploy) Deploy ¶
func (p *ProjectDeploy) Deploy(opts ...ProjectDeployExecutorOptions) error
type ProjectDeployExecutorOptions ¶
type ProjectDeployExecutorOptions func(executor *projectDeployExecutor)
type ProjectDeployOption ¶
type ProjectDeployOption func(deploy *ProjectDeploy)
func WithAdminSecret ¶
func WithAdminSecret(adminSecret string) ProjectDeployOption
func WithCliExtPath ¶
func WithCliExtPath(path string) ProjectDeployOption
func WithEndpoint ¶
func WithEndpoint(endpoint string) ProjectDeployOption
Click to show internal directories.
Click to hide internal directories.