https://github.com/suddengunter/echo-cli
Echo-CLI cobra app
https://github.com/suddengunter/echo-cli
Last synced: over 1 year ago
JSON representation
Echo-CLI cobra app
- Host: GitHub
- URL: https://github.com/suddengunter/echo-cli
- Owner: SuddenGunter
- License: apache-2.0
- Created: 2019-07-01T13:18:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T13:13:21.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T13:13:53.493Z (over 1 year ago)
- Language: Go
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# echo-cli
Echo-CLI app created as an experiment where main goal was get some skills with Cobra. It allows to save auth token to temp dir, and it it's presented - connect and communicate with websocket server (see echo-server submodule).
Usage:
`echo-cli [command]`
Available Commands:
```
auth Authorize local user to echo-server
help Help about any command
user Manage users
```
# build
Use `make build` to build app
# test
Use `make test` to run tests
# demo
Use `make demo` to run app in demo mode. You need working server on `ws://localhost:8080/ws` to see demo. Server included as submodule in same repo