Hive Hive
Sign in

TOML script targets removed; once.toml is now workspace-only

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

once.toml no longer accepts script targets. It is reserved for workspace configuration, and scripts come exclusively from # once header annotations on script files or from inline script forms. The annotation parser is case-sensitive, so scripts that previously used uppercase # ONCE headers need to be rewritten with lowercase. CI and local guidance now use once exec in place of the removed once run check manifest target.