mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
cb4989cd8d
Signed-off-by: Spike Curtis <spike@coder.com>
1.8 KiB
Generated
1.8 KiB
Generated
provisionerd start
Run a provisioner daemon
Usage
coder provisionerd start [flags]
Options
-c, --cache-dir
| Type | string |
| Environment | $CODER_CACHE_DIRECTORY |
| Default | ~/.cache/coder |
Directory to store cached data.
--poll-interval
| Type | duration |
| Environment | $CODER_PROVISIONERD_POLL_INTERVAL |
| Default | 1s |
How often to poll for provisioner jobs.
--poll-jitter
| Type | duration |
| Environment | $CODER_PROVISIONERD_POLL_JITTER |
| Default | 100ms |
How much to jitter the poll interval by.
--psk
| Type | string |
| Environment | $CODER_PROVISIONER_DAEMON_PSK |
Pre-shared key to authenticate with Coder server.
-t, --tag
| Type | string-array |
| Environment | $CODER_PROVISIONERD_TAGS |
Tags to filter provisioner jobs by.