Releases: xavdid/heroku-config
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.4
v1.5.3
The Clean Flag
When pushing, you can now specify the -c | --clean
flag to erase destination variables if they weren't present in the file you're reading from. Use this cautiously!
Thanks to @aaroncraigongithub for the PR!
Convenience Features
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.