A thin wrapper around sops to run via node or npx
npm install sopssops 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.
You can install sops globally or use it directly with npx.
``sh`
npx sops
`sh`
npm install -g sops
The sops` documentation can be found here