mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
docs: expand doctor and devices CLI references
This commit is contained in:
@@ -28,6 +28,8 @@ Notes:
|
||||
- Interactive prompts (like keychain/OAuth fixes) only run when stdin is a TTY and `--non-interactive` is **not** set. Headless runs (cron, Telegram, no terminal) will skip prompts.
|
||||
- `--fix` (alias for `--repair`) writes a backup to `~/.openclaw/openclaw.json.bak` and drops unknown config keys, listing each removal.
|
||||
- State integrity checks now detect orphan transcript files in the sessions directory and can archive them as `.deleted.<timestamp>` to reclaim space safely.
|
||||
- Doctor includes a memory-search readiness check and can recommend `openclaw configure --section model` when embedding credentials are missing.
|
||||
- If sandbox mode is enabled but Docker is unavailable, doctor reports a high-signal warning with remediation (`install Docker` or `openclaw config set agents.defaults.sandbox.mode off`).
|
||||
|
||||
## macOS: `launchctl` env overrides
|
||||
|
||||
|
||||
@@ -472,6 +472,20 @@ Subcommands:
|
||||
- `pairing approve <channel> <code> [--account <id>] [--notify]`
|
||||
- `pairing approve --channel <channel> [--account <id>] <code> [--notify]`
|
||||
|
||||
### `devices`
|
||||
|
||||
Manage gateway device pairing entries and per-role device tokens.
|
||||
|
||||
Subcommands:
|
||||
|
||||
- `devices list [--json]`
|
||||
- `devices approve [requestId] [--latest]`
|
||||
- `devices reject <requestId>`
|
||||
- `devices remove <deviceId>`
|
||||
- `devices clear --yes [--pending]`
|
||||
- `devices rotate --device <id> --role <role> [--scope <scope...>]`
|
||||
- `devices revoke --device <id> --role <role>`
|
||||
|
||||
### `webhooks gmail`
|
||||
|
||||
Gmail Pub/Sub hook setup + runner. See [/automation/gmail-pubsub](/automation/gmail-pubsub).
|
||||
|
||||
Reference in New Issue
Block a user