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