Skip to content

Commit

Permalink
Unhide orb init command. (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Simmer authored Oct 1, 2020
1 parent e267aba commit b12429a
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 @@ -309,8 +309,7 @@ Please note that at this time all orbs created in the registry are world-readabl
RunE: func(_ *cobra.Command, _ []string) error {
return initOrb(opts)
},
Hidden: true,
Args: cobra.ExactArgs(1),
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 b12429a

Please sign in to comment.