Hive Hive
Sign in

Declare action cache keys with --input instead of computing digests manually

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

once cache action get and once cache action put accept repeatable --input specs that cover files, directories, literal values, environment variables, and stdin. Directories are walked deterministically, so the same inputs always produce the same action key regardless of filesystem order. once cache action get --if-success exits 0 only when the cache has a hit and the recorded exit code is 0.