Project description
secrets-mgmt-cli

Summary
- A simple CLI for managing secrets in AWS Secrets Manager
- PyPI project
- Based on the following projects:
Installation
Install this tool using pip
:
pip install secrets-mgmt-cli
Usage
For help, run:
secrets-mgmt-cli --help
You can also use:
python -m secrets_mgmt_cli --help
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd secrets-mgmt-cli
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
new release
- change version in
setup.py
- use
lint
and test
labels in PR to pre-run components of publish workflow
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 secrets-mgmt-cli-0.5.0.tar.gz
.
File metadata
-
Download URL:
secrets-mgmt-cli-0.5.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Hashes for secrets-mgmt-cli-0.5.0.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
c0fcb0835349160263f8860ff86c84171ff0ad089403c0b9fe715ec5ded5ffde |
|
MD5 |
780b9f50d95acd6db60544ba3c8b9f63 |
|
BLAKE2b-256 |
eb5229e1400fdb8ba79fa9430ecb6f50686342bf480223119c6f7b8ddd488ff7 |
|
See more details on using hashes here.
File details
Details for the file secrets_mgmt_cli-0.5.0-py3-none-any.whl
.
File metadata
File hashes
Hashes for secrets_mgmt_cli-0.5.0-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
6a97807ca6429d448e106a6cc23b1605341968077b1efc26931f97bfeba2f5e0 |
|
MD5 |
7b72b076f6c36fdb5b5fcdeddb8b7b56 |
|
BLAKE2b-256 |
0706e35183b4bb27b20683a3cb3ae80e1b943caeac7aff8ba46eec0a36652f82 |
|
See more details on using hashes here.