CLI tool to manage local key/certs and token.
Project description
Local Variable Manager (lvmanager)
What does it do?
This is a simple CLI script to encrypt, store, and set environmental variables such as certs, ,keys or tokens.
usage: CLI for managing and maintaining tokens and key/certs.
optional arguments:
-h, --help show this help message and exit
-add ADD Adds a file to lcm [--name required]
-delete DELETE Delete a saved file [--name required]
-setenv SETENV Expose a saved file as an environmental variable [--name
required]
-name NAME Name to be used
-ls Display what currently stored
-cleanup Clean up exposed keys
-e Use encryption for values when storing or setting the
environment [LVMANAGER_PW is needed as an environmental
variable]
-getkey Get a new encryption key
View stored files
lvmanager -ls
Add
lvmanager -add NAME_OF_FILE.key -name project/NAME
lvmanager
will automatically create projects if they are already not created.
The -e
flag will encrypt data and will need the environmental variable LV_MANAGER
to be configured.
Note: If you save a .lvmanager
file, when you setenv
the contents of the file will be exposed, not a pointer to the file.
Delete
lvmanager -delete project/NAME
Export single variable
lvmanager -setenv project/NAME -name APP_TOKEN -e
lvmanager
will expose the stored value NAME as APP_TOKEN and will copy the relevant commands to the clipboard to the user to manually set.
The -e
flag will encrypt data and will need the environmental variable LV_MANAGER
to be configured.
Export projects variables
lvmanager -setenv project/ -e
lvmanager
will expose all values under project/ as the NAME they are stored as (in uppercase).
The -e
flag will encrypt data and will need the environmental variable LV_MANAGER
to be configured.
Get key
lvmanager -getkey
The export command will be copied to the clipboard and will need to be set by the user. Don't lose this key!
How to Install
You can install lvmanager
through the setup.py file:
python3 setup.py install
Pip config coming soon
Example
- Get and export key for encryption:
lvmanager -getkey
And now in your clipboard you should be able to expose your key:export LVMANAGER_PW=12345..
- Add the key
test.key
as token under project/ with encryption enabled:lvmanager -add token.lvmanager -name project/token -e
- See what
lvmanager
has stored:lvmanager -ls
And we can see:(venv) lvmanager -ls project/ key.key
- Expose our key and get the export command:
lvmanager -setenv project/key -name KEY -e
- Export our environmental variable:
export KEY=some/path/to/.exposed/project/key.key
- Delete our key from our database:
lvmanager -delete project/key
- Clean up any un-encrypted data from the
.exposed
file:lvmanager -cleanup
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Local Variable Manager-1.0.tar.gz
.
File metadata
- Download URL: Local Variable Manager-1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2520c301b421fb993f037cad922321c8a17c1a7431b1a99f5feca3a35895a4a |
|
MD5 | f1220f1372329dda576dfdb039aa1494 |
|
BLAKE2b-256 | 247e3e4818d52396a8408e79f576f46eb7213b0f6a47c1a586a02e9ce5a39b88 |
File details
Details for the file Local_Variable_Manager-1.0-py3.7.egg
.
File metadata
- Download URL: Local_Variable_Manager-1.0-py3.7.egg
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1c6e53b3817770b0936e5c0f7fece988fc74319b0d64f952e5eef7f66d37727 |
|
MD5 | 0a3bacec36e4f3f1c53c40ae20d4ffbf |
|
BLAKE2b-256 | dc171c895bbb9a8b823d3feed7c5ab5970018b9c1bbc306d1f478ca14274715c |