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:
Steven Masley
2024-09-17 10:22:20 -05:00
committed by GitHub
parent 370f0b9020
commit be516f9686
38 changed files with 725 additions and 7 deletions

View File

@ -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)
},