mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
25 lines
957 B
Plaintext
25 lines
957 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|current job template name|current job template icon|current job template display name|previous job id|previous job status|previous job template name|previous job template icon|previous job template display name|organization] (default: created at,last seen at,key name,name,version,status,tags)
|
|
Columns to display in table output.
|
|
|
|
-l, --limit int, $CODER_PROVISIONER_LIST_LIMIT (default: 50)
|
|
Limit the number of provisioners returned.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|