mirror of
https://github.com/dtomlinson91/csops.git
synced 2025-12-22 05:45:45 +00:00
14 lines
220 B
Markdown
14 lines
220 B
Markdown
# 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`
|