Improve PMM install behavior in cci flow #112
Labels
cumulusci.yml
Pertaining to our repo's CumulusCI YML file
enhancement
New feature or request
pkg-npsp-pmm
Managed Package Program Management Module
When using the flow
cci flow run pmm:install_prod
, the default behavior is to create the pmm metadata as well as about 1,000 sample records that are stored in a .sql file in the pmm repo.Since we are creating scratch orgs FOR new data (usually), we should probably figure out how to wipe those records or install pmm without records.
We can use
cci task run delete
etc but we might want to run recipes that have a dependency on Programs and Services existing.A group should determine the appropriate behavior for installing pmm and then update the cumulusci.yml file accordingly.
The text was updated successfully, but these errors were encountered: