https://github.com/ffflorian/wire-go
A wire CLI.
https://github.com/ffflorian/wire-go
Last synced: 5 months ago
JSON representation
A wire CLI.
- Host: GitHub
- URL: https://github.com/ffflorian/wire-go
- Owner: ffflorian
- License: gpl-2.0
- Archived: true
- Created: 2021-02-27T20:22:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T07:51:52.000Z (about 5 years ago)
- Last Synced: 2024-06-20T01:57:31.187Z (almost 2 years ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# wire-go [](https://github.com/ffflorian/wire-go/actions/)
A [Wire](https://github.com/wireapp) CLI.
## Installation
Run `go get github.com/ffflorian/wire-go`.
## Local usage
```
wire-go
```
```
A Wire CLI.
Usage:
wire-go [options] [directory]
Options:
--client-id, -i specify the client's ID (e.g. for setting its label)
--label, -l specify the client's new label
--backend, -b specify the Wire backend URL (default: "staging-nginz-https.zinfra.io")
--email, -e specify your Wire email address
--password, -p specify your Wire password
--version, -v output the version number
--help, -h display this help
Commands:
delete-all-clients
set-client-label
get-all-clients
```