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
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder organizations roles show [flags] [role_names ...]
|
|
|
|
Show role(s)
|
|
|
|
OPTIONS:
|
|
-c, --column [name|display name|organization id|site permissions|organization permissions|user permissions] (default: name,display name,site permissions,organization permissions,user permissions)
|
|
Columns to display in table output.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|