diff --git a/cmd/commands.go b/cmd/commands.go index d87d69b..d2b11d2 100644 --- a/cmd/commands.go +++ b/cmd/commands.go @@ -148,10 +148,9 @@ type commandCatalog struct { } var commandsCmd = &cobra.Command{ - Use: "commands", - Short: "Output machine-readable command catalog (JSON)", - Hidden: true, - RunE: runCommands, + Use: "commands", + Short: "Output machine-readable command catalog (JSON)", + RunE: runCommands, } func init() {