heroku run local code example
Example 1: run heroku app locally
$ heroku local web
Example 2: heroku variables console
To check variables:
heroku config
To set variables:
heroku config:set VARIABLE_HERE=value
$ heroku local web
To check variables:
heroku config
To set variables:
heroku config:set VARIABLE_HERE=value