Supported commands:

 cn (or cd)		- change the current node path to the argument;
 connect		- connect to the specified host and port;
 deploy			- deploy an application; 
 help (or h)	- print this message;
 history		- print or disable/enable/clear the history expansion.
 ls				- list the contents of the node path;
 pwn (or pwd)	- prints the current working node;
 quit (or q)	- quit the command line interface;
 undeploy		- undeploy an application.

For a more detailed description of a specific command, execute the command with '--help' as the argument.

Tab-completion is supported for the commands, just press the tab key to start.

To use tab completion for operations requests start with './' or '/' and press the tab key
which will list the available node types or names.
If the operation request doesn't require a node path then start with ':' and press the tab key
('/:' and './:' are also possible).

Operation requests are expected to follow the format:

[node-type=node-name (, node-type=node-name)*] : operation-name ['('[name=value [, name=value]*]')']

e.g. /subsystem=web/connector=http:read-resource(recursive=1)

Whitespaces between the separators are insignificant.
If the operation doesn't require arguments then the brackets '()' are optional.
Tab-completion for operation requests supports node types and names, operation names and the property names.