Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RestartCmd = &cobra.Command{
Use: "restart <host> or --project <project> --container <container>",
Short: "Restart project or container running on WeDeploy",
PreRunE: preRun,
RunE: restartRun,
Example: `we restart --project chat --container data
we restart data
we restart data.chat
we restart data.chat --remote cloud
we restart data.chat.wedeploy.me`,
}
RestartCmd is used for getting restart
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.