kvctl

command module
v0.0.0-...-f01ac60 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

README

kvctl

kvctl is a cli tool which provide unix like commands to manipulate key-value storage.

features

  • cat
  • mkdir
  • touch
  • rm
  • ls
  • tar (not compatible with each backend)
  • ... more

support backend

any backend support by docker/libkv should work.

  • consul
  • etcd
  • zookeeper
  • BoltDB

currently only test with consul, etcd

Notes

  • need go1.5 with GO15VENDOREXPERIMENT=1
  • kvctl is under heavy development, command behavior may be changed.
  • use docker/libkv to handle different kv backends, but currently use my own fork, will migrate to upstream when some issues are solved.

Roadmap

  • cp: copy from a to b
  • repl: interactive mode
  • watch: watch change under some path and return changed key
  • support ttl
  • document

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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