1.2.0 • Published 5 months ago

sf-org-summary-core v1.2.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
5 months ago

Salesforce Org Summarizer

Overview

Salesforce Org Summarizer is a tool designed to provide a comprehensive summary of your Salesforce org, including information about components, code analysis, health checks, limits, and tests. The tool leverages Salesforce CLI and various APIs to gather data and generate a detailed summary.

Table of Contents

Usage

To generate a summary of your Salesforce org, use the following function:

summarizeOrg(orgAlias: string, baseSummary?: OrgSummary)

Flags:

FlagDescriptionOptional
-o, --outputdirectoryOutput directory for the summaryYes
-c, --componentsComponents to process (comma-separated)Yes
-k, --keepdataKeep raw query data filesYes
-h, --healthcheckEnable Health Check analysisYes
-l, --limitsEnable Org Limits checkYes
-a, --codeanalysisEnable Code AnalysisYes
-t, --testsEnable Apex testsYes
-u, --targetusernameAlias or username of the target orgYes

Output:

The tool generates a detailed summary that includes information about components, code analysis, health checks, limits, and tests. The summary is saved as a JSON file in the specified output directory, or in case this is not provided, the current directory.

1.2.0

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago