A simple TUI for your openbao KV engines.
# using go directly
$ go install github.com/jon4hz/awoolt@latest
# from aur (btw)
$ yay -S awoolt-bin
# local pkg manager
$ export VERSION=v0.0.0 # -> replace with actual version
## 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.apkAll 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-bao-kvMake sure you have a valid openbao token on your system. Try bao login.
$ awoolt --help
awoolt put creates secrets using an interactive form. Fields passed with -m are
also stored as custom metadata.

