deploy

package
v1.6.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2026 License: Apache-2.0 Imports: 28 Imported by: 0

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

type CloudInstanceStatus struct {
	Ready    []string
	NotReady []string
	Provider string
}

CloudInstanceStatus holds cloud account instances grouped by status

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL