Instructions List¶
Show instructions matching a search filter.
Usage¶
s10k instructions list [-max=<maxDate>] [-min=<minDate>] [-tz=<zone>]
[-id=instructionId[,instructionId...]]...
[-node=nodeId[,nodeId...]]...
[-state=state[,state...]]...
Options¶
Output¶
A listing of all matching instruction records.
Examples¶
You can show one exact instruction using its ID like this:
s10k instructions list --node-id 101 --instruction-id 123
Property Value
-----------------------------------------------------------
id 123
topic SetControlParameter
state Completed
date 2025-08-30T17:11:01.741346+12:00[Pacific/Auckland]
params Parameter Value
-------------------
switch/1 1
You can show all instructions
# using multiple options
s10k instructions list --node-id 101 --state Completed
Property Value
-----------------------------------------------------------
id 123
topic SetControlParameter
state Completed
date 2025-08-27T18:08:16.858044+12:00[Pacific/Auckland]
params Parameter Value
-------------------
switch/1 1
Property Value
-----------------------------------------------------------
id 124
topic SetControlParameter
state Completed
date 2025-08-27T18:10:14.521734+12:00[Pacific/Auckland]
params Parameter Value
-------------------
switch/1 0