Install Automation Components in a Developer Edition or Trailhead Playground
mainUse this method to deploy the app to a permanent, non-source-tracked environment like a Developer Edition Org or a Trailhead Playground.
Steps:
- Clone the repository:
git clone https://github.com/trailheadapps/automation-components && cd automation-components - Authorize your target org:
sf org login web -s -a mydevorg - Deploy the specific source directories:
sf project deploy start -d src-collections,src-data,src-flows,src-messaging,src-security,src-strings,src-ui,src-utilities - Open the org:
sf org open -o mydevorg
git clone https://github.com/trailheadapps/automation-components
cd automation-components
# Authorize target org
sf org login web -s -a mydevorg
# Deploy all component directories
sf project deploy start -d src-collections,src-data,src-flows,src-messaging,src-security,src-strings,src-ui,src-utilities
# Open org
sf org open -o mydevorg