/
Scratch Org with Cumulus CI
Scratch Org with Cumulus CI
I’m learning CCI to use it for Salesforce Indicators.
CCI is now available in Code Builder. Run the following command to install itpython -m pip install cumulusci
Except I can’t get it to work
So I’m just writing down some of the commands I use to come back to it next time.
Create a folder and open the folder in VSCode
Clone Salesforce Indicators to Local, and set Salesforce Indicators as remote
git init
git clone https://github.com/SFDO-Community/Salesforce-Indicators
Change to the branch you want to work on
Create the Scratch Org
This is a Flow built into Salesforce Indicators cumulusci.yml file
The Scratch Org will be created with 30 days
cd Salesforce-Indicators
cci flow run dev_org --org dev
Remember to change the name of the org if you are creating one within the 30 Days.
Open the Org
sf org open -o Salesforce-Indicators__dev
Now install the Sample Indicators and Sample Data
cci flow run config_dev --org dev
, multiple selections available,
Related content
Installing the Dev Tools
Installing the Dev Tools
More like this
Data Driven Record Progress Indicator (DDRPI) - The Cloud Solution Experts, LLC. - AppExchange
Data Driven Record Progress Indicator (DDRPI) - The Cloud Solution Experts, LLC. - AppExchange
More like this
SFDX – Salesforce Command Line Interface (CLI) Commands – Part 1
SFDX – Salesforce Command Line Interface (CLI) Commands – Part 1
More like this
Continuous Integration and Deployment to Salesforce using GIT/Bit Bucket/Bamboo/Salesforce CLI
Continuous Integration and Deployment to Salesforce using GIT/Bit Bucket/Bamboo/Salesforce CLI
More like this
Indicators Examples
Indicators Examples
More like this
Illuminated Cloud
Illuminated Cloud
More like this