stado builds
Invocation
stado builds <COMMAND>Purpose
Manage native build recipes: poll a repo, build on new commits
Required inputs and options
This command has no command-specific inputs or options.
Output and state effect
This command group selects one of the subcommands listed below; use its exact child invocation to perform an operation.
Refusals
- Before dispatch, Stado refuses a missing required token shown in the invocation, an unknown option, or a value outside a listed value set; argument-usage failures exit with code 2.
Subcommands
list— List every build recipe in the registryadd— Add a build recipe. Recipes start disabled; enable one explicitlyedit— Change a recipe's source or build definition in place. Every flag is optional and a flag not given leaves its field alone; `--artifact` and `--platform`, when given at all, REPLACE the recorded list. `enabled` is not editable here: `enable` and `disable` own itremove— Remove a build recipeenable— Enable a recipe: the control-plane poller starts building itdisable— Disable a recipe without deleting itrun— Enqueue one build job per platform for a recipe now, ignoring the poll cadencestatus— Show one recipe and the state of its per-platform build jobs