Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default the CLI tries to connect to the controller on localhost and expects the controller to be listening on port 8080 (127.0.0.1:8080). To make the CLI connect to a controller on a different host, use use 

Code Block
./cli.py --controller <ip-addr-of-controller-host>:<port>

 

To see what you can do with the CLI, consider the Using the CLI section of the User Guide. You could also watch the Prototype demo videos which make heavy use of the CLI.

...