AB#2308 / AB#2317 constellation upgrade plan (#3)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-08-31 11:59:07 +02:00 committed by GitHub
parent b27e205399
commit ce02878019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 844 additions and 17 deletions

View file

@ -14,6 +14,7 @@ func NewUpgradeCmd() *cobra.Command {
}
cmd.AddCommand(newUpgradeExecuteCmd())
cmd.AddCommand(newUpgradePlanCmd())
return cmd
}