feat: add onboard reset option

This commit is contained in:
Peter Steinberger
2026-01-11 05:04:36 +01:00
parent 9046296ed3
commit 343b6ac31b
4 changed files with 19 additions and 0 deletions

View File

@@ -244,6 +244,10 @@ export function buildProgram() {
"Interactive wizard to set up the gateway, workspace, and skills",
)
.option("--workspace <dir>", "Agent workspace directory (default: ~/clawd)")
.option(
"--reset",
"Reset config + credentials + sessions + workspace before running wizard",
)
.option("--non-interactive", "Run without prompts", false)
.option("--flow <flow>", "Wizard flow: quickstart|advanced")
.option("--mode <mode>", "Wizard mode: local|remote")