Skip to content

Commit e2de9fe

Browse files
authored
Merge pull request #275 from salesforcecli/jshackell-messages-examples
Add prompt to examples
2 parents a24520c + e7c575f commit e2de9fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

messages/display.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"description": "display current org’s limits\nWhen you execute this command in a project, it provides limit information for your default scratch org.",
3-
"examples": ["sfdx force:limits:api:display", "sfdx force:limits:api:display -u [email protected]"]
3+
"examples": ["$ sfdx force:limits:api:display", "$ sfdx force:limits:api:display -u [email protected]"]
44
}

messages/recordcounts.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"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.",
33
"examples": [
4-
"sfdx force:limits:recordcounts:display",
5-
"sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity",
6-
"sfdx force:limits:recordcounts:display -s Account,Contact -u [email protected]"
4+
"$ sfdx force:limits:recordcounts:display",
5+
"$ sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity",
6+
"$ sfdx force:limits:recordcounts:display -s Account,Contact -u [email protected]"
77
],
88
"sobjecttypeFlagDescription": "comma-separated list of API names of standard or custom objects for which to display record counts"
99
}

0 commit comments

Comments
 (0)