diff --git a/pkg/cmd/resource/apps.go b/pkg/cmd/resource/apps.go index d819c182..a44b89ff 100644 --- a/pkg/cmd/resource/apps.go +++ b/pkg/cmd/resource/apps.go @@ -11,6 +11,7 @@ func RemoveAppsCmd(rootCmd *cobra.Command) error { if appsCmd, ok := cmdutil.FindSubCmd(rootCmd, "apps"); ok { // Remove the autogenerated in favor of the plugin rootCmd.RemoveCommand(appsCmd) + delete(rootCmd.Annotations, "apps") } return nil