Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

mozilla-services/iprepd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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           |
+----------+-----------------------+

About

DEPRECATED - Command line interface for iprepd

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors