limesctl

command module
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

README

limesctl

GitHub release Build Status Go Report Card

limesctl is the command-line client for Limes.

Installation

Installer script

The simplest way to install limesctl on Linux or macOS is to run:

$ sh -c "$(curl -sL git.io/limesctl)"

This will put the binary in /usr/local/bin/limesctl

Pre-compiled binaries

Pre-compiled binaries for Linux and macOS are avaiable on the releases page.

The binaries are static executables.

Building from source

The only required build dependency is Go 1.11 or above.

$ git clone https://github.com/sapcc/limesctl.git
$ cd limesctl
$ make install

This will put the binary in /usr/local/bin/limesctl

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 operations that are available:

$ limesctl help

Note: limesctl requires a valid Keystone Token for all its operation. Your mileage may vary depending on your authorization scope.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
Command gocovcat combines multiple go cover runs, and prints the result on stdout.
Command gocovcat combines multiple go cover runs, and prints the result on stdout.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL