-
Notifications
You must be signed in to change notification settings - Fork 0
clean command
Arham-Qureshi edited this page Jul 21, 2026
·
1 revision
Deletes the codebase-out/ directory and all its contents.
codebase-vis clean
- Prompts you to confirm: "Are you sure you want to delete codebase-out?"
- If confirmed, recursively deletes the
codebase-out/directory - If
codebase-out/doesn't exist, prints a message and exits gracefully
Everything in codebase-out/:
graph.jsongraph.htmlcycles.jsonsemantic-summary.md.cache.json.explain-retry.json
| Flag | Description |
|---|---|
| (none) | No flags — you'll be prompted for confirmation |
- The prompt prevents accidental deletion — you must explicitly confirm
- After clean, you'll need to run
codebase-vis generateagain to recreate the graph - Use this to free up disk space or to start fresh with a clean slate