secrets-mgmt-cli

A simple CLI for managing secrets in AWS Secrets Manager


License
Apache-2.0
Install
pip install secrets-mgmt-cli==0.4.3

Documentation

secrets-mgmt-cli

PyPI Changelog Tests License

Summary

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