stado runner diagnostics
Invocation
stado runner diagnostics [OPTIONS] --profile <PROFILE> <TARGET>Purpose
Read what a runner that will not start is saying: its unit's verdict and its own diagnostic log, whole
Required inputs and options
| Input or option | Contract |
|---|---|
<TARGET> | Positional input; required or optional as shown in the invocation. |
--profile <PROFILE> | Profile name from stado-rs/data/runner-profiles.json |
--json | Emit the unit verdict and the log tail as JSON |
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.