From f6e3f94f3e05c2a215676146f60198ad5b70c44e Mon Sep 17 00:00:00 2001 From: Tamas Geschitz Date: Thu, 15 Aug 2019 23:42:24 +0200 Subject: [PATCH] Documentation: added ETCD Manager tool New tool: ETCD Manager ETCD Manager is a multi-platform ETCD v3 client. Currently, builds are available form Mac, Wiindows and Linux, but iOS / Android builds will also be added in the future. It aims to be a modern, efficient and easy to use GUI with full coverage of ETCD APIs / functionality. The first public (beta) release is already available. --- Documentation/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index 80b3e7758dd..8f4abe72619 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -18,6 +18,7 @@ title: Libraries and tools - [etcdsh](https://github.com/kamilhark/etcdsh) - A command line client with support of command history and tab completion. Supports v2 - [etcdloadtest](https://github.com/sinsharat/etcdloadtest) - A command line load test client for etcd version 3.0 and above. - [lucas](https://github.com/ringtail/lucas) - A web-based key-value viewer for kubernetes etcd3.0+ cluster. +- [etcd-manager](https://github.com/gtamas/etcdmanager) - A modern, efficient, multi-platform and free ETCD 3.x GUI & client tool. Available for Windows, Linux and Mac. **Go libraries**