使用ETCD没有好用的GUI工具,随手用c#写了一个,
做得好玩的一个ETCD GUI工具,后面加上CLI 工具,类似于 redis Cli工具一样,简化在 Linux下面的操作,不知道有没有必要, git 地址如下,麻烦点个小星星。
[github地址] https://github.com/xuejiazhi/etcdii
# 下载地址
# 填入EndPoint (IP+PORT)
# 增加值
# 删除值
# 按前缀过滤
TODO
-
Connect ✅
-
Key List ✅
-
Get Key ✅
-
show Value ✅
-
Add Key ✅
-
Filter✅
-
Remove✅