mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 16:51:13 +00:00
docs: expand cli maintenance summaries
This commit is contained in:
@@ -482,6 +482,10 @@ Options:
|
||||
|
||||
Interactive configuration wizard (models, channels, skills, gateway).
|
||||
|
||||
Options:
|
||||
|
||||
- `--section <section>` (repeatable; limit the wizard to specific sections)
|
||||
|
||||
### `config`
|
||||
|
||||
Non-interactive config helpers (get/set/unset/file/schema/validate). Running `openclaw config` with no
|
||||
@@ -519,6 +523,40 @@ Options:
|
||||
- `--force`: force repairs even when not strictly needed.
|
||||
- `--generate-gateway-token`: generate a new gateway auth token.
|
||||
|
||||
### `dashboard`
|
||||
|
||||
Open the Control UI with your current token.
|
||||
|
||||
Options:
|
||||
|
||||
- `--no-open`: print the URL but do not launch a browser
|
||||
|
||||
Notes:
|
||||
|
||||
- For SecretRef-managed gateway tokens, `dashboard` prints or opens a non-tokenized URL instead of exposing the secret in terminal output or browser launch arguments.
|
||||
|
||||
### `backup`
|
||||
|
||||
Create and verify local backup archives for OpenClaw state.
|
||||
|
||||
Subcommands:
|
||||
|
||||
- `backup create`
|
||||
- `backup verify <archive>`
|
||||
|
||||
`backup create` options:
|
||||
|
||||
- `--output <path>`
|
||||
- `--json`
|
||||
- `--dry-run`
|
||||
- `--verify`
|
||||
- `--only-config`
|
||||
- `--no-include-workspace`
|
||||
|
||||
`backup verify <archive>` options:
|
||||
|
||||
- `--json`
|
||||
|
||||
## Channel helpers
|
||||
|
||||
### `channels`
|
||||
|
||||
Reference in New Issue
Block a user