mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-24 13:53:26 -05:00
cli: minor improvements of output
This commit is contained in:
parent
d83a5f8693
commit
4b36d3a930
7 changed files with 8 additions and 9 deletions
|
|
@ -19,8 +19,8 @@ func NewUpgradeCmd() *cobra.Command {
|
|||
Args: cobra.ExactArgs(0),
|
||||
}
|
||||
|
||||
cmd.AddCommand(newUpgradeExecuteCmd())
|
||||
cmd.AddCommand(newUpgradePlanCmd())
|
||||
cmd.AddCommand(newUpgradeExecuteCmd())
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue