Merge "Add progress bool flag for phase run command"
This commit is contained in:
commit
cfa2bc0ab6
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user