6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
29 lines
708 B
Markdown
29 lines
708 B
Markdown
# reset
|
|
|
|
# `openclaw reset`
|
|
|
|
Clear local configuration and state (CLI remains).
|
|
|
|
## Overview
|
|
|
|
The `openclaw reset` command clears local configuration and state while preserving the CLI installation itself.
|
|
|
|
## Examples
|
|
|
|
```bash
|
|
openclaw reset
|
|
openclaw reset --dry-run
|
|
openclaw reset --scope config+creds+sessions --yes --non-interactive
|
|
```
|
|
|
|
## Key Options
|
|
|
|
* `--dry-run`: Preview changes without applying them
|
|
* `--scope`: Specify what to reset (config, credentials, sessions)
|
|
* `--yes`: Skip confirmation prompts
|
|
* `--non-interactive`: Run without user interaction
|
|
|
|
## Purpose
|
|
|
|
This command helps users clear their local settings and stored data while keeping the CLI tool itself installed and functional.
|