fix: Adds chaos flag to restart command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cee808ff06
commit
d09a19a385
@ -123,6 +123,13 @@ Pass "--all-services/-a" to restart all services.`,
|
|||||||
var allServices bool
|
var allServices bool
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
AppRestartCommand.Flags().BoolVarP(
|
||||||
|
&internal.Chaos,
|
||||||
|
"chaos",
|
||||||
|
"C",
|
||||||
|
false,
|
||||||
|
"ignore uncommitted recipes changes",
|
||||||
|
)
|
||||||
AppRestartCommand.Flags().BoolVarP(
|
AppRestartCommand.Flags().BoolVarP(
|
||||||
&allServices,
|
&allServices,
|
||||||
"all-services",
|
"all-services",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user