Display the status information of etcd, version, data size.
Etcd address can be modified by default to the localhost. If you change, press the Enter key to take effect.
Features
Etcd client view, Add, update or delete nodes.
Content edits use the ace editor(Ace editor). Support toml,ini,yaml,json,xml and so on to highlight view.
Content format. (Currently only support json, Other types can be extended later) Thanks jim3ma for his contribution.@jim3ma
Work in progress
Add import and export features. (delay)
Special Note
Because the etcdv3 version uses the new storage concept, without the catalog concept, the client uses the previous default "/" delimiter to view. See the documentation for etcdv3 clientv3 doc.
If the connected ETCD Server is v2 of 3.4 or above, you need to set the option --enable-v2=true when starting the ETCD Server.
Compile source code and release
Run in Windows development environment: build.batrelease.bat
Run in Posix development environment: build.shrelease.sh