Usage
Examples
Run the gate across the whole workspace:Options
Execution
The gate runs in three stages:1
Install
Dependencies are installed first, so the later stages run against a resolved workspace. This is
install without its audit.2
Build
Every target is built in workspace dependency order. This is
build. If the build fails, the gate stops here.Unlike
workspace:run, workspace:check takes
no --commands option — the stages are fixed.Caching
Each stage reuses the cache of the command it runs, undervar/cache/workspace. Pass --no-cache to force every stage to re-run.