Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMainCommand ¶
func HandleDeploy ¶ added in v0.18.0
func HandleDeploy(cmd *cobra.Command, deployOptions *environment.DeployOptions, action string, kubernetesIntegration string, printLogs bool) error
Types ¶
type CreateSource ¶ added in v0.13.0
type CreateSource struct { TemplateID string Git string YamlPath string GitRepo string GitBranch string GitPath string }
func (*CreateSource) UpdateCommandFlags ¶ added in v0.16.0
func (createSource *CreateSource) UpdateCommandFlags(command *cobra.Command)
type DeployData ¶ added in v0.16.0
type DeployData struct {
K8SIntegration string
}
type EditComponentsSource ¶ added in v0.16.0
type EditSource ¶ added in v0.16.0
type EditSource struct { TemplateID string Git string YamlPath string GitRepo string GitBranch string GitPath string }
func (*EditSource) UpdateCommandFlags ¶ added in v0.16.0
func (es *EditSource) UpdateCommandFlags(command *cobra.Command)
Click to show internal directories.
Click to hide internal directories.