CumulusCI
CumulusCI copied to clipboard
Python framework for building portable automation for Salesforce projects
Replace with dynamic functionality via a task option on the `deploy` task. The following tasks should be deleted along with their task classes: * create_managed_src * create_unmanaged_ee_src * revert_managed_src *...
Now that a scratch org config can contain `namespaced: true` which means the scratch orgs are created with the namespace from `sfdx-project.json` applied to the scratch org, it'd be nice...
github_release_notes task tries to update existing release notes when they exist. We should have an overwrite option (default=False) that allows us to do release notes from scratch.
- All new keychain details are serialized using json, not pickle.
## Issues Fixed * Fixed an issue where unknown deploy statuses could cause polling to hang in the `deploy_marketing_cloud_package` task.
### Describe the bug We have a DX project that is also deployed against a persistent org. In that case cumulusci deploys from /src after converting DX metadata. Package.xml is...
### Describe the bug After a while of not using CCI, I have tried running task extract_dataset (cci task run extract_dataset -o mapping datasets/mapping.yml -o sql_path datasets/test.sql --org cci_holver_prod) for...
### Feature Type I'm interested in functionality that solves a current problem or limitation in how CumulusCI works. ### Does your feature request solve a current problem? _No response_ ###...
Moved from #3341 Thank you @jlantz ! Adds extra error handling and a new exception, ServiceCannotBeLoaded, to match the exception already there for org load issues. Should have 100% test...