Skip to content
/ cub Public

A small tool to restore/backup Consul Key-Value data to/from json file

License

Notifications You must be signed in to change notification settings

jsvisa/cub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cub

A small tool to restore/backup Consul KV data to a local file as json format

Build and Install

$ go get github.com/jsvisa/cub
$ cd $GOPATH/src/github.com/jsvisa/cub
$ go install

Backup from Consul

$ $GOPATH/bin/cub -addr http://127.0.0.1:8500 -backup -path foo

Restore to Consul

$ $GOPATH/bin/cub -addr http://127.0.0.1:8500 -restore -path foo

About

A small tool to restore/backup Consul Key-Value data to/from json file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages