Initial commit: OpenClaw Skill Collection
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.
This commit is contained in:
28
openclaw-knowhow-skill/docs/reference/cli/reset.md
Normal file
28
openclaw-knowhow-skill/docs/reference/cli/reset.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user