bivvy cache
Manage the template cache used for remote template sources.
Subcommands
bivvy cache list
List all cached template entries.
# List all cached entriesbivvy cache list
# Show detailed informationbivvy cache list --verbose
# Output as JSONbivvy cache list --jsonbivvy cache clear
Clear the template cache.
# Clear all cached entries (prompts for confirmation)bivvy cache clear
# Clear without confirmationbivvy cache clear --force
# Clear only expired entriesbivvy cache clear --expiredbivvy cache stats
Show cache statistics.
bivvy cache statsOutput:
Cache Statistics:
Total entries: 5 Fresh: 3 Expired: 2 Total size: 12847 bytes Location: /Users/you/.cache/bivvy/templatesCache Location
The template cache is stored in:
- macOS:
~/Library/Caches/bivvy/templates/ - Linux:
~/.cache/bivvy/templates/ - Windows:
%LOCALAPPDATA%\bivvy\cache\templates\