add notify-upgrade command

This commit is contained in:
nils måsén 2022-09-07 15:24:56 +02:00
parent d30cfabbcb
commit 42b65b42f3
2 changed files with 111 additions and 0 deletions

View file

@ -66,6 +66,7 @@ func init() {
// Execute the root func and exit in case of errors
func Execute() {
rootCmd.AddCommand(notifyUpgradeCommand)
if err := rootCmd.Execute(); err != nil {
log.Fatal(err)
}