diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index f53031c8e..6be82d3a2 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -177,7 +177,6 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { }, ) - extCmd.Hidden = true return &extCmd }