Shin Code log

Logs of solution for code
December 16, 2022

How to edit rails credentials?

How to edit rails credentials?

Using below comment line:

EDITOR=nano RAILS_ENV=staging bin/rails credentials:edit -e staging

Note: both RAILS_ENV and -e staging required