Owner manual

shell:explain
Analyzes the last error and attempts to provide additional information.
Syntax
shell:explain [options]
Options
--max or –m <level> Maximum number of rules to fire (defaults to all)
--timeout or –s <num>Timeout for rule execution, in seconds (defaults to 30)
--context or –c <string>
Name of rule context (defaults to “explain”)
(See
help –-all for details on all other options.)
shell:filter
Keeps or discards objects that match a pattern, optionally extracting a field.
Syntax
shell:filter [options] input(s)
Options
--not Discard objects that match, keeping the ones that don’t match.
--no-flatten Keep the nested list structure, if any, of the input objects
--extract <string> Collect the return values from the matched pattern expressions, which
allows returning the properties of objects.
--xpath <string> Provide an XPath-based pattern.
Arguments
input Input object(s) to match against. If not provided, standard input will be
parsed.
(See
help –-all for details on all other options.)
shell:find
Recursively search the CLI environment tree, returning items that match conditions.
Syntax
shell:find [options] locationOrFunction
132