Skip to content

Instantly share code, notes, and snippets.

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