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.

Only remove the binary and config entries for this tool.
Only remove HTTP entries in this namespace (e.g., pypi, github-releases).
Only remove entries older than this many days.
Show this message and exit.

Only remove the binary and config entries for this tool.
Only remove HTTP entries in this namespace (e.g., pypi, github-releases).
Only remove entries older than this many days.
Show this message and exit.

0
Success.
1
A runtime error, or an aborted prompt (Ctrl-C, a declined confirmation).
2
A usage error: unknown option, invalid value, missing operand, or an unparsable configuration file.

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