dominictarr/rc

deep properties with environment variables

Closed this issue · 8 comments

Assuming a such config:

[generators.options]
  engine = ejs

How can I override generator.options.engine with an environment variable: myapp_????

that is currently not supported, but I think I'd merge a pull request that made myapp_generator__options__engine => generator.options.engine
it can't be a single underscore because that would probably break stuff.

edy commented

👍

+1

that is gross.
If someone implements this I will merge:
#25 (comment)

On it

This issue should be closed as of 6977da0.