Files
openstock/skills/openstock-agent-cli/references/commands/cache/prune/guide.md
T
Hana 347c9546ed
CI / test (push) Successful in 37s
Add OpenStock agent CLI skill
2026-06-09 17:22:59 +09:00

19 lines
383 B
Markdown

# `openstock cache prune`
Purpose: apply cache retention policy.
Usage:
```bash
openstock cache prune --dry-run
openstock cache prune
```
Reads: `~/.config/openstock/cache`.
Deletes: old cache files unless `--dry-run` is set.
Output fields: `dry_run`, `deleted_files`, `deleted_bytes`, `reports`.
Agent rule: run `--dry-run` first unless the user explicitly requests cleanup.