Add support for cumulusci.d/ in addition to cumulusci.yml #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for folder-based configuration and ordering with
.order.yml
incumulusci.yml
.Project Configuration:
cumulusci/core/config/project_config.py
to load configurations from folders and merge them..order.yml
files and determine the loading sequence.Testing:
cumulusci/core/tests/test_project_config.py
with test cases to verify the new folder-based loading mechanism..order.yml
file handling and ordering.Template Update:
cumulusci/files/templates/project/cumulusci.yml
to include an example of folder-based configuration..order.yml
file to the template.Documentation:
docs/config.md
to explain the new folder-based configuration feature..order.yml
files for ordering.Sample Order File:
cumulusci/files/templates/project/config/.order.yml
with example ordering.For more details, open the Copilot Workspace session.