With this Orb, you can split your config.yml into multiple files. Then, when CircleCI starts, you can merge these split files before executing workflows.
Is there an existing issue that is already proposing this?
[X] I have searched the existing issues
Describe the problem imposed by not having this feature
If any of the child CircleCI config files have parameters defined, then they must also be declared in the setup workflow. Otherwise, a parametrised pipeline run will fail since CircleCI won't be able to recognise the parameters sent.
Describe the solution you'd like
If this restriction can be verified, hope it can be added to the project README.
Is there an existing issue that is already proposing this?
Describe the problem imposed by not having this feature
If any of the child CircleCI config files have parameters defined, then they must also be declared in the setup workflow. Otherwise, a parametrised pipeline run will fail since CircleCI won't be able to recognise the parameters sent.
Describe the solution you'd like
If this restriction can be verified, hope it can be added to the project
README
.Other
No response