Closed
Description
It appears that I can't use gui-based editors such as Atom or Sublime with sops.
My .bash_profile
contains export EDITOR=/usr/local/bin/atom
When I try to edit any sops-encrypted file I get something like:
mxx@MacBook-Pro:[~]: sops myfile.yaml
INFO: myfile.yaml doesn't exist, creating it.
INFO: generating and storing data encryption key
INFO: temp file created at /var/folders/b1/pwv5g6795fld3f0vt14kky_40000gp/T/tmpq6K2_D.yaml
PANIC: myfile.yaml has not been modified, exit without writing
A few sec later Atom opens up with that tmpq6K2_D.yaml file.
It is my understanding that this happens because gui editors open in a separate process outside of my terminal.
Regular terminal editors such vi/nano/mcedit work as expected.
How can I use gui editors with sops?
Metadata
Metadata
Assignees
Labels
No labels