CLI reference / job / watch

stado job watch

Invocation

stado job watch [OPTIONS] <JOB_ID>

Purpose

Print a job's log, and with --follow tail it to a terminal state

Required inputs and options

Input or optionContract
<JOB_ID>Positional input; required or optional as shown in the invocation.
--followKeep polling until the job reaches a terminal prefix
--jsonBuffer the log and emit one JSON object instead of streaming

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.