$ cd <application name>
Where is the dir where you have the .env
file.
heroku config:set $(cat .env | sed '/^$/d; /#[[:print:]]*$/d')
$ cd <application name>
Where is the dir where you have the .env
file.
heroku config:set $(cat .env | sed '/^$/d; /#[[:print:]]*$/d')