Skip to content

Allow mobanfile to include data from arbitrary config files #126

@jayvdb

Description

@jayvdb

Currently a mobanfile can only include one overrides: to list a yaml file which contains more settings.

In order to split input data into multiple files, the following is needed: A.yaml overrides: B.yaml overrides: C.yaml

However B and C may have unrelated set of data, so it is an annoyance that B should refer to C.

This also reduces re-usability.

Another project (Z) might want to use the values in B , but not the values in C.

A should be able to directly include B and C, while Z includes B only.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions