Forked from llighterr/save-heroku-config-vars-to-env.sh
Created
July 27, 2023 11:56
-
-
Save alonronin/7ac78a7b517c3be46bf8d3184c6b86f3 to your computer and use it in GitHub Desktop.
Command line to save Heroku config vars into .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 | sed 's/: */=/g; /^=/d' >> .env | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment