limesctl

limesctl is the command-line client for Limes.
Installation
Pre-compiled binaries
Pre-compiled binaries are avaiable on the releases
page.
Building from source
The only required build dependency is Go.
$ git clone https://github.com/sapcc/limesctl.git
$ cd limesctl
$ make install
This will put the binary in /usr/bin/limesctl on Linux and
/usr/local/bin/limesctl for macOS.
Alternatively, you can also build limesctl directly with the go get command
without manually cloning the repository:
$ go get -u github.com/sapcc/limesctl
This will put the binary in $GOPATH/bin/limesctl.
Usage
To get an overview of all the commands:
$ limesctl --help
Note: limesctl requires a valid Keystone token for all its operations.