docs: rename onboarding user-facing wizard copy

Co-authored-by: Tak <contact-redacted@example.com>
This commit is contained in:
Tak Hoffman
2026-03-16 19:50:31 -05:00
parent 6ba4d0ddc3
commit 4863b651c6
64 changed files with 235 additions and 780 deletions

View File

@@ -20,9 +20,9 @@ export function registerSetupCommand(program: Command) {
"--workspace <dir>",
"Agent workspace directory (default: ~/.openclaw/workspace; stored as agents.defaults.workspace)",
)
.option("--wizard", "Run the interactive onboarding wizard", false)
.option("--non-interactive", "Run the wizard without prompts", false)
.option("--mode <mode>", "Wizard mode: local|remote")
.option("--wizard", "Run interactive onboarding", false)
.option("--non-interactive", "Run onboarding without prompts", false)
.option("--mode <mode>", "Onboard mode: local|remote")
.option("--remote-url <url>", "Remote Gateway WebSocket URL")
.option("--remote-token <token>", "Remote Gateway token (optional)")
.action(async (opts, command) => {