Manage passwords using CLI
python vault.py init
python vault.py add github john@email.com
python vault.py get github
python vault.py get github --show
python vault.py list
python vault.py delete github
Manage passwords using CLI
python vault.py init
python vault.py add github john@email.com
python vault.py get github
python vault.py get github --show
python vault.py list
python vault.py delete github