sops-wrapper

A small wrapper around sops


License
MIT
Install
pip install sops-wrapper==0.1.1

Documentation

sops-wrapper

This is a simple wrapper around sops, which does use the .sops.yaml to determine the files which need to be encrypted or decrypted.

Installation

Install with pip:

python -m pip install sosp-wrapper

Usage

run it with sops-wrapper encrypt --dry-run or sops-wrapper decrypt --dry-run, remove the --dry-run flag to make it actually happen.