Skip to content

Layered variables #300

Open
Open
@jayvdb

Description

@jayvdb

Currently all variables are merged immediately.

Each set of data should be kept in separate dictionaries and layered on top of each other, so that dict read of the top level merges the values at runtime (and has an lru cache).

Then it is possible to read each config , and combined them in different groups as needed for #126

i.e. two targets should be able to use the same config files and combined them in different merge-order.

This also allows disabling env-vars for some targets, but keeping them for others.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions