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.
Synopsis
Section titled “Synopsis”capa cachecapa cache cleanCommands
Section titled “Commands”| Command | Description |
|---|---|
capa cache | Show cache stats (location, size, per-repo breakdown) |
capa cache clean | Remove 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.
Examples
Section titled “Examples”capa cachecapa cache cleancapa install --no-cache