Instructions Update-State¶
Change the state of instructions matching a search filter. Pass the desired instruction state as the first (and only) parameter.
Usage¶
s10k instructions update-state [-max=<maxDate>] [-min=<minDate>] [-tz=<zone>]
[-id=instructionId[,instructionId...]]...
[-node=nodeId[,nodeId...]]...
[-state=state[,state...]]...
<desiredState>
Options¶
Output¶
A listing of all matching instruction records.
Examples¶
Update a set of Queued
instructions in a date range to Declined
:
s10k instructions update-state --node-id 1011 --state Declined Received
Updated 6 instructions to Declined: 123,124,125,126,127,128