Hive Hive
Sign in

Compressed cache storage and a richer runtime cache CLI

Metadata
Source
GitHub
Version
0.13.0
Domains
Published
Jun 05, 2026 · 15:23 UTC
Repository
tuist/once
Update

Cache blobs are now stored compressed with zstd, which reduces disk usage while keeping the same BLAKE3-based addressing. The cache CLI also exposes a new once cache blob exists probe and a cache hash helper for files and directories. When you declare action cache entries, you can use repeatable --input flags that combine file paths, directory trees, literal values, environment variables, and stdin. Content is still addressed by digest, and the compressed store stays compatible with previously stored raw blobs.