mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
26 lines
837 B
Plaintext
26 lines
837 B
Plaintext
Usage: coder agent [flags]
|
||
|
||
Starts the Coder workspace agent.
|
||
|
||
[1mOptions[0m
|
||
--auth string, $CODER_AGENT_AUTH (default: token)
|
||
Specify the authentication type to use for the agent.
|
||
|
||
--log-dir string, $CODER_AGENT_LOG_DIR (default: /tmp)
|
||
Specify the location for the agent log files.
|
||
|
||
--no-reap bool
|
||
Do not start a process reaper.
|
||
|
||
--pprof-address string, $CODER_AGENT_PPROF_ADDRESS (default: 127.0.0.1:6060)
|
||
The address to serve pprof.
|
||
|
||
--ssh-max-timeout duration, $CODER_AGENT_SSH_MAX_TIMEOUT (default: 0)
|
||
Specify the max timeout for a SSH connection.
|
||
|
||
--tailnet-listen-port int, $CODER_AGENT_TAILNET_LISTEN_PORT (default: 0)
|
||
Specify a static port for Tailscale to use for listening.
|
||
|
||
---
|
||
Run `coder --help` for a list of global options.
|