The "workaround" to get piping to work is not cross-platform.
I highly recommend handling it like kubectl and other tools where you can pass in - as file name which triggers reading from stdin.
So something like echo "asdf" | sops - or echo "asdf" | sops -f -
Is this something you would accept a PR for?
The "workaround" to get piping to work is not cross-platform.
I highly recommend handling it like
kubectland other tools where you can pass in-as file name which triggers reading fromstdin.So something like
echo "asdf" | sops -orecho "asdf" | sops -f -Is this something you would accept a PR for?