An open API service indexing awesome lists of open source software.

https://github.com/starbops/cvault

Credential Vault
https://github.com/starbops/cvault

Last synced: about 1 year ago
JSON representation

Credential Vault

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