@salesforce/cli 2.151.0 → 2.151.1
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 +8 -8
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +13 -13
- 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.151.
|
|
28
|
+
@salesforce/cli/2.151.1 linux-x64 node-v24.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -9024,7 +9024,7 @@ EXAMPLES
|
|
|
9024
9024
|
$ sf plugins
|
|
9025
9025
|
```
|
|
9026
9026
|
|
|
9027
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.
|
|
9027
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.2/src/commands/plugins/index.ts)_
|
|
9028
9028
|
|
|
9029
9029
|
## `sf plugins discover`
|
|
9030
9030
|
|
|
@@ -9069,7 +9069,7 @@ EXAMPLES
|
|
|
9069
9069
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
9070
9070
|
```
|
|
9071
9071
|
|
|
9072
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.
|
|
9072
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.2/src/commands/plugins/inspect.ts)_
|
|
9073
9073
|
|
|
9074
9074
|
## `sf plugins install PLUGIN`
|
|
9075
9075
|
|
|
@@ -9118,7 +9118,7 @@ EXAMPLES
|
|
|
9118
9118
|
$ sf plugins install someuser/someplugin
|
|
9119
9119
|
```
|
|
9120
9120
|
|
|
9121
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.
|
|
9121
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.2/src/commands/plugins/install.ts)_
|
|
9122
9122
|
|
|
9123
9123
|
## `sf plugins link PATH`
|
|
9124
9124
|
|
|
@@ -9149,7 +9149,7 @@ EXAMPLES
|
|
|
9149
9149
|
$ sf plugins link @salesforce/plugin-packaging
|
|
9150
9150
|
```
|
|
9151
9151
|
|
|
9152
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.
|
|
9152
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.2/src/commands/plugins/link.ts)_
|
|
9153
9153
|
|
|
9154
9154
|
## `sf plugins reset`
|
|
9155
9155
|
|
|
@@ -9164,7 +9164,7 @@ FLAGS
|
|
|
9164
9164
|
--reinstall Reinstall all plugins after uninstalling.
|
|
9165
9165
|
```
|
|
9166
9166
|
|
|
9167
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.
|
|
9167
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.2/src/commands/plugins/reset.ts)_
|
|
9168
9168
|
|
|
9169
9169
|
## `sf plugins trust allowlist add`
|
|
9170
9170
|
|
|
@@ -9323,7 +9323,7 @@ EXAMPLES
|
|
|
9323
9323
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
9324
9324
|
```
|
|
9325
9325
|
|
|
9326
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.
|
|
9326
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.2/src/commands/plugins/uninstall.ts)_
|
|
9327
9327
|
|
|
9328
9328
|
## `sf plugins update`
|
|
9329
9329
|
|
|
@@ -9341,7 +9341,7 @@ DESCRIPTION
|
|
|
9341
9341
|
Update installed plugins.
|
|
9342
9342
|
```
|
|
9343
9343
|
|
|
9344
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.
|
|
9344
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.2/src/commands/plugins/update.ts)_
|
|
9345
9345
|
|
|
9346
9346
|
## `sf project convert mdapi`
|
|
9347
9347
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.151.
|
|
3
|
+
"version": "2.151.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.151.
|
|
9
|
+
"version": "2.151.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "4.2.0",
|
|
17
17
|
"@oclif/plugin-help": "6.3.0",
|
|
18
18
|
"@oclif/plugin-not-found": "3.3.0",
|
|
19
|
-
"@oclif/plugin-plugins": "5.5.
|
|
19
|
+
"@oclif/plugin-plugins": "5.5.2",
|
|
20
20
|
"@oclif/plugin-search": "1.3.0",
|
|
21
21
|
"@oclif/plugin-update": "4.8.0",
|
|
22
22
|
"@oclif/plugin-version": "2.3.0",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.2.0",
|
|
24
24
|
"@oclif/plugin-which": "3.3.0",
|
|
25
|
-
"@salesforce/core": "^9.
|
|
25
|
+
"@salesforce/core": "^9.1.8",
|
|
26
26
|
"@salesforce/kit": "^4.0.0",
|
|
27
27
|
"@salesforce/plugin-agent": "2.0.5",
|
|
28
28
|
"@salesforce/plugin-apex": "4.1.1",
|
|
@@ -2511,9 +2511,9 @@
|
|
|
2511
2511
|
}
|
|
2512
2512
|
},
|
|
2513
2513
|
"node_modules/@jsforce/jsforce-node": {
|
|
2514
|
-
"version": "3.10.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
2516
|
-
"integrity": "sha512-
|
|
2514
|
+
"version": "3.10.24",
|
|
2515
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.24.tgz",
|
|
2516
|
+
"integrity": "sha512-EejRrqFmn5No4lCiHYPlN5UFRCLo7gEoflNNisxca8AMZFzEO+sdj/aUHGzjzXf4a9K2cbXNZ+4eL4lkiIEsGw==",
|
|
2517
2517
|
"license": "MIT",
|
|
2518
2518
|
"dependencies": {
|
|
2519
2519
|
"@sindresorhus/is": "^4",
|
|
@@ -3378,9 +3378,9 @@
|
|
|
3378
3378
|
}
|
|
3379
3379
|
},
|
|
3380
3380
|
"node_modules/@oclif/plugin-plugins": {
|
|
3381
|
-
"version": "5.5.
|
|
3382
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.5.
|
|
3383
|
-
"integrity": "sha512-
|
|
3381
|
+
"version": "5.5.2",
|
|
3382
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.5.2.tgz",
|
|
3383
|
+
"integrity": "sha512-Nyz6XBKcWRvjHCihPUCP0ubOj/k9pWwldzW39yK36t17RVYf+nVcYMLV+Kd1otB4qHKrsmt8pZI/nry6Fg5+Tg==",
|
|
3384
3384
|
"license": "MIT",
|
|
3385
3385
|
"dependencies": {
|
|
3386
3386
|
"@oclif/core": "^4.13.0",
|
|
@@ -4344,12 +4344,12 @@
|
|
|
4344
4344
|
}
|
|
4345
4345
|
},
|
|
4346
4346
|
"node_modules/@salesforce/core": {
|
|
4347
|
-
"version": "9.1.
|
|
4348
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.
|
|
4349
|
-
"integrity": "sha512-
|
|
4347
|
+
"version": "9.1.8",
|
|
4348
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.8.tgz",
|
|
4349
|
+
"integrity": "sha512-Zdk4WtNrzDuNSyWbzE4ofx+W6ThGPwL4lxNjNPIFM/kPzLcKJNLGDkCzY/wCTaXbpRecrmtm7tsM/KNrOK7EVQ==",
|
|
4350
4350
|
"license": "Apache-2.0",
|
|
4351
4351
|
"dependencies": {
|
|
4352
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4352
|
+
"@jsforce/jsforce-node": "^3.10.24",
|
|
4353
4353
|
"@salesforce/kit": "^4.0.0",
|
|
4354
4354
|
"@salesforce/ts-types": "^3.0.0",
|
|
4355
4355
|
"ajv": "^8.18.0",
|
package/oclif.lock
CHANGED
|
@@ -1074,10 +1074,10 @@
|
|
|
1074
1074
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1075
1075
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1076
1076
|
|
|
1077
|
-
"@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19", "@jsforce/jsforce-node@^3.10.22", "@jsforce/jsforce-node@^3.10.23":
|
|
1078
|
-
version "3.10.
|
|
1079
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1080
|
-
integrity sha512-
|
|
1077
|
+
"@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19", "@jsforce/jsforce-node@^3.10.22", "@jsforce/jsforce-node@^3.10.23", "@jsforce/jsforce-node@^3.10.24":
|
|
1078
|
+
version "3.10.24"
|
|
1079
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.24.tgz"
|
|
1080
|
+
integrity sha512-EejRrqFmn5No4lCiHYPlN5UFRCLo7gEoflNNisxca8AMZFzEO+sdj/aUHGzjzXf4a9K2cbXNZ+4eL4lkiIEsGw==
|
|
1081
1081
|
dependencies:
|
|
1082
1082
|
"@sindresorhus/is" "^4"
|
|
1083
1083
|
base64url "^3.0.1"
|
|
@@ -1422,10 +1422,10 @@
|
|
|
1422
1422
|
ansis "^3.17.0"
|
|
1423
1423
|
fast-levenshtein "^3.0.0"
|
|
1424
1424
|
|
|
1425
|
-
"@oclif/plugin-plugins@5.5.
|
|
1426
|
-
version "5.5.
|
|
1427
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.5.
|
|
1428
|
-
integrity sha512-
|
|
1425
|
+
"@oclif/plugin-plugins@5.5.2":
|
|
1426
|
+
version "5.5.2"
|
|
1427
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.5.2.tgz"
|
|
1428
|
+
integrity sha512-Nyz6XBKcWRvjHCihPUCP0ubOj/k9pWwldzW39yK36t17RVYf+nVcYMLV+Kd1otB4qHKrsmt8pZI/nry6Fg5+Tg==
|
|
1429
1429
|
dependencies:
|
|
1430
1430
|
"@oclif/core" "^4.13.0"
|
|
1431
1431
|
ansis "^3.17.0"
|
|
@@ -1874,12 +1874,12 @@
|
|
|
1874
1874
|
ts-retry-promise "^0.8.1"
|
|
1875
1875
|
zod "^4.1.12"
|
|
1876
1876
|
|
|
1877
|
-
"@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2", "@salesforce/core@^9.1.4", "@salesforce/core@^9.1.7":
|
|
1878
|
-
version "9.1.
|
|
1879
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.
|
|
1880
|
-
integrity sha512-
|
|
1877
|
+
"@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2", "@salesforce/core@^9.1.4", "@salesforce/core@^9.1.7", "@salesforce/core@^9.1.8":
|
|
1878
|
+
version "9.1.8"
|
|
1879
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.8.tgz"
|
|
1880
|
+
integrity sha512-Zdk4WtNrzDuNSyWbzE4ofx+W6ThGPwL4lxNjNPIFM/kPzLcKJNLGDkCzY/wCTaXbpRecrmtm7tsM/KNrOK7EVQ==
|
|
1881
1881
|
dependencies:
|
|
1882
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
1882
|
+
"@jsforce/jsforce-node" "^3.10.24"
|
|
1883
1883
|
"@salesforce/kit" "^4.0.0"
|
|
1884
1884
|
"@salesforce/ts-types" "^3.0.0"
|
|
1885
1885
|
ajv "^8.18.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.151.
|
|
4
|
+
"version": "2.151.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -151,13 +151,13 @@
|
|
|
151
151
|
"@oclif/plugin-commands": "4.2.0",
|
|
152
152
|
"@oclif/plugin-help": "6.3.0",
|
|
153
153
|
"@oclif/plugin-not-found": "3.3.0",
|
|
154
|
-
"@oclif/plugin-plugins": "5.5.
|
|
154
|
+
"@oclif/plugin-plugins": "5.5.2",
|
|
155
155
|
"@oclif/plugin-search": "1.3.0",
|
|
156
156
|
"@oclif/plugin-update": "4.8.0",
|
|
157
157
|
"@oclif/plugin-version": "2.3.0",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.2.0",
|
|
159
159
|
"@oclif/plugin-which": "3.3.0",
|
|
160
|
-
"@salesforce/core": "^9.
|
|
160
|
+
"@salesforce/core": "^9.1.8",
|
|
161
161
|
"@salesforce/kit": "^4.0.0",
|
|
162
162
|
"@salesforce/plugin-agent": "2.0.5",
|
|
163
163
|
"@salesforce/plugin-apex": "4.1.1",
|