Update Rails 7 Credentials
Photo by Towfiqu barbhuiya on Unsplash
Update Credentials of Current Environment
To edit Rails 7 credentials in the preferred editor, run:
EDITOR= rails credentials:edit
Replace <editor> with editor name.
For example:
# nanoEDITOR=nano rails credenti...
vchkhr.com1 min read