Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeployCmd = &cobra.Command{ Use: "deploy [--file=file] [--product-name=service-name] [--dry-run] [--deployment-type=deployment-type] [--spec-type=spec-type] [--cloud-provider=cloud] [--region=region] [--env-type=type] [--env-name=name] [--skip-docker-build] [--platforms=platforms] [--param key=value] [--param-file=file] [--instance-id=id] [--resource-id=id] [--github-user-name=username]", Short: "Build or update a service and deploy or upgrade an instance", Long: deployLong, Example: deployExample, Args: cobra.MaximumNArgs(1), RunE: runDeploy, SilenceUsage: true, }
DeployCmd represents the deploy command
Functions ¶
This section is empty.
Types ¶
type CloudInstanceStatus ¶
CloudInstanceStatus holds cloud account instances grouped by status
Click to show internal directories.
Click to hide internal directories.