We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create
1 parent 628b530 commit 39f13c7Copy full SHA for 39f13c7
cmd/root.go
@@ -129,7 +129,8 @@ func init() {
129
rootCmd.AddCommand(profilesCmd)
130
rootCmd.AddCommand(proxies.ProxiesCmd)
131
rootCmd.AddCommand(extensionsCmd)
132
- rootCmd.AddCommand(createCmd)
+ // Hide create command while WIP
133
+ // rootCmd.AddCommand(createCmd)
134
135
rootCmd.PersistentPostRunE = func(cmd *cobra.Command, args []string) error {
136
// running synchronously so we never slow the command
0 commit comments