mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: implement create org commands from cli (#12308)
* feat: implement create org commands from cli
This commit is contained in:
@ -27,6 +27,7 @@ func (r *RootCmd) organizations() *clibase.Cmd {
|
||||
Children: []*clibase.Cmd{
|
||||
r.currentOrganization(),
|
||||
r.switchOrganization(),
|
||||
r.createOrganization(),
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user