Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeployCmd = &cobra.Command{
Use: "deploy",
Short: "Performs a deployment",
PreRunE: preRun,
RunE: runRun,
Example: ` we deploy
we deploy --project chat
we deploy --start-local-infra to startup only the local infrastructure
we deploy --stop-local-infra to shutdown the local infrastructure`,
}
DeployCmd runs the WeDeploy local infrastructure and / or a project or container
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.