diff --git a/cmd/phase/run.go b/cmd/phase/run.go index 7838aba2c..345522255 100644 --- a/cmd/phase/run.go +++ b/cmd/phase/run.go @@ -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 } diff --git a/cmd/phase/testdata/TestRunGoldenOutput/run-with-help.golden b/cmd/phase/testdata/TestRunGoldenOutput/run-with-help.golden index ba86eb730..e13f4e122 100644 --- a/cmd/phase/testdata/TestRunGoldenOutput/run-with-help.golden +++ b/cmd/phase/testdata/TestRunGoldenOutput/run-with-help.golden @@ -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