Available Commands

Available Commands

Parameters are preceded with two strings that inform what action should be performed and which job parameter it applies to.
The first string informs whether the command should get (
GetJobParameter
) or set (
UpdateJobParameter
) as the value. The second string informs which job parameter should be updated (in this case, use
matchstring
).
Provide the parameters in the following command line format:
--parameter_name parameter_value
For string parameters, use double quotes:
GetJobParameter matchstring
--toolname “Datacode 1”
For boolean values, use true or false:
UpdateJobParameter matchstring --value "XYZ"
-- persistent true
For the enum parameter, enter the parameter value without quotes:
GetJobParameter matchstring
--format plain
In cases where arguments do not take any value, provide the argument name:
GetJobParameter matchstring --
help