limesctl

command module
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

README

limesctl

GitHub release Build Status Go Report Card GoDoc

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.

Shell autocompletion

limesctl includes autocompletion support, which can save some amount of typing.

The completion script itself is generated by limesctl, so you just need to invoke it from your shell profile.

You can run the following statements to get autocompletion for the current shell session or you can add them to your shell's configuration file to get autocompletion for all future sessions.

Bash:

$ eval "$(limesctl --completion-script-bash)"

Zsh:

$ eval "$(limesctl --completion-script-zsh)"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cli
test/util command
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