Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RestartCmd = &cobra.Command{
Use: "restart --url <host URL> or --project <project> --container <container>",
Short: "Restart project or container\n",
PreRunE: preRun,
RunE: restartRun,
Example: `we restart --project chat --container data
we restart --container data
we restart --project chat --container data
we restart --project chat --container data --remote cloud
we restart --url 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.