mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
be516f9686
* chore: unhide multi-organization cli commands Multi-org is going into GA, unhide cli commands
24 lines
653 B
Plaintext
24 lines
653 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder organizations [flags] [subcommand]
|
|
|
|
Organization related commands
|
|
|
|
Aliases: organization, org, orgs
|
|
|
|
SUBCOMMANDS:
|
|
create Create a new organization.
|
|
members Manage organization members
|
|
roles Manage organization roles.
|
|
show Show the organization. Using "selected" will show the selected
|
|
organization from the "--org" flag. Using "me" will show all
|
|
organizations you are a member of.
|
|
|
|
OPTIONS:
|
|
-O, --org string, $CODER_ORGANIZATION
|
|
Select which organization (uuid or name) to use.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|