CumulusCI
CumulusCI copied to clipboard
Python framework for building portable automation for Salesforce projects
### Describe the bug For Enhanced LWR sites which are automatically created in Winter '24, the `digitalExperiences` metadata type has to be used instead of `experiences`. See https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_digitalexperiencebundle.htm and https://help.salesforce.com/s/articleView?id=sf.exp_cloud_enhanced.htm&type=5...
If you attempt to override the preset `version_base` and `ancestor_id` options for the `create_package_version` task (for example, to bypass GitHub resolution in the `release_2gp_beta` flow), you will be blocked by...
### 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? I noticed this...
The Python release listed in the docs is pretty old. Can we change it to reference the latest Python 3 version instead? Is it fair to say that in October,...
### Describe the bug This is half a Salesforce bug because I can't believe it is allowed at all. It seems that both Salesforce and CumulusCI both will happily allow...
A custom task can now be defined like this: ```yaml deploy_reports: description: Deploy Reports extends: deploy group: My Project options: path: unpackaged/config/reports ``` Instead of like this: ```yaml deploy_reports: description:...
### 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? Yes, when clauses...
Similar to other bulk data tasks, this one can now deal with fields or objects specified in an extract definition which are not in the org. Unknown sobjects warn rather...
Using prior values in options is wonderful. The "when" clause in flows, however, is not so much as it is VERY limited what you can base it off of. To...
- Updated FindReplaceIdSpec to get the first column of the select statement instead of ID