Sops wrapper that does base64 encoding and decoding for you.
sops64 --encrypt tests/plain.yml
sops64 --decrypt tests/sops.yml
Download the latest release.
brew install nousefreak/brew/sops64
or
curl -sL http://bit.ly/gh-get | PROJECT=NoUseFreak/sops64 bash
$ git clone https://github.com/NoUseFreak/sops64.git
$ cd sops64
$ make
$ make install
To upgrade to the latest repeat the install step.