input-requests list
input-requests show
Show the full detail of a request, including which fields it wants.
input-requests submit
Submit values and let the run continue.
required
A JSON object of field values.
default:"cli"
Surface identifier, recorded with the submission.
Emit as JSON.
input-requests cancel
Cancel an open request. The run it belongs to won’t proceed past that point.
default:"user_cancelled"
Why the request was cancelled. Recorded with the cancellation.
During a run
jstm agent run prints the exact show and submit commands when it hits a blocked input request, so you can unblock it without looking anything up.
See also
- Agent inputs — how inputs are declared and validated.
- Blocked or failing runs