Skip to content

Commit f5a64a8

Browse files
committed
release 1.2.0
1 parent 2392fa9 commit f5a64a8

16 files changed

+98
-1
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.DS_Store
2+
3+
.idea/
4+
build/bin
5+
node_modules
6+
frontend/dist
7+
tmp
8+
9+
dist/

README.md

+89-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
11
# ETCQ
2-
ETCD GUI Client
2+
3+
ETCD(v3) Cross-platform GUI Client
4+
5+
6+
## Features
7+
- Cross-platform: `macOS` / `Windows` / `Linux`
8+
- Full features compatible with `etcdctl`
9+
- Multi ETCD server manage
10+
- Multi key list manage mode (Full List / Performance / Tree)
11+
- KV, lease, user, role, cluster and more
12+
- Both HTTP and HTTPS connections
13+
- History revision view
14+
- Bulk operations
15+
- I18n supports English, Chinese and more
16+
- Dark mode
17+
- Friendly tips for using the feature
18+
19+
20+
## Installation
21+
- [macOS-universal](https://github.com/shockerli/etcq/releases/download/1.2.0/etcq-1.2.0-universal.dmg)
22+
- [macOS-amd64](https://github.com/shockerli/etcq/releases/download/1.2.0/etcq-1.2.0-amd64.dmg)
23+
- [macOS-arm64](https://github.com/shockerli/etcq/releases/download/1.2.0/etcq-1.2.0-arm64.dmg)
24+
- Linux: Comming soon
25+
- Windows: Comming soon
26+
27+
Other packages please see the [releases](https://github.com/shockerli/etcq/releases) page.
28+
29+
30+
31+
## Screenshots
32+
33+
- Service List
34+
35+
![ETCQ-Service-List](assets/etcq-service-list.png)
36+
37+
- Setting HTTPS
38+
39+
![ETCQ-Setting-HTTPS](assets/etcq-setting-https.png)
40+
41+
- Key List
42+
43+
![ETCQ-Key-List](assets/etcq-key-list.png)ing-https.png)
44+
45+
- Key Detail
46+
47+
![ETCQ-Key-Detail](assets/etcq-key-detail.png)
48+
49+
- Key Edit
50+
51+
![ETCQ-Key-Edit](assets/etcq-key-edit.png)
52+
53+
- Key Lease
54+
55+
![ETCQ-Key-Lease](assets/etcq-key-lease.png)
56+
57+
- Key Revisions
58+
59+
![ETCQ-Key-Revisions](assets/etcq-key-revisions.png)
60+
61+
- Lease Keep Once
62+
63+
![ETCQ-Lease-Keep-Once](assets/etcq-lease-keep-once.png)
64+
65+
- Role Permissions
66+
67+
![ETCQ-Role-Permissions](assets/etcq-role-permissions.png)
68+
69+
- Role Permissions
70+
71+
![ETCQ-Role-Permissions](assets/etcq-role-permissions.png)
72+
73+
- User Grant
74+
75+
![ETCQ-User-Grant](assets/etcq-user-grant.png)
76+
77+
- Preferences
78+
79+
![ETCQ-Preferences](assets/etcq-preferences.png)
80+
81+
- Service Quick Switch
82+
83+
![ETCQ-Quick-Switch](assets/etcq-quick-switch.png)
84+
85+
86+
## Author
87+
- [Jioby](https://github.com/shockerli)
88+
89+
## Copyright
90+
[@shockerli](https://github.com/shockerli)
391

assets/etcq-cluster-list.png

101 KB
Loading

assets/etcq-key-detail.png

225 KB
Loading

assets/etcq-key-edit.png

228 KB
Loading

assets/etcq-key-lease.png

172 KB
Loading

assets/etcq-key-list.png

146 KB
Loading

assets/etcq-key-revisions.png

179 KB
Loading

assets/etcq-lease-keep-once.png

154 KB
Loading

assets/etcq-preferences.png

83.1 KB
Loading

assets/etcq-quick-switch.png

158 KB
Loading

assets/etcq-role-list.png

94.5 KB
Loading

assets/etcq-role-permissions.png

135 KB
Loading

assets/etcq-service-list.png

129 KB
Loading

assets/etcq-setting-https.png

169 KB
Loading

assets/etcq-user-grant.png

109 KB
Loading

0 commit comments

Comments
 (0)