Skip to content

Commit

Permalink
Unhide orb pack (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Simmer authored Aug 4, 2020
1 parent e08af42 commit 8a3435b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ Please note that at this time all orbs created in the registry are world-readabl
RunE: func(_ *cobra.Command, _ []string) error {
return packOrb(opts)
},
Args: cobra.ExactArgs(1),
Hidden: true,
Args: cobra.ExactArgs(1),
}

orbCreate.Flags().BoolVar(&opts.integrationTesting, "integration-testing", false, "Enable test mode to bypass interactive UI.")
Expand Down

0 comments on commit 8a3435b

Please sign in to comment.