Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 952 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 952 Bytes

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 <[email protected]>