reset
remoteclaw reset
Reset local config/state (keeps the CLI installed).
Options:
--scope <scope>:config,config+creds+sessions, orfull--yes: skip confirmation prompts--non-interactive: disable prompts; requires--scopeand--yes--dry-run: print actions without removing files
Examples:
remoteclaw backup createremoteclaw resetremoteclaw reset --dry-runremoteclaw reset --scope config --yes --non-interactiveremoteclaw reset --scope config+creds+sessions --yes --non-interactiveremoteclaw reset --scope full --yes --non-interactiveNotes:
- Run
remoteclaw backup createfirst if you want a restorable snapshot before removing local state. - If you omit
--scope,remoteclaw resetuses an interactive prompt to choose what to remove. --non-interactiveis only valid when both--scopeand--yesare set.