@@ -71,16 +71,13 @@ sfdx plugins
7171<!-- commands -->
7272
7373- [ ` 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 )
74- - [ ` 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 )
74+ - [ ` 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 )
7575
7676## ` sfdx force:limits:api:display [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
7777
7878display current org’s limits
7979
8080```
81- display current org’s limits
82- When you execute this command in a project, it provides limit information for your default scratch org.
83-
8481USAGE
8582 $ sfdx force:limits:api:display [-u <string>] [--apiversion <string>] [--json] [--loglevel
8683 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -105,25 +102,21 @@ EXAMPLES
105102 sfdx force:limits:api:display -u [email protected] 106103```
107104
108- _ See code: [ src/commands/force/limits/api/display.ts] ( https://github.com/salesforcecli/plugin-limits/blob/v1.2.3 /src/commands/force/limits/api/display.ts ) _
105+ _ See code: [ src/commands/force/limits/api/display.ts] ( https://github.com/salesforcecli/plugin-limits/blob/v2.0.0 /src/commands/force/limits/api/display.ts ) _
109106
110- ## ` 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] `
107+ ## ` 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] `
111108
112109display record counts for the specified standard and custom objects
113110
114111```
115- display record counts for the specified standard and custom objects
116- Use this command to get an approximate count of the records in standard or custom objects in your org. These record counts are the same as the counts listed in the Storage Usage page in Setup. The record counts are approximate because they're calculated asynchronously and your org’s storage usage isn’t updated immediately.
117-
118112USAGE
119- $ sfdx force:limits:recordcounts:display -s <array> [-u <string>] [--apiversion <string>] [--json] [--loglevel
113+ $ sfdx force:limits:recordcounts:display [ -s <array>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
120114 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
121115
122116OPTIONS
123- -s, --sobjecttype=sobjecttype (required) comma-separated list of
124- API names of standard or custom
125- objects for which to display record
126- counts
117+ -s, --sobjecttype=sobjecttype comma-separated list of API names of
118+ standard or custom objects for which
119+ to display record counts
127120
128121 -u, --targetusername=targetusername username or alias for the target
129122 org; overrides default target org
@@ -139,13 +132,15 @@ OPTIONS
139132DESCRIPTION
140133 Use this command to get an approximate count of the records in standard or custom objects in your org. These record
141134 counts are the same as the counts listed in the Storage Usage page in Setup. The record counts are approximate because
142- they're calculated asynchronously and your org’s storage usage isn’t updated immediately.
135+ they're calculated asynchronously and your org's storage usage isn't updated immediately. To display all available
136+ record counts, run the command without the '--sobjecttype' parameter.
143137
144138EXAMPLES
139+ sfdx force:limits:recordcounts:display
145140 sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity
146141 sfdx force:limits:recordcounts:display -s Account,Contact -u [email protected] 147142```
148143
149- _ See code: [ src/commands/force/limits/recordcounts/display.ts] ( https://github.com/salesforcecli/plugin-limits/blob/v1.2.3 /src/commands/force/limits/recordcounts/display.ts ) _
144+ _ See code: [ src/commands/force/limits/recordcounts/display.ts] ( https://github.com/salesforcecli/plugin-limits/blob/v2.0.0 /src/commands/force/limits/recordcounts/display.ts ) _
150145
151146<!-- commandsstop -->
0 commit comments