# CumulusCI
[](https://coveralls.io/github/SFDO-Tooling/CumulusCI?branch=main)
[](https://pypi.org/project/cumulusci-plus/)


[](https://cumulusci.readthedocs.io/en/latest/?badge=latest)
CumulusCI helps build great applications on the Salesforce platform by
automating org setup, testing, and deployment for everyone --- from
developers and admins to testers and product managers.
**Best practices, proven at scale.** CumulusCI provides a complete
development and release process created by Salesforce.org to build and
release applications to thousands of users on the Salesforce platform.
It\'s easy to start new projects with a standard set of tasks (single
actions) and flows (sequences of tasks), or customize by adding your
own.
**Batteries included.** Out-of-the-box features help you quickly:
- Build sophisticated orgs with automatic installation of
dependencies.
- Load and capture sample datasets to make your orgs feel real.
- Apply transformations to existing metadata to tailor orgs to your
specific requirements.
- Run builds in continuous integration systems.
- Create end-to-end browser tests and setup automation using [Robot
Framework](https://cumulusci.readthedocs.io/en/latest/robotframework.html).
- Generate synthetic data on any scale, from a single record to a
million, using
[Snowfakery](https://cumulusci.readthedocs.io/en/latest/cookbook.html#large-volume-data-synthesis-with-snowfakery).
**Build anywhere.** Automation defined using CumulusCI is portable. It
is stored in a source repository and can be run from your local command
line, from a continuous integration system, or from a customer-facing
MetaDeploy installer. CumulusCI can run automation on scratch orgs
created using the Salesforce CLI, or on persistent orgs like sandboxes,
production orgs, and Developer Edition orgs.
## Learn more
For a tutorial introduction to CumulusCI, complete the [Build
Applications with
CumulusCI](https://trailhead.salesforce.com/en/content/learn/trails/build-applications-with-cumulusci)
trail on Trailhead.
To go in depth, read the [full
documentation](https://cumulusci.readthedocs.io/en/latest/).
If you just want a quick intro, watch [these screencast
demos](https://cumulusci.readthedocs.io/en/latest/demos.html) of using
CumulusCI to configure a Salesforce project from a GitHub repository.
For a live demo with voiceover, please see Jason Lantz\'s [PyCon 2020
presentation](https://www.youtube.com/watch?v=XL77lRTVF3g) from minute
36 through minute 54.
## Questions?
Ask in the [CumulusCI (CCI) group in the Trailblazer
Community](https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F9300000009M9ZCAU).
_Please note:_ CumulusCI is distributed under an [open source
license](https://github.com/SFDO-Tooling/CumulusCI/blob/main/LICENSE)
and is not covered by the Salesforce Master Subscription Agreement.
<!-- Changelog -->
## v5.0.25 (2025-10-09)
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### Changes
- PM-2198 Add NAMESPACE injection in assign_permission_sets by [@jorgesolebur](https://github.com/jorgesolebur) in [#87](https://github.com/jorgesolebur/CumulusCI/pull/87)
- Add update named credential and external credential tasks by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#89](https://github.com/jorgesolebur/CumulusCI/pull/89)
- Fix external credential POST or PUT format. by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#92](https://github.com/jorgesolebur/CumulusCI/pull/92)
- PM-2203 Create a CCI task for CCI to wrap SFDMU and apply namespace token replacement before executing sf sfdmu run command by [@jorgesolebur](https://github.com/jorgesolebur) in [#88](https://github.com/jorgesolebur/CumulusCI/pull/88)
**Full Changelog**: https://github.com/jorgesolebur/CumulusCI/compare/v5.0.24...v5.0.25
Raw data
{
"_id": null,
"home_page": null,
"name": "cumulusci-plus",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "cumulusci, salesforce",
"author": null,
"author_email": "\"Salesforce.org\" <sfdo-mrbelvedere@salesforce.com>",
"download_url": "https://files.pythonhosted.org/packages/43/11/4a67ce274471d5187c597647f1f9ff288fc89edb0e8810897b675a58102f/cumulusci_plus-5.0.25.tar.gz",
"platform": null,
"description": "# CumulusCI\n\n[](https://coveralls.io/github/SFDO-Tooling/CumulusCI?branch=main)\n[](https://pypi.org/project/cumulusci-plus/)\n\n\n[](https://cumulusci.readthedocs.io/en/latest/?badge=latest)\n\nCumulusCI helps build great applications on the Salesforce platform by\nautomating org setup, testing, and deployment for everyone --- from\ndevelopers and admins to testers and product managers.\n\n**Best practices, proven at scale.** CumulusCI provides a complete\ndevelopment and release process created by Salesforce.org to build and\nrelease applications to thousands of users on the Salesforce platform.\nIt\\'s easy to start new projects with a standard set of tasks (single\nactions) and flows (sequences of tasks), or customize by adding your\nown.\n\n**Batteries included.** Out-of-the-box features help you quickly:\n\n- Build sophisticated orgs with automatic installation of\n dependencies.\n- Load and capture sample datasets to make your orgs feel real.\n- Apply transformations to existing metadata to tailor orgs to your\n specific requirements.\n- Run builds in continuous integration systems.\n- Create end-to-end browser tests and setup automation using [Robot\n Framework](https://cumulusci.readthedocs.io/en/latest/robotframework.html).\n- Generate synthetic data on any scale, from a single record to a\n million, using\n [Snowfakery](https://cumulusci.readthedocs.io/en/latest/cookbook.html#large-volume-data-synthesis-with-snowfakery).\n\n**Build anywhere.** Automation defined using CumulusCI is portable. It\nis stored in a source repository and can be run from your local command\nline, from a continuous integration system, or from a customer-facing\nMetaDeploy installer. CumulusCI can run automation on scratch orgs\ncreated using the Salesforce CLI, or on persistent orgs like sandboxes,\nproduction orgs, and Developer Edition orgs.\n\n## Learn more\n\nFor a tutorial introduction to CumulusCI, complete the [Build\nApplications with\nCumulusCI](https://trailhead.salesforce.com/en/content/learn/trails/build-applications-with-cumulusci)\ntrail on Trailhead.\n\nTo go in depth, read the [full\ndocumentation](https://cumulusci.readthedocs.io/en/latest/).\n\nIf you just want a quick intro, watch [these screencast\ndemos](https://cumulusci.readthedocs.io/en/latest/demos.html) of using\nCumulusCI to configure a Salesforce project from a GitHub repository.\n\nFor a live demo with voiceover, please see Jason Lantz\\'s [PyCon 2020\npresentation](https://www.youtube.com/watch?v=XL77lRTVF3g) from minute\n36 through minute 54.\n\n## Questions?\n\nAsk in the [CumulusCI (CCI) group in the Trailblazer\nCommunity](https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F9300000009M9ZCAU).\n\n_Please note:_ CumulusCI is distributed under an [open source\nlicense](https://github.com/SFDO-Tooling/CumulusCI/blob/main/LICENSE)\nand is not covered by the Salesforce Master Subscription Agreement.\n\n<!-- Changelog -->\n## v5.0.25 (2025-10-09)\n\n<!-- Release notes generated using configuration in .github/release.yml at main -->\n\n## What's Changed\n\n### Changes\n\n- PM-2198 Add NAMESPACE injection in assign_permission_sets by [@jorgesolebur](https://github.com/jorgesolebur) in [#87](https://github.com/jorgesolebur/CumulusCI/pull/87)\n- Add update named credential and external credential tasks by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#89](https://github.com/jorgesolebur/CumulusCI/pull/89)\n- Fix external credential POST or PUT format. by [@rupeshjSFDC](https://github.com/rupeshjSFDC) in [#92](https://github.com/jorgesolebur/CumulusCI/pull/92)\n- PM-2203 Create a CCI task for CCI to wrap SFDMU and apply namespace token replacement before executing sf sfdmu run command by [@jorgesolebur](https://github.com/jorgesolebur) in [#88](https://github.com/jorgesolebur/CumulusCI/pull/88)\n\n**Full Changelog**: https://github.com/jorgesolebur/CumulusCI/compare/v5.0.24...v5.0.25",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Build and release tools for Salesforce developers",
"version": "5.0.25",
"project_urls": {
"Bug Tracker": "https://github.com/SFDO-Tooling/CumulusCI/issues",
"Changelog": "https://cumulusci.readthedocs.io/en/stable/history.html",
"Homepage": "https://github.com/jorgesolebur/CumulusCI"
},
"split_keywords": [
"cumulusci",
" salesforce"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "68ee25f527753a19f76d421ecc9e2ef89dc48e4f1bb390c7100ee0eb9a759d87",
"md5": "3dda15f4877551295b1a7fe589159a6f",
"sha256": "7d1e78444b32d7da90c897274dd21f4a3040b72d2cf33dbf5b56e0b22c511c41"
},
"downloads": -1,
"filename": "cumulusci_plus-5.0.25-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3dda15f4877551295b1a7fe589159a6f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 1447255,
"upload_time": "2025-10-09T13:24:22",
"upload_time_iso_8601": "2025-10-09T13:24:22.851575Z",
"url": "https://files.pythonhosted.org/packages/68/ee/25f527753a19f76d421ecc9e2ef89dc48e4f1bb390c7100ee0eb9a759d87/cumulusci_plus-5.0.25-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43114a67ce274471d5187c597647f1f9ff288fc89edb0e8810897b675a58102f",
"md5": "63f00cbf903bf412942b6600c4d2bb88",
"sha256": "bcca0ccf0af2d5e9ca4ab9083028c193a384ed9d7ccbaab43cb7901d1de2b179"
},
"downloads": -1,
"filename": "cumulusci_plus-5.0.25.tar.gz",
"has_sig": false,
"md5_digest": "63f00cbf903bf412942b6600c4d2bb88",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 1189599,
"upload_time": "2025-10-09T13:24:21",
"upload_time_iso_8601": "2025-10-09T13:24:21.131700Z",
"url": "https://files.pythonhosted.org/packages/43/11/4a67ce274471d5187c597647f1f9ff288fc89edb0e8810897b675a58102f/cumulusci_plus-5.0.25.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-09 13:24:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SFDO-Tooling",
"github_project": "CumulusCI",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "cumulusci-plus"
}