CLI reference / release / logs

stado release logs

Invocation

stado release logs [OPTIONS] --target <TARGET> <PRODUCT>

Purpose

Read a release candidate's own stdout/stderr off the target host

Required inputs and options

Input or optionContract
<PRODUCT>Positional input; required or optional as shown in the invocation.
--target <TARGET>Registry target whose host holds the logs
--version <VERSION>Release version to read logs for. Defaults to the desired version, which is the version any candidate on the host is running
--stream <STREAM>[default: both] [possible values: out, err, both]
--lines <LINES>[default: 40]
--headRead from the start of each log instead of its tail
--jsonCommand option; required or optional as shown in the invocation.

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.