Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion messages/display.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"description": "display current org’s limits\nWhen you execute this command in a project, it provides limit information for your default scratch org.",
"examples": ["sfdx force:limits:api:display", "sfdx force:limits:api:display -u me@my.org"]
"examples": ["$ sfdx force:limits:api:display", "$ sfdx force:limits:api:display -u me@my.org"]
}
6 changes: 3 additions & 3 deletions messages/recordcounts.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"commandDescription": "display record counts for the specified standard and custom objects\nUse 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. To display all available record counts, run the command without the '--sobjecttype' parameter.",
"examples": [
"sfdx force:limits:recordcounts:display",
"sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity",
"sfdx force:limits:recordcounts:display -s Account,Contact -u me@my.org"
"$ sfdx force:limits:recordcounts:display",
"$ sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity",
"$ sfdx force:limits:recordcounts:display -s Account,Contact -u me@my.org"
],
"sobjecttypeFlagDescription": "comma-separated list of API names of standard or custom objects for which to display record counts"
}