Feature request: Support decrypting multiple files at a time
It would be awesome if sops supported decrypting multiple files at a time.
Use case: For example, say you have multiple encrypted Kubernetes secrets that you'd like to apply all at once, this could be streamlined as:
sops -d secrets/*.enc.yml | kubectl apply -f -
This would be much easier than having to manually specify each file individually, one at a time. This would also require that sops be able to concatenate each file using the --- document delimiter in the resulting YAML stream.
Would be nice input and I am also looking forward to it. By the way any update here? Thanks
Hello! This is something that would be really nice, for batch operations that include not just for applying on kubernetes. For example, searching en masse when almost all the infra is captured in IaC
I agree, it would be very nice to have this feature !
It would be very helpful to have the support for multiple files for sops exec-env as well. Currently, we have to nest multiple exec-env commands which is not very clean.
OMG, I started to use SOPS 2 days before, and I think I'm arriving at the right place. +1 from my side! This will make the usage a lot easier especially when specifying decryption on my package.json script
+1 as well, that would be awesome
+1 that will be really helpful