Jose Diaz-Gonzalez

Results 1213 comments of Jose Diaz-Gonzalez

This: https://github.com/m1/Env#assignment One of the reasons symfony wrote their own `.env` parser - lol - is because you have a loose interpretation of variable assignment.

I'd imagine so, though there might be more.

Note: dokku no longer uses buildstep, so you are almost certainly running on an unsupported version of dokku.

Related herokuish issue https://github.com/gliderlabs/herokuish/issues/114 , which you may wish to comment upon.

Yeah, we just use herokuish. Seems to work, [was mostly a drop-in replacement](https://github.com/dokku/dokku/pull/1128) for buildstep.

You should be using herokuish now if possible, not buildstep. Herokuish should be a bit more compatible with heroku buildpacks.

How is this better or worse than any of the existing solutions?

Thank you @TomWright for looking into this. I very much appreciate it and realize that development of the functionality may not be forthcoming.

Maybe useful for turning a json byte array to hcl? https://github.com/hashicorp/hcl/blob/main/json/public.go#L20

That repo is hclv1. Maybe supporting either via a flag works.