ddollar/heroku-config

quotes in .env & config:push

LeonB opened this issue · 4 comments

I set up my .env file like this:

FACEBOOK_KEY="XXXXX"
FACEBOOK_SECRET="XXXXXX"

EMBEDLY_USER_AGENT="XXXXX"
EMBEDLY_KEY="XXXXX"

foreman works great with this locally. So I decided to do a heroku config:push,

When I do that, heroku config creates variables on heroku with a value of "XXX" instead of XXX.

It would be nice if config:push only uses the value between "'s.

Co-ask

Still noticing this.

Issue still exists.

I am no longer using this tool much but I would happily accept a pull request for this change.