Closed prfalken closed 7 years ago
fixes #52 fixes #60
inclusion should be in the form of an "include" key containing a list of includes :
include: - env:prod-dc1:some.config - env::some.config.from.same.environment - some.global.config
when omitting the env field like in env::some.config the current environment is used
env::some.config
env:prod-dc1:some.config
/env/prod-dc1/common-attributes/some/config.yml
env::some.config.from.same.environment
common-attributes/some/same/environment.yml
some.global.config
/common-attributes/some/global/config.yml
fixes #52 fixes #60
inclusion should be in the form of an "include" key containing a list of includes :
when omitting the env field like in
env::some.config
the current environment is usedenv:prod-dc1:some.config
leads to/env/prod-dc1/common-attributes/some/config.yml
env::some.config.from.same.environment
leads tocommon-attributes/some/same/environment.yml
of the same environmentsome.global.config
leads to/common-attributes/some/global/config.yml