heroku access app config code example
Example 1: heroku cli delete app
$ heroku apps:destroy [YOUR-APP-HERE]
Example 2: heroku variables console
To check variables:
heroku config
To set variables:
heroku config:set VARIABLE_HERE=value
$ heroku apps:destroy [YOUR-APP-HERE]
To check variables:
heroku config
To set variables:
heroku config:set VARIABLE_HERE=value