@salesforce/plugin-limits 3.1.9 → 3.1.12
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/README.md +2 -2
- package/npm-shrinkwrap.json +16647 -0
- package/oclif.lock +968 -639
- package/oclif.manifest.json +1 -1
- package/package.json +12 -13
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ EXAMPLES
|
|
|
110
110
|
$ sf org list limits --target-org my-scratch-org
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
113
|
+
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.12/src/commands/org/list/limits.ts)_
|
|
114
114
|
|
|
115
115
|
## `sf org list sobject record-counts`
|
|
116
116
|
|
|
@@ -155,6 +155,6 @@ EXAMPLES
|
|
|
155
155
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
158
|
+
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.12/src/commands/org/list/sobject/record-counts.ts)_
|
|
159
159
|
|
|
160
160
|
<!-- commandsstop -->
|