@salesforce/cli 2.86.0 → 2.86.2
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 +10 -10
- package/oclif.lock +9 -9
- 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.86.
|
|
28
|
+
@salesforce/cli/2.86.2 linux-x64 node-v22.14.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1084,7 +1084,7 @@ DESCRIPTION
|
|
|
1084
1084
|
List all sf commands.
|
|
1085
1085
|
```
|
|
1086
1086
|
|
|
1087
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1087
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.24/src/commands/commands.ts)_
|
|
1088
1088
|
|
|
1089
1089
|
## `sf config get`
|
|
1090
1090
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.86.
|
|
3
|
+
"version": "2.86.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.86.
|
|
9
|
+
"version": "2.86.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.2.10",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.27",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.24",
|
|
17
17
|
"@oclif/plugin-help": "6.2.27",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.49",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.36",
|
|
@@ -4168,13 +4168,13 @@
|
|
|
4168
4168
|
}
|
|
4169
4169
|
},
|
|
4170
4170
|
"node_modules/@oclif/plugin-commands": {
|
|
4171
|
-
"version": "4.1.
|
|
4172
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
4173
|
-
"integrity": "sha512-
|
|
4171
|
+
"version": "4.1.24",
|
|
4172
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.24.tgz",
|
|
4173
|
+
"integrity": "sha512-NKC+5/NpgIUtch4qnZkyKVFjTvr9nRV0HcW7PSFVLU4IZ5mUhQ/Bs+47v7A6LliEkh/+eJwSkWF3bQbOMvBZuA==",
|
|
4174
4174
|
"license": "MIT",
|
|
4175
4175
|
"dependencies": {
|
|
4176
4176
|
"@oclif/core": "^4",
|
|
4177
|
-
"@oclif/table": "^0.4.
|
|
4177
|
+
"@oclif/table": "^0.4.8",
|
|
4178
4178
|
"lodash": "^4.17.21",
|
|
4179
4179
|
"object-treeify": "^4.0.1"
|
|
4180
4180
|
},
|
|
@@ -4412,9 +4412,9 @@
|
|
|
4412
4412
|
}
|
|
4413
4413
|
},
|
|
4414
4414
|
"node_modules/@oclif/table": {
|
|
4415
|
-
"version": "0.4.
|
|
4416
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
4417
|
-
"integrity": "sha512-
|
|
4415
|
+
"version": "0.4.8",
|
|
4416
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.8.tgz",
|
|
4417
|
+
"integrity": "sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==",
|
|
4418
4418
|
"license": "MIT",
|
|
4419
4419
|
"dependencies": {
|
|
4420
4420
|
"@types/react": "^18.3.12",
|
package/oclif.lock
CHANGED
|
@@ -1713,13 +1713,13 @@
|
|
|
1713
1713
|
semver "^7.6.0"
|
|
1714
1714
|
ts-json-schema-generator "^1.5.1"
|
|
1715
1715
|
|
|
1716
|
-
"@oclif/plugin-commands@4.1.
|
|
1717
|
-
version "4.1.
|
|
1718
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
1719
|
-
integrity sha512-
|
|
1716
|
+
"@oclif/plugin-commands@4.1.24":
|
|
1717
|
+
version "4.1.24"
|
|
1718
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.24.tgz"
|
|
1719
|
+
integrity sha512-NKC+5/NpgIUtch4qnZkyKVFjTvr9nRV0HcW7PSFVLU4IZ5mUhQ/Bs+47v7A6LliEkh/+eJwSkWF3bQbOMvBZuA==
|
|
1720
1720
|
dependencies:
|
|
1721
1721
|
"@oclif/core" "^4"
|
|
1722
|
-
"@oclif/table" "^0.4.
|
|
1722
|
+
"@oclif/table" "^0.4.8"
|
|
1723
1723
|
lodash "^4.17.21"
|
|
1724
1724
|
object-treeify "^4.0.1"
|
|
1725
1725
|
|
|
@@ -1810,10 +1810,10 @@
|
|
|
1810
1810
|
"@oclif/core" "^4"
|
|
1811
1811
|
ansis "^3.17.0"
|
|
1812
1812
|
|
|
1813
|
-
"@oclif/table@^0.4.6", "@oclif/table@^0.4.7":
|
|
1814
|
-
version "0.4.
|
|
1815
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
1816
|
-
integrity sha512-
|
|
1813
|
+
"@oclif/table@^0.4.6", "@oclif/table@^0.4.7", "@oclif/table@^0.4.8":
|
|
1814
|
+
version "0.4.8"
|
|
1815
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.8.tgz"
|
|
1816
|
+
integrity sha512-HgyeNTyUF67OQ2eOCFia0mfxyPFcPwa8sIq1SiiZf8oxw6JtUciWGXb0cmmo5vnbxRJ3er0PHLwMV0/hBG6NWw==
|
|
1817
1817
|
dependencies:
|
|
1818
1818
|
"@types/react" "^18.3.12"
|
|
1819
1819
|
change-case "^5.4.4"
|
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.86.
|
|
4
|
+
"version": "2.86.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"@inquirer/select": "^2.3.5",
|
|
146
146
|
"@oclif/core": "4.2.10",
|
|
147
147
|
"@oclif/plugin-autocomplete": "3.2.27",
|
|
148
|
-
"@oclif/plugin-commands": "4.1.
|
|
148
|
+
"@oclif/plugin-commands": "4.1.24",
|
|
149
149
|
"@oclif/plugin-help": "6.2.27",
|
|
150
150
|
"@oclif/plugin-not-found": "3.2.49",
|
|
151
151
|
"@oclif/plugin-plugins": "5.4.36",
|