From dadbc031718b2dc1fda09b88c1f67b0542446d08 Mon Sep 17 00:00:00 2001 From: nikfoundas Date: Sat, 13 Jun 2015 01:41:38 +0300 Subject: [PATCH] docs: add etcd-viewer into libraries-and-tools.md I've been working on this project for a few weeks and I believe it has some features that could assist maintaining etcd registries. Please check it out and I hope you would like to include it in your list of etcd tools. Kind regards, Nikos --- 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 c77063a1d..009ff4a81 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -9,6 +9,7 @@ - [etcd-browser](https://github.com/henszey/etcd-browser) - A web-based key/value editor for etcd using AngularJS - [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 **Go libraries**