feat: implement create org commands from cli (#12308)

* feat: implement create org commands from cli
This commit is contained in:
Steven Masley
2024-02-27 10:13:08 -06:00
committed by GitHub
parent 5757321ba2
commit 19baca55da
2 changed files with 66 additions and 0 deletions

View File

@ -27,6 +27,7 @@ func (r *RootCmd) organizations() *clibase.Cmd {
Children: []*clibase.Cmd{
r.currentOrganization(),
r.switchOrganization(),
r.createOrganization(),
},
}