Javadoc link

Cli - command line interface service allows you to interact directly with MyRobotLab (MRL) when it is started from an operating system shell.

TODO - help method

Syntax is simply MRL URI API without the http://host:port

For example

/runtime/start/python/Python

will start a service named python of type Python

 

References

Example code (from branch develop):
#file : Cli.py (github)
# start the service
cli = runtime.start("cli","Cli")