Lightning-Flow-Scanner / lightning-flow-scanner-sfdx

A Salesforce CLI Plugin designed to pinpoint deviations from Industry Best Practices in Salesforce Flows, ensuring standards of business automation excellence.
https://www.npmjs.com/package/lightning-flow-scanner
GNU Affero General Public License v3.0
112 stars 12 forks source link

Provide Summary as JSON and text #37

Closed nvuillam closed 1 year ago

nvuillam commented 1 year ago

Examples:

TEXT: 67 errors and 24 warnings has been found in 78 analyzed flows

JSON:

{
   .....
  "summary": {
      "errors": 67,
      "warnings": 24,
      "message": "67 errors and 24 warnings has been found in 78 analyzed flows"
  }
}