CLI reference / repair

stado repair

Invocation

stado repair [OPTIONS] <COMMAND_OR_SERVICE> [SERVICE] [STEP]

Purpose

Inspect and apply the ordered repair steps services declare

Required inputs and options

Input or optionContract
<COMMAND_OR_SERVICE>`list`, `show`, or the declared service name to repair
[SERVICE]SERVICE after `show`
[STEP]STEP after `show`
--service <NAME>Limit `list` to one declared service
--step <STEP>Run only this declared step
--target <TARGET>Registry host on which to observe or apply the repair
--applyApply the declared repair; omission is a read-only report
--jsonEmit one machine-readable report

Output and state effect

This is an inspection/reporting operation. It emits the result described above and does not change managed state unless an explicit option in this page says otherwise. Pass `--json` when the command exposes that machine-readable option.

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.