reach clean¶
Clean cached Agent Registry payloads, sandboxes, and evaluation artifacts.
Synopsis¶
Behavior¶
- Safe Default: By default,
reach cleansafely purges the.reach/cache/directory containing downloaded Google Cloud Agent Registry skill bundles and metadata cache files without deleting user-created benchmark queries or evaluation records. - Project Scoping: Passing
--project <PROJECT_ID>restricts the cache purge to bundles from that specific Google Cloud project. - Dry-Run Preview: Passing
--dry-run(-n) calculates and reports the list of cached directories and total reclaimed space without modifying disk files. - Full Artifact & Query Purge: Passing
--allremoves local evaluation run files (.reach/eval.json,.reach/report.html) as well as local benchmark query files (.reach/queries.*).
Key Scenarios¶
Options¶
| Option | Type | Default | Description |
|---|---|---|---|
--project, -p |
TEXT |
None | Purge cache only for the specified Google Cloud project ID. |
--dry-run, -n |
flag |
false |
Display paths and space that would be reclaimed without deleting files. |
--all |
flag |
false |
Purge all caches, temporary sandboxes, run artifacts (.reach/eval.json), and query sets (.reach/queries.*). |
--quiet, -q |
flag |
false |
Suppress summary output. |