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
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
Share most options from etcdctl e.g. ETCDCTL_ENDPOINTS
Also share environment variables.
Just download from Release page.
This tool is created due to this issue: etcd-io/etcd#8205
Similiar tools: etcdtool but not support for etcd v3.
CI/CD auto build and release by tag
go tool chain report