mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Refs #25936. Adds a configurable per-org default member role set. Unioned into each member's effective roles at read time. <sub>with Coder Agents on behalf of @Emyrk.</sub>
22 lines
524 B
Plaintext
22 lines
524 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder organizations list [flags]
|
|
|
|
List all organizations
|
|
|
|
Aliases: ls
|
|
|
|
List all organizations. Requires a role which grants ResourceOrganization:
|
|
read.
|
|
|
|
OPTIONS:
|
|
-c, --column [id|name|display name|icon|description|created at|updated at|default|default org member roles] (default: name,display name,id,default)
|
|
Columns to display in table output.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|