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.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
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 various data points within your Salesforce Org instance(s). It allows you to quickly gather essential information, including Apex test results, and key metadata, aiding in the analysis and understanding of your Salesforce environment.

Features

  • Component Summary: Leverage the Tooling API to aggregate and track essential metadata details, providing a quick overview of component totals and last modified dates.

  • Tests Summary : Run Apex tests, retrieve test results to assess the health of your codebase, and evaluate the overall test coverage of your Apex and Flows.

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

Installation

Install the Salesforce Org Summary plugin using the Salesforce CLI:

sfdx plugins:install sf-org-summary

Usage

sfdx summarize:org [flags]

Options

-u, --targetusername <username>: Specify the target Salesforce Org username.
-t, --notests: Skip running Apex tests during the summary.
-d, --datapoints <datapoint1,datapoint2>: Specify the data points to include in the summary.

Examples

Run the summary for a specific org:

sfdx summarize:org -u my-org-username

Run the summary with specific data points and skip tests:

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

Keywords

FAQs

Package last updated on 23 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