limesctl

limesctl is the CLI client for Limes.
Installation
You can download the latest pre-compiled binary from the releases page.
Alternatively, you can also build from source:
The only required build dependency is Go.
$ go get github.com/sapcc/limesctl
$ cd $GOPATH/src/github.com/sapcc/limesctl
$ make install
this will put the binary in /usr/bin/limesctl or /usr/local/bin/limesctl for macOS.
Usage
To get an overview of all the operations that are available:
$ limesctl help
limesctl requires a valid Keystone Token for all its operation. Your mileage may vary depending on your authorization scope.