/consul-kv

A cli to backup and restore consul kvs

Primary LanguageGoMIT LicenseMIT

consul-kv

Description

Consul CLI for backup/restoring consul kvs. Can migrate full kvs or a specific folder from one consul instance to another with one command. Generated using gcli.

Usage

Install

To install, use go get:

$ go get -d github.com/tehleach/consul-kv

Contribution

  1. Fork (https://github.com/tehleach/consul-kv/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

Kyle Leach