Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dhbradshaw/109893772d3548d9091249886e8e47ad to your computer and use it in GitHub Desktop.
Save dhbradshaw/109893772d3548d9091249886e8e47ad 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