@salesforce/cli 2.141.4 → 2.141.6-dev.0
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 +1255 -361
- package/oclif.lock +362 -190
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.141.
|
|
28
|
+
@salesforce/cli/2.141.6-dev.0 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2978,7 +2978,7 @@ EXAMPLES
|
|
|
2978
2978
|
$ sf autocomplete --refresh-cache
|
|
2979
2979
|
```
|
|
2980
2980
|
|
|
2981
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
2981
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.52/src/commands/autocomplete/index.ts)_
|
|
2982
2982
|
|
|
2983
2983
|
## `sf commands`
|
|
2984
2984
|
|
|
@@ -11930,7 +11930,7 @@ EXAMPLES
|
|
|
11930
11930
|
$ sf update --available
|
|
11931
11931
|
```
|
|
11932
11932
|
|
|
11933
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
11933
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.52/src/commands/update.ts)_
|
|
11934
11934
|
|
|
11935
11935
|
## `sf version`
|
|
11936
11936
|
|