-
Notifications
You must be signed in to change notification settings - Fork 958
Closed
Description
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?
patricknelson, eddmingtonsecuritas, philomory, mulder999, bruno-arruda-base and 4 more