CumulusCI
CumulusCI copied to clipboard
Python framework for building portable automation for Salesforce projects
### Describe the bug The tasks `run_tests` does not query for the namespace it was given. We defined the namespace via cumulus.yml like that: ``` tasks: run_tests: options: required_org_code_coverage_percent: 90...
**Please describe the nature of this feature request** - When running CCI packaging commands, it would be great to display the SFDX equivalent command lines as they are being made...
### Feature Type I'm interested in extensions to existing CumulusCI functionality (e.g., broader applicability of an existing Task or Flow). ### Does your feature request solve a current problem? Currently,...
**Describe the bug** The task 'add_permission_set_perms' expects a list of permissions. If you give it a single dictionary rather than a list of dictionaries the task will fail with the...
### Feature Type I'm interested in extensions to existing CumulusCI functionality (e.g., broader applicability of an existing Task or Flow). ### Does your feature request solve a current problem? We...
One could fail to connect to an org because the connected app is a mismatch. Salesforce itself does not give a good error message. If we at least printed out...
When running a flow, often I would like to delete a previously created scratch org and run the flow in a clean org. Currently, this requires first running `cci org...
**If you are seeking support on using CumulusCI, please do not open an Issue. Instead, please visit us on the [Trailblazer Community](https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F9300000009M9Z), or, for Nonprofit and Education customers, the [Power...
This section refers to the `org_config` object but this object is probably not documented anywhere. https://cumulusci.readthedocs.io/en/latest/config.html#when-clauses For example, today I had to ask on Slack about org_config.installed_packages
### 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? Currently removing an...