Ruby on rails 6: unable to edit my credentials.yml.enc

Viewed 520

I am trying to get add to my credentials.yml. I have run

EDITOR="sublime --wait" rails credentials:edit

and

EDITOR="subl --wait" rails credentials:edit

which both returned:

File encrypted and saved.

but neither opened the decrypted file in Sublime text editor.

This is new to me, what am I doing wrong?

0 Answers
Related