Command line client for IPrepd
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
+----------+-----------------------+
| HOST_URL | http://localhost:8080 |
| AUTH_TK | APIKey test |
+----------+-----------------------+