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. -m, --max-age duration, $CODER_PROVISIONER_LIST_MAX_AGE Filter provisioners by maximum age. -o, --output table|json (default: table) Output format. -f, --show-offline bool, $CODER_PROVISIONER_SHOW_OFFLINE Show offline provisioners. -s, --status [offline|idle|busy], $CODER_PROVISIONER_LIST_STATUS Filter by provisioner status. ——— Run `coder --help` for a list of global options.