mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
683a7c0957
follows on from #21940. The API endpoints existed for this already, so this PR just adds CLI functionality which uses those API endpoints. Generated with the help of Mux
22 lines
499 B
Plaintext
22 lines
499 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: 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.
|