diff --git a/cli/app/restart.go b/cli/app/restart.go index eea10397..184ca0fc 100644 --- a/cli/app/restart.go +++ b/cli/app/restart.go @@ -123,6 +123,13 @@ Pass "--all-services/-a" to restart all services.`, var allServices bool func init() { + AppRestartCommand.Flags().BoolVarP( + &internal.Chaos, + "chaos", + "C", + false, + "ignore uncommitted recipes changes", + ) AppRestartCommand.Flags().BoolVarP( &allServices, "all-services",