sapcc / limesctl

CLI for Limes

Home Page:https://github.com/sapcc/limes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CLI for Limes

https://github.com/sapcc/limes

License:Apache License 2.0


Languages

Language:Go 88.8%Language:Makefile 8.6%Language:Ruby 2.6%