| REPOMATIC-CACHE-CLEAN(1) | REPOMATIC-CACHE-CLEAN(1) |
repomatic cache clean - Remove cached entries
repomatic cache clean [OPTIONS]
Remove cached binaries, tool configs and HTTP responses.
Without options, removes everything. Use --tool to target a specific binary tool and its cached config, --namespace for a specific HTTP namespace, or --max-age for entries older than a threshold.
Drop every cached download
repomatic cache clean
Only one tool's entries
repomatic cache clean \-\-tool ruff
Only one namespace
repomatic cache clean \-\-namespace pypi
Only entries older than a week
repomatic cache clean \-\-max\-age 7
Kevin Deldycke
| 2026-09-14 | 7.15.1.dev0 |