mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
20 lines
494 B
Plaintext
20 lines
494 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder groups list [flags]
|
|
|
|
List user groups
|
|
|
|
OPTIONS:
|
|
-O, --org string, $CODER_ORGANIZATION
|
|
Select which organization (uuid or name) to use.
|
|
|
|
-c, --column [name|display name|organization id|members|avatar url] (default: name,display name,organization id,members,avatar url)
|
|
Columns to display in table output.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|