consulkv

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2015 License: MPL-2.0 Imports: 5 Imported by: 0

README

consulkv Build Status

CUI frontend for Consul Key/value store.

Installation

Download latest release binary from release page.

Extract the archive and put consulkv binary into the directory that is in your PATH.

Or install using go get if that's what you want.

$ go get github.com/spiritloose/consulkv

Usage

$ consulkv list
$ consulkv cat foo
$ consulkv delete foo
$ consulkv edit foo
$ consulkv flags foo
$ consulkv flags foo 42
$ consulkv put foo bar
$ consulkv put foo < /path/to/file
$ consulkv dump > /path/to/dump.txt
$ consulkv load < /path/to/dump.txt

Environment Variables

  • CONSUL_HTTP_ADDR
  • CONSUL_HTTP_TOKEN
  • CONSUL_HTTP_AUTH
  • CONSUL_HTTP_SSL
  • CONSUL_HTTP_SSL_VERIFY

Author

Jiro Nishiguchi <jiro@cpan.org>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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