zeroclaw daemon
all
Start the full autonomous runtime for ZeroClaw (gateway + channels + heartbeat).
More info →Options (2)
-p, --portbooleanStart the daemon on a specific port
Example:
zeroclaw daemon {{[-p|--port]}} {{8080}}-h, --helpbooleanDisplay help
Example:
zeroclaw daemon {{[-h|--help]}}Examples (5)
Start the daemon on default port (8080)
Start the daemon on a specific port
zeroclaw daemon [-p|--port] 8080Start the daemon on a random available port
zeroclaw daemon [-p|--port] 0Start the daemon on a specific host
zeroclaw daemon --host 0.0.0.0 [-p|--port] 8080Display help
zeroclaw daemon [-h|--help]made by @shridhargupta | data from tldr-pages