getsops/sops

sops edit does not work

benkeil opened this issue · 3 comments

The examples in the README does not work.

sops edit secret.yaml
sops edit --pgp C9CAB0AF1165060DB58D6D6B2653B624D620786D secret.yaml

outputs Error: cannot operate on non-existent file but should create a new file

Hmm, that's indeed a bug. Thanks for spotting it!

#1596 fixes it.

(As a work-around you can leave edit away, i.e. sops secret.yaml and sops --pgp C9CAB0AF1165060DB58D6D6B2653B624D620786D secret.yaml.)