Install the latest release version
curl -sL https://raw.githubusercontent.com/nlnwa/veidemannctl/main/install.sh | bash
To get a list of available commands and configuration flags:
veidemanctl -h
Usage documentation: https://nlnwa.github.io/veidemannctl
go build
go test ./...
go generate
When no --server <address>
is provided or previously set using veidemannctl config set-address <address>
you might experience the following error message:
$ veidemannctl get seed
Error: failed to build resolver: passthrough: received empty target in Build()
Setting --server
or veidemannctl config set-address <address>
to something
other than an empty string will resolve this specific error.