sops
v0.0.3
Published
A thin wrapper around sops to run via node or npx
Downloads
53
Readme
sops
sops
is an npm package that downloads the sops
binary and makes it executable. This also works via npx sops
. This allows you to easily use sops
without manually downloading and setting up the binary across architectures and platforms.
Installation
You can install sops
globally or use it directly with npx
.
npx sops
npm install -g sops
Usage
The sops
documentation can be found here