From f79c00b9729fd5f7756f9c2f55c548f56a37413e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 4 Apr 2026 08:31:36 +0100 Subject: [PATCH] docs: expand cli maintenance summaries --- docs/cli/index.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/cli/index.md b/docs/cli/index.md index 5f8d16c8626..421b54ad046 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -482,6 +482,10 @@ Options: Interactive configuration wizard (models, channels, skills, gateway). +Options: + +- `--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 ` + +`backup create` options: + +- `--output ` +- `--json` +- `--dry-run` +- `--verify` +- `--only-config` +- `--no-include-workspace` + +`backup verify ` options: + +- `--json` + ## Channel helpers ### `channels`