Scans for unsafe contexts, hardcoded IDs, and other issues to optimize your Flows.
1) Open the App Launcher:
2) Scan a Flow:
1) Authorize Your Salesforce Org: Authorize your Salesforce org to set up a connection between your local development environment and the Salesforce org:
sfdx force:auth:web:login -d -a <YourOrgAlias>
2) Install dependency
Install the Lightning Flow Scanner Component required for core functionality:
sfdx force:package:install --package 04tDn0000011NpvIAE --wait 10 -u <YourOrgAlias>
3) Push Source to Your Org: Push the latest source to your og:
sfdx force:source:push
3) Pull Source from Your Org:
sfdx force:source:pull
If you’d like to help us enhance Flow Scanner, please consider having a look at the Contributing Guidelines.