mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5bf46f360a
* chore: remove org context switcher in the cli
21 lines
567 B
Plaintext
21 lines
567 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 string-array (default: name,display name,organization id,members,avatar url)
|
|
Columns to display in table output. Available columns: name, display
|
|
name, organization id, members, avatar url.
|
|
|
|
-o, --output string (default: table)
|
|
Output format. Available formats: table, json.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|