@salesforce/cli 2.46.5 → 2.46.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 +2 -2
- package/npm-shrinkwrap.json +1112 -982
- package/oclif.lock +216 -339
- 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.46.
|
|
27
|
+
@salesforce/cli/2.46.6 linux-x64 node-v20.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -7786,7 +7786,7 @@ EXAMPLES
|
|
|
7786
7786
|
$ sf update --available
|
|
7787
7787
|
```
|
|
7788
7788
|
|
|
7789
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.
|
|
7789
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.5/src/commands/update.ts)_
|
|
7790
7790
|
|
|
7791
7791
|
## `sf version`
|
|
7792
7792
|
|