@salesforce/cli 2.65.5 → 2.65.6
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 +3 -3
- package/npm-shrinkwrap.json +688 -41
- package/oclif.lock +424 -40
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.65.
|
|
27
|
+
@salesforce/cli/2.65.6 linux-x64 node-v20.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -3724,7 +3724,7 @@ EXAMPLES
|
|
|
3724
3724
|
$ sf org list limits --target-org my-scratch-org
|
|
3725
3725
|
```
|
|
3726
3726
|
|
|
3727
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3727
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.37/src/commands/org/list/limits.ts)_
|
|
3728
3728
|
|
|
3729
3729
|
## `sf org list metadata`
|
|
3730
3730
|
|
|
@@ -3892,7 +3892,7 @@ EXAMPLES
|
|
|
3892
3892
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3893
3893
|
```
|
|
3894
3894
|
|
|
3895
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3895
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.37/src/commands/org/list/sobject/record-counts.ts)_
|
|
3896
3896
|
|
|
3897
3897
|
## `sf org list users`
|
|
3898
3898
|
|