Skip to content

sherzberg/kvshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kvshell

kvshell is a cli shell that allows you to inspect and manage key-value storage systems supported by docker/libkv

Installation

Using the golang toolchain:

$ go get github.com/sherzberg/kvshell

Warning: this method may go away. Stay tuned for released versions.

Usage

$ kvshell --conn=zk://192.168.59.103:2181
kvshell starting...
>> set / my-value
/ => my-value
>> get / my-value
/ => my-value
>> get /stuff
>> exit

Connecting to a different backend is as easy as changing the scheme on the --conn uri:

zookeeper: zk://hostname:port

consul: consul://hostname:port

etcd: etcd://hostname:port

boltdb: boldb://hostname:port

You may also specify multiple host addresses with a comma separated list:

ex: --conn=zk://host1:2181,host2:2181

TODO

See issues

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages