Skip to content

Support multi file configuration and module references #152

@vajda

Description

@vajda

Idea is to support definition of configuration objects in multiple files and be able to reference values across configuration files. This will provide support for implementing domain specific objects that could be packaged within jar and reused.

Configuration would look similar to the following:
userFile.yml

...
values:
  user:
    username: random(['Legolas', 'Aragorn', 'Gandalf'])
    firstName: random(['Peter', 'John', 'Mathew'])
    lastName: Smith

config.yml

...
include: userFile.yml as userFile

values:
  result:
    id: uuid()
    user: $userFile.user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions