Installation Instructions - Flow Action Components
Install using SFDX
- Make sure that you are authenticated to your target org
- from the root of the action component project, type:
mkdir mdapioutput
sfdx force:source:convert -d mdapioutput/
sfdx force:mdapi:deploy -d mdapioutput/ -w 10 -u [username of target org]
Example:
$ mkdir mdapioutput
$ sfdx force:source:convert -d mdapioutput/
$ sfdx force:mdapi:deploy -d mdapioutput/ -w 10 -u [email protected]
Install manually
Copy the files into a new set of Lightning Component files on the target org using your preferred development environment. (A video is on the way so non-developers can do the manual installation with just copy and paste).