Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Apr 14, 2023
1 parent 2392fa9 commit f5a64a8
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store

.idea/
build/bin
node_modules
frontend/dist
tmp

dist/
90 changes: 89 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,91 @@
# ETCQ
ETCD GUI Client

ETCD(v3) Cross-platform GUI Client


## Features
- Cross-platform: `macOS` / `Windows` / `Linux`
- Full features compatible with `etcdctl`
- Multi ETCD server manage
- Multi key list manage mode (Full List / Performance / Tree)
- KV, lease, user, role, cluster and more
- Both HTTP and HTTPS connections
- History revision view
- Bulk operations
- I18n supports English, Chinese and more
- Dark mode
- Friendly tips for using the feature


## Installation
- [macOS-universal](https://github.com/shockerli/etcq/releases/download/1.2.0/etcq-1.2.0-universal.dmg)
- [macOS-amd64](https://github.com/shockerli/etcq/releases/download/1.2.0/etcq-1.2.0-amd64.dmg)
- [macOS-arm64](https://github.com/shockerli/etcq/releases/download/1.2.0/etcq-1.2.0-arm64.dmg)
- Linux: Comming soon
- Windows: Comming soon

Other packages please see the [releases](https://github.com/shockerli/etcq/releases) page.



## Screenshots

- Service List

![ETCQ-Service-List](assets/etcq-service-list.png)

- Setting HTTPS

![ETCQ-Setting-HTTPS](assets/etcq-setting-https.png)

- Key List

![ETCQ-Key-List](assets/etcq-key-list.png)ing-https.png)

- Key Detail

![ETCQ-Key-Detail](assets/etcq-key-detail.png)

- Key Edit

![ETCQ-Key-Edit](assets/etcq-key-edit.png)

- Key Lease

![ETCQ-Key-Lease](assets/etcq-key-lease.png)

- Key Revisions

![ETCQ-Key-Revisions](assets/etcq-key-revisions.png)

- Lease Keep Once

![ETCQ-Lease-Keep-Once](assets/etcq-lease-keep-once.png)

- Role Permissions

![ETCQ-Role-Permissions](assets/etcq-role-permissions.png)

- Role Permissions

![ETCQ-Role-Permissions](assets/etcq-role-permissions.png)

- User Grant

![ETCQ-User-Grant](assets/etcq-user-grant.png)

- Preferences

![ETCQ-Preferences](assets/etcq-preferences.png)

- Service Quick Switch

![ETCQ-Quick-Switch](assets/etcq-quick-switch.png)


## Author
- [Jioby](https://github.com/shockerli)

## Copyright
[@shockerli](https://github.com/shockerli)

Binary file added assets/etcq-cluster-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-key-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-key-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-key-lease.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-key-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-key-revisions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-lease-keep-once.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-quick-switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-role-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-role-permissions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-service-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-setting-https.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/etcq-user-grant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5a64a8

Please sign in to comment.