cli: minor improvements of output

This commit is contained in:
Thomas Tendyck 2022-09-11 16:24:15 +02:00 committed by Thomas Tendyck
parent d83a5f8693
commit 4b36d3a930
7 changed files with 8 additions and 9 deletions

View file

@ -19,8 +19,8 @@ func NewUpgradeCmd() *cobra.Command {
Args: cobra.ExactArgs(0),
}
cmd.AddCommand(newUpgradeExecuteCmd())
cmd.AddCommand(newUpgradePlanCmd())
cmd.AddCommand(newUpgradeExecuteCmd())
return cmd
}