@@ -69,6 +69,7 @@ sfdx plugins
6969## Commands
7070<!-- commands -->
7171* [ ` sfdx force:limits:api:display [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-forcelimitsapidisplay--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
72+ * [ ` sfdx force:limits:recordcounts:display -s <array> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-forcelimitsrecordcountsdisplay--s-array--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
7273
7374## ` sfdx force:limits:api:display [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
7475
@@ -99,5 +100,43 @@ EXAMPLES
99100 sfdx force:limits:api:display -u [email protected] 100101```
101102
102- _ See code: [ src/commands/force/limits/api/display.ts] ( https://github.com/salesforcecli/plugin-limits/blob/v1.0.6/src/commands/force/limits/api/display.ts ) _
103+ _ See code: [ src/commands/force/limits/api/display.ts] ( https://github.com/salesforcecli/plugin-limits/blob/v1.1.0/src/commands/force/limits/api/display.ts ) _
104+
105+ ## ` sfdx force:limits:recordcounts:display -s <array> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
106+
107+ display record counts for the specified standard and custom objects
108+
109+ ```
110+ USAGE
111+ $ sfdx force:limits:recordcounts:display -s <array> [-u <string>] [--apiversion <string>] [--json] [--loglevel
112+ trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
113+
114+ OPTIONS
115+ -s, --sobjecttype=sobjecttype (required) comma-separated list of
116+ API names of standard or custom
117+ objects for which to display record
118+ counts
119+
120+ -u, --targetusername=targetusername username or alias for the target
121+ org; overrides default target org
122+
123+ --apiversion=apiversion override the api version used for
124+ api requests made by this command
125+
126+ --json format output as json
127+
128+ --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
129+ this command invocation
130+
131+ DESCRIPTION
132+ Use this command to get an approximate count of the records in standard or custom objects in your org. These record
133+ counts are the same as the counts listed in the Storage Usage page in Setup. The record counts are approximate because
134+ they're calculated asynchronously and your org’s storage usage isn’t updated immediately.
135+
136+ EXAMPLES
137+ sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity
138+ sfdx force:limits:recordcounts:display -s Account,Contact -u [email protected] 139+ ```
140+
141+ _ See code: [ src/commands/force/limits/recordcounts/display.ts] ( https://github.com/salesforcecli/plugin-limits/blob/v1.1.0/src/commands/force/limits/recordcounts/display.ts ) _
103142<!-- commandsstop -->
0 commit comments