Central::Cli

This is the command line tool for Central Machine.

Installation

Prerequisities: Ruby

Install it yourself as:

$ gem install central-cli

To enable tab-completion for bash, add this to your .bashrc scripts:

which cm > /dev/null && . "$(cm whoami --bash-completion-path)"

Usage

First you need to register as a user:

$ cm register

Then you can login to the machine:

$ cm login https://<machine>:8080

To get list of all commands:

$ cm help