Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alonronin/7ac78a7b517c3be46bf8d3184c6b86f3 to your computer and use it in GitHub Desktop.
Save alonronin/7ac78a7b517c3be46bf8d3184c6b86f3 to your computer and use it in GitHub Desktop.
Command line to save Heroku config vars into .env file
heroku config | sed 's/: */=/g; /^=/d' >> .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment