Cumulusci

Latest version: v4.3.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 55 of 57

2.0.0alpha8

- New tasks for push upgrading packages
- push_all: Pushes a package version to all available subscriber
orgs
- ex: cci task run --org packaging -o version 1.1 push_all
- push_qa: Pushes a package version to all org ids in the file
push/orgs_qa.txt in the repo
- ex: cci task run --org packaging -o version 1.1 push_qa
- push_sandbox: Pushes a package version to all available sandbox
subscriber orgs
- ex: cci task run --org packaging -o version 1.1
push_sandbox
- push_trial: Pushes a package version to all org ids in the file
push/orgs_trial.txt in the repo
- ex: cci task run --org packaging -o version 1.1 push_trial
- Configurable push tasks in cumulusci.tasks.push.tasks:
- SchedulePushOrgList: uses a file with one OrgID per line as
the target list
- SchedulePushOrgQuery: queries PackageSubscribers to select
orgs for the target list
- Additional push tasks can be built by subclassing
cumulusci.tasks.push.tasks.BaseSalesforcePushTask

2.0.0alpha7

- New commands for connecting to other services
- cci project connect_apextestsdb: Stores ApexTestDB auth
configuration in the keychain for use by tasks that require
ApexTestsDB access
- cci project connect_github: Stores Github auth configuration in
the keychain for use by tasks that require Github access
- cci project connect_mrbelvedere: Stores mrbelvedere auth
configuration in the keychain for use by tasks that require
access to mrbelvedere
- cci project show_apextestsdb: Shows the configured ApexTestsDB
auth info
- cci project show_github: Shows the configured Github auth info
- cci project show_mrbelvedere: Shows the configured mrbelvedere
auth info
- Github Tasks
- The new BaseGithubTask wraps the github3.py API library to allow
writing tasks targetting Github
- The following new Github tasks are implemented on top of
BaseGithubTask:
- github_clone_tag: Clones one git tag to another via the
Github API
- github_master_to_feature: Merges the HEAD commit on master
to all open feature branches via the Github API
- github_release: Creates a Release via the Github API
- github_release_notes: Generates release notes by parsing
merged Github pull request bodies between two tags
- BaseTask now enforces required task_options raising TaskOptionError
if required options are missing
- Restructured the project: heading in cumulusci.yml

2.0.0alpha6

- Moved the build and ci directories back to the root so 2.0 is
backwards compatible with 1.0
- Allow override of keychain class via CUMULUSCI_KEYCHAIN_CLASS env
var
- New keychain class
cumulusci.core.keychain.EnvironmentProjectKeychain for storing org
credentials as json in environment variables
- Tasks now support the salesforce_task option for requiring a
Salesforce org
- The new BaseSalesforceToolingApi task wraps simple-salesforce for
building tasks that interact with the Tooling API
- cumulusci org default \<name\>
- Set a default org for tasks and flows
- No longer require passing org name in task run and flow run
- --unset option flag unsets current default
- cumulusci org list shows a \* next to the default org
- BaseAntTask split out into AntTask and SalesforceAntTask
- cumulusci.tasks.metadata.package.UpdatePackageXml:
- Pure python based package.xml generation controlled by
metadata_map.yml for mapping in new types
- Wired into the update_package_xml task instead of the old ant
target
- 130 unit tests and counting, and our test suite now exceeds 1
second!

2.0.0alpha5

- Update README

2.0.0alpha4

- Fix imports in tasks/ant.py

2.0.0alpha3

- Added yaml files to the MANIFEST.in for inclusion in the egg
- Fixed keychain import in cumulusci.yml

Page 55 of 57

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.