https://github.com/starbops/cvault
Credential Vault
https://github.com/starbops/cvault
Last synced: about 1 year ago
JSON representation
Credential Vault
- Host: GitHub
- URL: https://github.com/starbops/cvault
- Owner: starbops
- License: mit
- Created: 2016-10-28T05:25:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T09:50:36.000Z (almost 10 years ago)
- Last Synced: 2025-05-05T04:05:28.658Z (about 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Cvault: Credential Vault
========================
Credential Vault (cvault) is a place where you can save your memory about credentials, e.g. account and password, along with some helpful description.
Installation
------------
To install dependencies and the cvault program.
.. code-block:: bash
$ python setup.py install
Then initialize the vault (database).
.. code-block:: bash
$ cvault init
Usage
-----
There are two modes in cvault:
1. interactive mode: cvault will open up a dialog, and you can interact with it
2. non-interactive mode: saves entry with one shot, no more dialog
**Interactive Mode**
.. code-block:: bash
$ cvault
And follow the instructions to achieve the goal.
**Non-interactive Mode**
.. code-block:: bash
$ cvault save # save a new entry
$ cvault remove # remove certain entry
$ cvault list [-v] # list all the entries reside in the vault
$ cvault show # show the exact entry