@salesforce/cli 2.51.4 → 2.51.5
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 +508 -108
- package/oclif.lock +400 -124
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.51.
|
|
27
|
+
@salesforce/cli/2.51.5 linux-x64 node-v20.15.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5433,7 +5433,7 @@ EXAMPLES
|
|
|
5433
5433
|
$ sf plugins discover
|
|
5434
5434
|
```
|
|
5435
5435
|
|
|
5436
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5436
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.18/src/commands/plugins/discover.ts)_
|
|
5437
5437
|
|
|
5438
5438
|
## `sf plugins:inspect PLUGIN...`
|
|
5439
5439
|
|