Awesome CLI client for Vaultier password manager
For security reasons, this software depends of Python 3.6 or higher.
git clone https://github.com/Telefonica/vaultier-cli.git
virtualenv3 ./vaultcli
source ./vaultcli/bin/activate
cd vaultier-cli
python setup.py installBefore run, you need to configure vaultcli. By default it looks for config file in your home dir in two valid locations.
~/.config/vaultcli/vaultcli.conf~/.vaultcli.conf
You can copy the sample config file to one of these locations and edit it, or use the following fancy method to make configuration.
touch ~/.config/vaultcli/vaultcli.conf
vaultcli config email your.login.email@example.com
vaultcli config server https://your.vaultier.server.example.com
vaultcli config key /location/of/your/vaultier.keyOptionally, if your server have a self signed certificate, you can disable the certificate check.
vaultcli config verify falseSimply run vaultcli command with -h or --help to read the help of
command. It's self explanatory.
Happy secring!!!
See contrib/fuse/