mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 00:52:50 +00:00
30 lines
646 B
Plaintext
30 lines
646 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|