refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,11 +1,11 @@
---
summary: "CLI reference for `moltbot logs` (tail gateway logs via RPC)"
summary: "CLI reference for `openclaw logs` (tail gateway logs via RPC)"
read_when:
- You need to tail Gateway logs remotely (without SSH)
- You want JSON log lines for tooling
---
# `moltbot logs`
# `openclaw logs`
Tail Gateway file logs over RPC (works in remote mode).
@@ -15,9 +15,9 @@ Related:
## Examples
```bash
moltbot logs
moltbot logs --follow
moltbot logs --json
moltbot logs --limit 500
openclaw logs
openclaw logs --follow
openclaw logs --json
openclaw logs --limit 500
```