mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
22 lines
678 B
Plaintext
22 lines
678 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder provisioner list [flags]
|
|
|
|
List provisioner daemons in an organization
|
|
|
|
Aliases: ls
|
|
|
|
OPTIONS:
|
|
-O, --org string, $CODER_ORGANIZATION
|
|
Select which organization (uuid or name) to use.
|
|
|
|
-c, --column [id|organization id|created at|last seen at|name|version|api version|tags|key name|status|current job id|current job status|previous job id|previous job status|organization] (default: name,organization,status,key name,created at,last seen at,version,tags)
|
|
Columns to display in table output.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|