@salesforce/cli 2.110.13 → 2.110.15
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 +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.15 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.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.110.
|
|
3
|
+
"version": "2.110.15",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.110.
|
|
9
|
+
"version": "2.110.15",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.5.
|
|
14
|
+
"@oclif/core": "4.5.6",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.36",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.34",
|
|
17
17
|
"@oclif/plugin-help": "6.2.33",
|
|
@@ -4030,9 +4030,9 @@
|
|
|
4030
4030
|
}
|
|
4031
4031
|
},
|
|
4032
4032
|
"node_modules/@oclif/core": {
|
|
4033
|
-
"version": "4.5.
|
|
4034
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
4035
|
-
"integrity": "sha512-
|
|
4033
|
+
"version": "4.5.6",
|
|
4034
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.6.tgz",
|
|
4035
|
+
"integrity": "sha512-FmmA6a2+GwhRtULNB9G+YZp2Whi/mgCjNC1EaHGMEztnlM4Je3wRmbAraucSsHsycSgihnm2MtcmudI+8xo8Lw==",
|
|
4036
4036
|
"license": "MIT",
|
|
4037
4037
|
"dependencies": {
|
|
4038
4038
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1913,10 +1913,10 @@
|
|
|
1913
1913
|
proc-log "^5.0.0"
|
|
1914
1914
|
which "^5.0.0"
|
|
1915
1915
|
|
|
1916
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.3.2", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.
|
|
1917
|
-
version "4.5.
|
|
1918
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
1919
|
-
integrity sha512-
|
|
1916
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.3.2", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.6":
|
|
1917
|
+
version "4.5.6"
|
|
1918
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.6.tgz"
|
|
1919
|
+
integrity sha512-FmmA6a2+GwhRtULNB9G+YZp2Whi/mgCjNC1EaHGMEztnlM4Je3wRmbAraucSsHsycSgihnm2MtcmudI+8xo8Lw==
|
|
1920
1920
|
dependencies:
|
|
1921
1921
|
ansi-escapes "^4.3.2"
|
|
1922
1922
|
ansis "^3.17.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.110.
|
|
4
|
+
"version": "2.110.15",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@inquirer/select": "^2.3.5",
|
|
147
|
-
"@oclif/core": "4.5.
|
|
147
|
+
"@oclif/core": "4.5.6",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.36",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.34",
|
|
150
150
|
"@oclif/plugin-help": "6.2.33",
|