Skip to content

Convenience Features

Compare
Choose a tag to compare
@xavdid xavdid released this 17 Oct 22:57
· 48 commits to master since this release

This release bring a couple of neat conveniences that should make the overall experience of using the plugin more enjoyable!

Safely Pulling env

By default, heroku adds a NODE_ENV, RACK_ENV, or equivalent set to production. Typically this is great, but when pulling configs it's an easy way to accidentally run your app in the wrong mode locally. If it sees a key like this coming by, it'll prompt you to [d]elete | [i]gnore | [a]lways (delete) | [n]ever (delete) that key for that app. These settings are stored in (the created as soon as you use it) .heroku_config_settings.json

File flexibility

There's now a lot more options for how you want to format your local file. See the readme for more info.