Last active
January 18, 2018 02:29
-
-
Save goncalvesjoao/2d6809478010cb79fd1525d357d5f04a to your computer and use it in GitHub Desktop.
export heroku config vars to an .env file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> heroku config -s -a <heroku app> >> .env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment