From c10a40273bb6ace06a4b1640488045d21dcd9ee1 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Mon, 17 Jan 2022 03:41:54 +0000 Subject: [PATCH] doc: update README with usage example --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e69de29..7bdb218 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +# CSOPS + +Wrapper around [mozilla/sops](https://github.com/mozilla/sops). + +## Installation + +`pipx install git+https://github.com/dtomlinson91/csops` + +## Usage + +Encrypt: `csops e test.log` + +Decrypt: `csops d test.enc.log`