Owner manual

--logLevel <level> Log level to use (implies --log). Valid values include:
trace, debug, info, warning, error
--logCategory <string>
Log category to use (implies
--log).
(See
help –-all for details on all other options.)
Arguments
argument One or more arguments to display, separated by spaces
shell:eval
Evaluates a binary operation, or executes a command provided as a string. This command can also
be used to do mathematics, or to construct a string as a command and then evaluate it.
Syntax
shell:eval [options] left operator right
Options
(See
help –-all for details on all other options.)
Arguments
left Left argument for the operator, or string to execute as a command
operator Any of the following:
AND, DIVIDE, /, MINUS, -, MOD, %, OR, PLUS, +, TIMES, *, XOR
right Right argument for the operator
shell:exit
Exits the CLI, optionally returning an exit code.
Syntax
shell:exit [options] exitCode
Options
(See
help –-all for details on all other options.)
Arguments
exitCode Integer code to return to the OS when exiting
131