victor23d / etcd-batch

Support etcdv3 batch json yaml toml envfile dump and restore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETCD BATCH

Etcd batch can import a json to etcd or dump etcd to a json

Also support file format JSON,

TODO YAML, TOML, envfile, WORK IN PROGRESS

EXAMPLE

Import kv from a json file

etcd-batch apply -f foo.json --prefix "/"

Dump kv to a json file

etcd-batch dump -o json --prefix "" > bar.json

Flat json file, will output flatted keys.

etcd-batch flat foo.json

Option

Share most options from etcdctl e.g. ETCDCTL_ENDPOINTS

Also share environment variables.

Install

Just download from Release page.

Other

This tool is created due to this issue: etcd-io/etcd#8205

Similiar tools: etcdtool but not support for etcd v3.

TODO

CI/CD auto build and release by tag

go tool chain report

About

Support etcdv3 batch json yaml toml envfile dump and restore

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Shell 0.6%