snippetbashTip
zeroclaw gateway — Start the gateway server for ZeroClaw (webhooks and API). More information: <https://github.com/zero
Viewed 0 times
theservercommandstartgatewayzeroclaw gatewayclifor
Problem
How to use the
zeroclaw gateway command: Start the gateway server for ZeroClaw (webhooks and API). More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.Solution
zeroclaw gateway — Start the gateway server for ZeroClaw (webhooks and API). More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.Start the gateway on default port (8080):
zeroclaw gatewayStart the gateway on a specific port:
zeroclaw gateway {{[-p|--port]}} {{8080}}Start the gateway on a random available port:
zeroclaw gateway {{[-p|--port]}} 0Start the gateway on a specific host:
zeroclaw gateway --host {{0.0.0.0}} {{[-p|--port]}} {{8080}}Display help:
zeroclaw gateway {{[-h|--help]}}Code Snippets
Start the gateway on default port (8080)
zeroclaw gatewayStart the gateway on a specific port
zeroclaw gateway {{[-p|--port]}} {{8080}}Start the gateway on a random available port
zeroclaw gateway {{[-p|--port]}} 0Start the gateway on a specific host
zeroclaw gateway --host {{0.0.0.0}} {{[-p|--port]}} {{8080}}Display help
zeroclaw gateway {{[-h|--help]}}Context
tldr-pages: common/zeroclaw gateway
Revisions (0)
No revisions yet.