Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sf-org-summary

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sf-org-summary

## Overview

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

SF Org Summary

Overview

SF Org Summary is a Salesforce CLI plugin designed to provide a comprehensive summary of your Salesforce Org instance(s). It offers insights into your Org's key metadata, test results, code line metrics, usage of limit related resources and more, helping you understand and monitor your Salesforce environment.

Features

  • Component Summary: Utilize the Tooling API to aggregate and track metadata details. Get a quick overview of component totals, including the last modified date.

  • Tests Summary: Run Apex tests and analyze the health of your codebase. Evaluate the overall test coverage of your Apex code and Flows.

  • Lines of Code Summary: Measure the lines of code in your Apex Classes, Triggers, Aura Components, Lightning Web Components, and Static Resources. Breakdown includes total lines, comments, and actual code lines.

  • Org Limits Overview: Fetch actual usage related to Salesforce Org limits to ensure you stay within the allowed thresholds.

Installation

Install the SF Org Summary plugin seamlessly into your Salesforce CLI environment:

sfdx plugins:install sf-org-summary

Usage

sfdx summarize:org [flags]

Options

-c, --nocodelines: Skip counting lines of code.
-d, --datapoints <datapoint1,datapoint2>: Specify the data points to include in the summary.
-k, --keepdata: Keep the intermediate data files generated during the summary process.
-l, --nolimits: Skip fetching and displaying Salesforce Org limits.
-t, --notests: Skip running Apex tests during the summary.
-u, --targetusername <username>: Specify the target Salesforce Org username.

Examples

Run the summary for a specific Salesforce org:

sfdx summarize:org -u my-org-username

Run the summary with specific data points while skipping apex tests:

sfdx summarize:org -u my-org-username --notests -d ApexClass,ApexTrigger,LightningComponentBundle

Keywords

FAQs

Package last updated on 26 Nov 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc