deep properties with environment variables
Closed this issue · 8 comments
abernier commented
Assuming a such config:
[generators.options]
engine = ejs
How can I override generator.options.engine
with an environment variable: myapp_???
?
dominictarr commented
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
👍
dmmalam commented
+1
mikermcneil commented
dominictarr commented
that is gross.
If someone implements this I will merge:
#25 (comment)
mikermcneil commented
On it
mikermcneil commented