|
|
|
|
|
by jpgvm
713 days ago
|
|
{"password":"hunter2"} A man of culture I see. This looks really useful where you don't want to introduce another scripting VM just to spit out some JSON, i.e I have used Ruby a lot for this in the past. I can see myself using this in container init scripts and other very low dep environments to format config files from env vars etc. |
|
As a user, I’m fine with embedding a reasonably small VM to handle the configs; disk space is cheap. Better yet would be a compiled binary that handles it, but that feels like asking a lot of maintainers.
There’s a lot of surface area for someone to mis-quote stuff in their environment and generate unintelligible bash errors.
Or that may be just me; I hate bash in general, so maybe it’s just that bleeding over.