limesctl
is the command-line interface for Limes.
We provide pre-compiled binaries for the latest release.
Alternatively, you can build with make
or install with make install
. The latter
understands the conventional environment variables for choosing install locations:
DESTDIR
and PREFIX
.
In addition to macOS, the brew
package will also work with Homebrew on Linux.
$ brew tap sapcc/limesctl https://github.com/sapcc/limesctl.git
$ brew install sapcc/limesctl/limesctl
$ go install github.com/sapcc/limesctl@latest
For usage instructions:
$ limesctl --help
Note: limesctl
requires the full set of OpenStack auth environment
variables. See documentation for openstackclient for details.