iprepd-cli

command module
v0.0.0-...-4b75753 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2019 License: MPL-2.0 Imports: 4 Imported by: 0

README

iprepd-cli

Go Report Card GitHub issues Documentation license

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL