Skip to content

Commit

Permalink
fix: unlist docgen command from CLI help page (#2251)
Browse files Browse the repository at this point in the history
* fix chocolatey test pipeline

* set api key for chocolatey

* enable debug in chocolatey

* disable push

* use cholatey repo url directly

* remove test file

* hide docgen command from CLI
  • Loading branch information
mathnogueira committed Mar 27, 2023
1 parent fb6ca92 commit 9471a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/docgen_cmd.go
Expand Up @@ -19,6 +19,7 @@ var docGenCmd = &cobra.Command{
Use: "docgen",
Short: "Generate the CLI documentation",
Long: "Generate the CLI documentation",
Hidden: true,
PreRun: setupCommand(),
Run: func(cmd *cobra.Command, args []string) {
os.RemoveAll(docsOutputDir)
Expand Down

0 comments on commit 9471a24

Please sign in to comment.