mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: unhide multi-organization cli commands (#14693)
* chore: unhide multi-organization cli commands Multi-org is going into GA, unhide cli commands
This commit is contained in:
@ -18,7 +18,6 @@ func (r *RootCmd) organizations() *serpent.Command {
|
||||
Use: "organizations [subcommand]",
|
||||
Short: "Organization related commands",
|
||||
Aliases: []string{"organization", "org", "orgs"},
|
||||
Hidden: true, // Hidden until these commands are complete.
|
||||
Handler: func(inv *serpent.Invocation) error {
|
||||
return inv.Command.HelpHandler(inv)
|
||||
},
|
||||
|
Reference in New Issue
Block a user