Skip to content

sapcc/limesctl

Repository files navigation

limesctl

GitHub Release CI Go Report Card

limesctl is the command-line interface for Limes.

Installation

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.

Homebrew

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

$ go install github.com/sapcc/limesctl@latest

Usage

For usage instructions:

$ limesctl --help

Note: limesctl requires the full set of OpenStack auth environment variables. See documentation for openstackclient for details.