@salesforce/plugin-limits 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.2.
|
|
1
|
+
{"version":"2.2.2","commands":{"limits:api:display":{"id":"limits:api:display","summary":"Display information about limits in your org.","description":"For each limit, this command returns the maximum allocation and the remaining allocation based on usage. See this topic for a description of each limit: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm.","strict":true,"pluginName":"@salesforce/plugin-limits","pluginAlias":"@salesforce/plugin-limits","pluginType":"core","aliases":["force:limits:api:display","org:list:limits"],"examples":["Display limits in your default org:\n<%= config.bin %> <%= command.id %>","Display limits in the org with alias \"my-scratch-org\":\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org"],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"target-org":{"name":"target-org","type":"option","char":"o","summary":"Username or alias of the target org.","required":true,"multiple":false,"aliases":["targetusername","u"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"deprecated":{"message":"The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."}}},"args":[],"hasDynamicHelp":true},"limits:recordcounts:display":{"id":"limits:recordcounts:display","summary":"Display record counts for the specified standard or custom objects.","description":"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 the Setup UI. 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 --sobject flag.","strict":true,"pluginName":"@salesforce/plugin-limits","pluginAlias":"@salesforce/plugin-limits","pluginType":"core","aliases":["force:limits:recordcounts:display","org:list:sobject:record-counts"],"examples":["Display all available record counts in your default org:\n<%= config.bin %> <%= command.id %>","Display record counts for the Account, Contact, Lead, and Opportunity objects in your default org:\n<%= config.bin %> <%= command.id %> --sobject Account --sobject Contact --sobject Lead --sobject Opportunity","Display record counts for the Account and Lead objects for the org with alias \"my-scratch-org\":\n<%= config.bin %> <%= command.id %> --sobject Account --sobject Lead --target-org my-scratch-org"],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"sobject":{"name":"sobject","type":"option","char":"s","summary":"API name of the standard or custom object for which to display record counts.","multiple":true,"default":[],"aliases":["sobjecttype"]},"target-org":{"name":"target-org","type":"option","char":"o","summary":"Username or alias of the target org.","required":true,"multiple":false,"aliases":["targetusername","u"]},"api-version":{"name":"api-version","type":"option","description":"Override the api version used for api requests made by this command","multiple":false,"aliases":["apiversion"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"deprecated":{"message":"The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."}}},"args":[],"hasDynamicHelp":true}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-limits",
|
|
3
3
|
"description": "commands to display api limits to your org",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
"@oclif/core": "^1.20.4",
|
|
10
10
|
"@salesforce/core": "^3.32.11",
|
|
11
11
|
"@salesforce/kit": "^1.8.0",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^1.21.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^1.21.6",
|
|
13
13
|
"@salesforce/ts-types": "^1.7.1",
|
|
14
14
|
"tslib": "^2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^3.2.16",
|
|
18
18
|
"@oclif/test": "^2.2.17",
|
|
19
|
-
"@salesforce/cli-plugins-testkit": "^3.2.
|
|
19
|
+
"@salesforce/cli-plugins-testkit": "^3.2.17",
|
|
20
20
|
"@salesforce/dev-config": "^3.1.0",
|
|
21
21
|
"@salesforce/dev-scripts": "^3.1.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^2.2.8",
|
|
23
23
|
"@salesforce/prettier-config": "^0.0.2",
|
|
24
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
24
|
+
"@salesforce/ts-sinon": "^1.4.3",
|
|
25
25
|
"@swc/core": "^1.3.22",
|
|
26
26
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
27
27
|
"@typescript-eslint/parser": "^5.47.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"access": "public"
|
|
118
118
|
},
|
|
119
119
|
"sfdx": {
|
|
120
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.2.
|
|
121
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.2.
|
|
120
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.2.2.crt",
|
|
121
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/2.2.2.sig"
|
|
122
122
|
}
|
|
123
123
|
}
|