Merge "Add progress bool flag for phase run command"

This commit is contained in:
Zuul 2021-01-20 17:30:22 +00:00 committed by Gerrit Code Review
commit cfa2bc0ab6
2 changed files with 6 additions and 0 deletions

View File

@ -65,5 +65,10 @@ func NewRunCommand(cfgFactory config.Factory) *cobra.Command {
"kubeconfig",
"",
"Path to kubeconfig associated with site being managed")
flags.BoolVar(
&p.Options.Progress,
"progress",
false,
"show progress")
return runCmd
}

View File

@ -13,4 +13,5 @@ Flags:
--dry-run simulate phase execution
-h, --help help for run
--kubeconfig string Path to kubeconfig associated with site being managed
--progress show progress
--wait-timeout duration wait timeout