Reference
help
On this page
Display a list of available Runtime API commands.
Description Jump to heading
The help
command displays a list of Runtime API commands that are available, with a short description of each.
As of version 2.4r1
, you can specify an argument to list matching or relevant commands.
Examples Jump to heading
List the Runtime API commands Jump to heading
nix
echo "help" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "help" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
outputtext
The following commands are valid at this level:abort ssl cert <certfile> : abort a transaction for a certificate fileabort ssl crl-file <crlfile> : abort a transaction for a CRL fileadd acl <acl> <pattern> : add an acl entryadd map <map> <key> <val> : add a map entry (payload supported instead of key/val)...
outputtext
The following commands are valid at this level:abort ssl cert <certfile> : abort a transaction for a certificate fileabort ssl crl-file <crlfile> : abort a transaction for a CRL fileadd acl <acl> <pattern> : add an acl entryadd map <map> <key> <val> : add a map entry (payload supported instead of key/val)...
List commands related to a string Jump to heading
Here we will list all commands related to the string agent
:
nix
echo "help agent" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "help agent" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
outputtext
The following commands are valid at this level:disable agent : disable agent checksenable agent : enable agent checksget acl <acl> <value> : report the patterns matching a sample for an ACLget map <acl> <value> : report the keys and values matching a sample for a mapget var <name> : retrieve contents of a process-wide variablehelp [<command>] : list matching or all commandsprompt : toggle interactive mode with promptquit : disconnect
outputtext
The following commands are valid at this level:disable agent : disable agent checksenable agent : enable agent checksget acl <acl> <value> : report the patterns matching a sample for an ACLget map <acl> <value> : report the keys and values matching a sample for a mapget var <name> : retrieve contents of a process-wide variablehelp [<command>] : list matching or all commandsprompt : toggle interactive mode with promptquit : disconnect
See also Jump to heading
Do you have any suggestions on how we can improve the content of this page?