Hive Hive
Sign in

Script execution output streams live into the cache

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

Execution output now streams live through bounded pipes into the CAS during a run, instead of waiting for the script to finish so full stdout and stderr can be buffered. Users see output as the script runs, and runs with large logs no longer need to hold the entire stream in memory before it gets cached.