25 lines
553 B
Markdown
25 lines
553 B
Markdown
|
|
# 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 gateway`
|
||
|
|
|
||
|
|
- Start the gateway on a specific port:
|
||
|
|
|
||
|
|
`zeroclaw gateway {{[-p|--port]}} {{8080}}`
|
||
|
|
|
||
|
|
- Start the gateway on a random available port:
|
||
|
|
|
||
|
|
`zeroclaw gateway {{[-p|--port]}} 0`
|
||
|
|
|
||
|
|
- Start the gateway on a specific host:
|
||
|
|
|
||
|
|
`zeroclaw gateway --host {{0.0.0.0}} {{[-p|--port]}} {{8080}}`
|
||
|
|
|
||
|
|
- Display help:
|
||
|
|
|
||
|
|
`zeroclaw gateway {{[-h|--help]}}`
|