fix: Adds chaos flag to restart command
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
8a01b8eb41
commit
33d5885f6f
@ -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