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