mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 13:44:03 +00:00
refactor: rename setup wizard surfaces
This commit is contained in:
@@ -56,7 +56,7 @@ const coreEntries: CoreCliEntry[] = [
|
||||
commands: [
|
||||
{
|
||||
name: "onboard",
|
||||
description: "Interactive onboarding wizard for gateway, workspace, and skills",
|
||||
description: "Interactive setup wizard for gateway, workspace, and skills",
|
||||
hasSubcommands: false,
|
||||
},
|
||||
],
|
||||
|
||||
@@ -12,7 +12,7 @@ export const CORE_CLI_COMMAND_DESCRIPTORS = [
|
||||
},
|
||||
{
|
||||
name: "onboard",
|
||||
description: "Interactive onboarding wizard for gateway, workspace, and skills",
|
||||
description: "Interactive setup wizard for gateway, workspace, and skills",
|
||||
hasSubcommands: false,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@ 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("--wizard", "Run the interactive setup wizard", false)
|
||||
.option("--non-interactive", "Run the wizard without prompts", false)
|
||||
.option("--mode <mode>", "Wizard mode: local|remote")
|
||||
.option("--remote-url <url>", "Remote Gateway WebSocket URL")
|
||||
|
||||
Reference in New Issue
Block a user