Open
Description
Summary of the new feature / enhancement
As part of #412 we would want to enable rendering a complete config that includes other config files. Some considerations:
- needs to be done recursively as an included config may itself include another config
- render in execution order based on
dependsOn
to show the sequence top to bottom - probably expose as a new
Resolve
capability forGroup
andAdapter
resources to implement
Proposed technical implementation details (optional)
No response