#too many arguments for gateway
1 messages Β· Page 1 of 1 (latest)
openclaw gateway config isnβt a thing β thatβs why you get:
expected 0 arguments β¦ got 1
In OpenClaw:
- Gateway CLI lives under
openclaw gateway β¦(run/status/start/stop/etc)
Docs: https://docs.openclaw.ai/cli/gateway - Config is managed via
openclaw config β¦(or by editing the JSON5 file)
Docs: https://docs.openclaw.ai/cli/config and https://docs.openclaw.ai/gateway/configuration
Examples:
openclaw config get agents.defaults.workspace
openclaw config set agents.defaults.heartbeat.every "2h"