@salesforce/cli 2.110.12 → 2.110.14
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 +5 -5
- package/npm-shrinkwrap.json +530 -185
- package/oclif.lock +472 -216
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.110.
|
|
28
|
+
@salesforce/cli/2.110.14 linux-x64 node-v22.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1670,7 +1670,7 @@ USAGE
|
|
|
1670
1670
|
GET|POST|PUT|PATCH|HEAD|DELETE|OPTIONS|TRACE] [-H key:value...] [-f file | -b file]
|
|
1671
1671
|
|
|
1672
1672
|
ARGUMENTS
|
|
1673
|
-
URL Salesforce API endpoint
|
|
1673
|
+
[URL] Salesforce API endpoint
|
|
1674
1674
|
|
|
1675
1675
|
FLAGS
|
|
1676
1676
|
-H, --header=key:value... HTTP header in "key:value" format.
|
|
@@ -1778,7 +1778,7 @@ USAGE
|
|
|
1778
1778
|
$ sf autocomplete [SHELL] [-r]
|
|
1779
1779
|
|
|
1780
1780
|
ARGUMENTS
|
|
1781
|
-
SHELL (zsh|bash|powershell) Shell type
|
|
1781
|
+
[SHELL] (zsh|bash|powershell) Shell type
|
|
1782
1782
|
|
|
1783
1783
|
FLAGS
|
|
1784
1784
|
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
@@ -3318,7 +3318,7 @@ USAGE
|
|
|
3318
3318
|
$ sf help [COMMAND...] [-n]
|
|
3319
3319
|
|
|
3320
3320
|
ARGUMENTS
|
|
3321
|
-
COMMAND... Command to show help for.
|
|
3321
|
+
[COMMAND...] Command to show help for.
|
|
3322
3322
|
|
|
3323
3323
|
FLAGS
|
|
3324
3324
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -7527,7 +7527,7 @@ USAGE
|
|
|
7527
7527
|
$ sf plugins uninstall [PLUGIN...] [-h] [-v]
|
|
7528
7528
|
|
|
7529
7529
|
ARGUMENTS
|
|
7530
|
-
PLUGIN... plugin to uninstall
|
|
7530
|
+
[PLUGIN...] plugin to uninstall
|
|
7531
7531
|
|
|
7532
7532
|
FLAGS
|
|
7533
7533
|
-h, --help Show CLI help.
|