This tool allows you to run commands declared on a YAML file with secrets that are securely stored on your local machine.
Disclaimer: This is a work in progress. It is not ready for production use.
LICENSE: MIT
Note: make sure to use a virtual-env, pyenv or conda to avoid polluting your system python.
usage:
- Clone this repo.
cd n-autodev
pip install .
nautodev --help
nautodev project --init > nautodev.yaml
nautodev run --command echo
nautodev run --command decrypt-me-echo
Soon to be published on PyPI.
by: @lintuxt