Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RunCmd = &cobra.Command{
Use: "run",
Short: "Run development environment\n",
PreRunE: preRun,
RunE: runRun,
Example: ` we run
we run stop
we run --project chat
we run --start-infra to startup only the local infrastructure
we run --shutdown-infra to shutdown the local infrastructure`,
}
RunCmd 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.