https://github.com/adrianosela/cliprepd
A command line client for IPrepd (https://github.com/mozilla-services/iprepd)
https://github.com/adrianosela/cliprepd
Last synced: 3 months ago
JSON representation
A command line client for IPrepd (https://github.com/mozilla-services/iprepd)
- Host: GitHub
- URL: https://github.com/adrianosela/cliprepd
- Owner: adrianosela
- License: mpl-2.0
- Created: 2019-07-09T03:14:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T19:54:28.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T14:27:22.461Z (12 months ago)
- Language: Go
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cliprepd
[](https://goreportcard.com/report/github.com/adrianosela/cliprepd)
[](https://github.com/adrianosela/cliprepd/issues)
[](https://godoc.org/github.com/adrianosela/cliprepd)
[](https://github.com/adrianosela/cliprepd/blob/master/LICENSE)Command line client for [IPrepd](https://github.com/mozilla-services/iprepd)
### Getting started
On unix systems, build with ```make```:
```
$ make
go build -ldflags "-X main.version=0.1.0-7a96e4e" -o repd
cp repd /usr/local/bin
```Set your local configuration with ```repd config set```:
```
$ repd config set --url http://localhost:8080 --token "APIKey test"
```
Verify your configuration with ```repd config show```:```
$ repd config show --path ~/.repd
+----------+-----------------------+
| HOST_URL | http://localhost:8080 |
| AUTH_TK | APIKey test |
+----------+-----------------------+
```