Install the latest release version
curl -sL https://raw.githubusercontent.com/nlnwa/veidemannctl/main/install.sh | bashTo get a list of available commands and configuration flags:
veidemanctl -hUsage documentation: https://nlnwa.github.io/veidemannctl
go buildgo test ./...go generateWhen 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.