Interactively browse vault/openbao in the terminal.
# using go directly
$ go install github.com/jon4hz/awoolt@latest
# from aur (btw)
$ yay -S awoolt-bin
# local pkg manager
$ export VERSION=v0.1.0
## debian / ubuntu
$ dpkg -i awoolt-$VERSION-linux-amd64.deb
## rhel / sles
$ rpm -i awoolt-$VERSION-linux-amd64.rpm
## alpine
$ apk add --allow-untrusted awoolt-$VERSION-linux-amd64.apk
All releases can be found here
awoolt
searches for a config file in the following locations:
./awoolt.yml
~/.config/awoolt/awoolt.yml
/etc/awoolt/awoolt.yml
# ~/.config/awoolt/awoolt.yml
---
engine: my-vault-kv
Make sure you have a valid vault token on your system. Try vault login
.
$ awoolt --help
interactively browse vault/openbao in the terminal.
Usage:
awoolt [flags]
Flags:
-e, --engine string secret engine to use
-h, --help help for awoolt
-p, --path string secret path