Snowfakery-Recipe-Templates
Snowfakery-Recipe-Templates copied to clipboard
Add Outbound Funds to CCI Flow in CCI File
Recipe Name We want to run the OBF recipe in the target org and want it to be easier to create in org
Org Setup
- Command used to create the org:
cci org scratch
orsfdx force:org:create
-- include any additional arguments - Command used to add configuration to the org:
cci flow run dev_org
orsfdx force:source:push
for example
The flow should be named obf_scratch to match the existing npsp_scratch. It should also install npsp.
Related to issue #112
Since Snowfakery is currently embedded in CCI it seems like we should stick to assuming CCI tasks/flows not trying to also support sfdx
at least any time soon.
Getting flows added for easy setup of some of the packages probably makes a lot of sense.
Yeah that's what this issue is really about. I think the sfdx stuff is currently in the issue template? I always do it the cci way!