From ae18e6ea37926170aaacc07d71a11d4532408c6a Mon Sep 17 00:00:00 2001 From: Kamil Date: Wed, 28 Oct 2015 19:30:11 +0100 Subject: [PATCH] docs/libraries-and-tools: Added etcdsh command line tool to the list --- 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 b57ec1125..09aacd9f0 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -13,6 +13,7 @@ - [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 - [etcd-rest](https://github.com/mickep76/etcd-rest) - Create generic REST API in Go using etcd as a backend with validation using JSON schema +- [etcdsh](https://github.com/kamilhark/etcdsh) - A command line client with support of command history and tab completion. Supports v2 **Go libraries**