Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
sf-org-summary-core
Advanced tools
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.
To generate a summary of your Salesforce org, use the following function:
summarizeOrg(orgAlias: string, baseSummary?: OrgSummary)
Flag | Description | Optional |
---|---|---|
-o , --outputdirectory | Output directory for the summary | Yes |
-c , --components | Components to process (comma-separated) | Yes |
-k , --keepdata | Keep raw query data files | Yes |
-h , --healthcheck | Enable Health Check analysis | Yes |
-l , --limits | Enable Org Limits check | Yes |
-a , --codeanalysis | Enable Code Analysis | Yes |
-t , --tests | Enable Apex tests | Yes |
-u , --targetusername | Alias or username of the target org | Yes |
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.
FAQs
## Overview
The npm package sf-org-summary-core receives a total of 5 weekly downloads. As such, sf-org-summary-core popularity was classified as not popular.
We found that sf-org-summary-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.