CLI reference / builds

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 registry
  • add Add a build recipe. Recipes start disabled; enable one explicitly
  • edit 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 it
  • remove Remove a build recipe
  • enable Enable a recipe: the control-plane poller starts building it
  • disable Disable a recipe without deleting it
  • run Enqueue one build job per platform for a recipe now, ignoring the poll cadence
  • status Show one recipe and the state of its per-platform build jobs