Skip to content

Instantly share code, notes, and snippets.

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