@salesforce/cli 2.48.3 → 2.48.4
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 +1263 -1104
- package/oclif.lock +819 -591
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.48.
|
|
27
|
+
@salesforce/cli/2.48.4 linux-x64 node-v20.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5494,7 +5494,7 @@ EXAMPLES
|
|
|
5494
5494
|
$ sf plugins discover
|
|
5495
5495
|
```
|
|
5496
5496
|
|
|
5497
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5497
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.17/src/commands/plugins/discover.ts)_
|
|
5498
5498
|
|
|
5499
5499
|
## `sf plugins:inspect PLUGIN...`
|
|
5500
5500
|
|
|
@@ -7631,7 +7631,7 @@ DESCRIPTION
|
|
|
7631
7631
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7632
7632
|
```
|
|
7633
7633
|
|
|
7634
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.
|
|
7634
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.0/src/commands/search.ts)_
|
|
7635
7635
|
|
|
7636
7636
|
## `sf sobject describe`
|
|
7637
7637
|
|