A tool to to help split your config into multiple files

CircleCI configuration can grow very large, this project lets you break up your config into separate files for ease of management.

As a bonus, it also allows you to use full 2.1 syntax, including orbs, even on on-prem CircleCI Enterprise which currently only supports 2.0 syntax.

Check it out here: https://github.com/samsalisbury/circleci-multi-file-config

3 Likes

Wow very cool. It’s one that to simply split the config but to also allow orbs to be backwards compatible here, awesome.

Thank you for sharing @samsalisbury.

1 Like