Skip to content

cache

capa caches remote GitHub/GitLab repositories (bare mirrors and file snapshots) to speed up installs. Use these commands to inspect usage or clear stale data.

Terminal window
capa cache
capa cache clean
CommandDescription
capa cacheShow cache stats (location, size, per-repo breakdown)
capa cache cleanRemove all cached repositories and snapshots

These commands have no command-specific flags. To bypass the cache for a single install without wiping it, use capa install --no-cache.

Terminal window
capa cache
capa cache clean
capa install --no-cache