Skip to content

bivvy cache

Manage the template cache used for remote template sources.

Subcommands

bivvy cache list

List all cached template entries.

Terminal window
bivvy cache list
Terminal window
bivvy cache list --verbose
Terminal window
bivvy cache list --json

bivvy cache clear

Clear the template cache.

Terminal window
bivvy cache clear
Terminal window
bivvy cache clear --force # or -f
Terminal window
bivvy cache clear --expired

bivvy cache stats

Show cache statistics.

Terminal window
bivvy cache stats

Output:

Cache Statistics:
Total entries: 5
Fresh: 3
Expired: 2
Total size: 12847 bytes
Location: /Users/you/.cache/bivvy/templates

Cache Location

The template cache is stored in:

  • macOS: ~/Library/Caches/bivvy/templates/
  • Linux: ~/.cache/bivvy/templates/
  • Windows: %LOCALAPPDATA%\bivvy\cache\templates\

See Also