Skip to content

pacvamp cache prune

  • Usage: pacvamp cache prune [FLAGS]

Remove unused runs older than the retention window or over the size budget

Flags

  • --dry-run — Preview without deleting anything

  • --older-than-days <OLDER_THAN_DAYS> — Retain unused runs for this many days (recent runs always have a one-hour grace)

    Default: 30

  • --max-bytes <MAX_BYTES> — Target total bytes; protected runs can keep usage above this target

  • --json

  • -h --help — Print help

Released under the MIT License.