Skip to content

Instantly share code, notes, and snippets.

@tibawatanabe
Created September 30, 2017 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tibawatanabe/877911fcdf04ba8833954403e811c5cc to your computer and use it in GitHub Desktop.
Save tibawatanabe/877911fcdf04ba8833954403e811c5cc 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