Coder powers secure, scalable development across key industries — automotive, finance, government, and technology — enabling faster builds, tighter compliance, and seamless AI adoption in enterprise-grade cloud environments.
Provisioner key to authenticate with Coder server.
--name
Type
string
Environment
$CODER_PROVISIONER_DAEMON_NAME
Name of this provisioner daemon. Defaults to the current hostname without FQDN.
--verbose
Type
bool
Environment
$CODER_PROVISIONER_DAEMON_VERBOSE
Default
false
Output debug-level logs.
--log-human
Type
string
Environment
$CODER_PROVISIONER_DAEMON_LOGGING_HUMAN
Default
/dev/stderr
Output human-readable logs to a given file.
--log-json
Type
string
Environment
$CODER_PROVISIONER_DAEMON_LOGGING_JSON
Output JSON logs to a given file.
--log-stackdriver
Type
string
Environment
$CODER_PROVISIONER_DAEMON_LOGGING_STACKDRIVER
Output Stackdriver compatible logs to a given file.
--log-filter
Type
string-array
Environment
$CODER_PROVISIONER_DAEMON_LOG_FILTER
Filter debug logs by matching against a given regex. Use .* to match all debug logs.
--prometheus-enable
Type
bool
Environment
$CODER_PROMETHEUS_ENABLE
Default
false
Serve prometheus metrics on the address defined by prometheus address.
--prometheus-address
Type
string
Environment
$CODER_PROMETHEUS_ADDRESS
Default
127.0.0.1:2112
The bind address to serve prometheus metrics.
--experiments
Type
string-array
Environment
$CODER_EXPERIMENTS
YAML
experiments
Enable one or more experiments. These are not ready for production. Separate multiple experiments with commas, or enter '*' to opt-in to all available experiments.