From c1db1338c9dbbdac297ce61c8a91c0d80b30a099 Mon Sep 17 00:00:00 2001 From: Michael Persson Date: Wed, 23 Sep 2015 18:29:11 +0200 Subject: [PATCH] docs/libraries-and-tools: add etcd-export tool --- Documentation/libraries-and-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 65c0bd858..a152aa655 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -11,6 +11,7 @@ - [etcd-lock](https://github.com/datawisesystems/etcd-lock) - Master election & distributed r/w lock implementation using etcd - Supports v2 - [etcd-console](https://github.com/matishsiao/etcd-console) - A web-base key/value editor for etcd using PHP - [etcd-viewer](https://github.com/nikfoundas/etcd-viewer) - An etcd key-value store editor/viewer written in Java +- [etcd-export](https://github.com/mickep76/etcd-export) - Export/Import etcd directory as JSON/YAML/TOML and Validate directory using JSON schema **Go libraries**