@salesforce/cli 2.142.2 → 2.142.4
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 +14 -14
- package/npm-shrinkwrap.json +44 -42
- package/oclif.lock +42 -45
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.142.
|
|
28
|
+
@salesforce/cli/2.142.4 linux-x64 node-v22.23.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3391,7 +3391,7 @@ EXAMPLES
|
|
|
3391
3391
|
$ sf autocomplete --refresh-cache
|
|
3392
3392
|
```
|
|
3393
3393
|
|
|
3394
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
3394
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.53/src/commands/autocomplete/index.ts)_
|
|
3395
3395
|
|
|
3396
3396
|
## `sf commands`
|
|
3397
3397
|
|
|
@@ -4920,7 +4920,7 @@ DESCRIPTION
|
|
|
4920
4920
|
Display help for sf.
|
|
4921
4921
|
```
|
|
4922
4922
|
|
|
4923
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
4923
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.53/src/commands/help.ts)_
|
|
4924
4924
|
|
|
4925
4925
|
## `sf info releasenotes display`
|
|
4926
4926
|
|
|
@@ -8981,7 +8981,7 @@ EXAMPLES
|
|
|
8981
8981
|
$ sf plugins
|
|
8982
8982
|
```
|
|
8983
8983
|
|
|
8984
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8984
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/index.ts)_
|
|
8985
8985
|
|
|
8986
8986
|
## `sf plugins discover`
|
|
8987
8987
|
|
|
@@ -9026,7 +9026,7 @@ EXAMPLES
|
|
|
9026
9026
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
9027
9027
|
```
|
|
9028
9028
|
|
|
9029
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9029
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/inspect.ts)_
|
|
9030
9030
|
|
|
9031
9031
|
## `sf plugins install PLUGIN`
|
|
9032
9032
|
|
|
@@ -9075,7 +9075,7 @@ EXAMPLES
|
|
|
9075
9075
|
$ sf plugins install someuser/someplugin
|
|
9076
9076
|
```
|
|
9077
9077
|
|
|
9078
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9078
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/install.ts)_
|
|
9079
9079
|
|
|
9080
9080
|
## `sf plugins link PATH`
|
|
9081
9081
|
|
|
@@ -9106,7 +9106,7 @@ EXAMPLES
|
|
|
9106
9106
|
$ sf plugins link @salesforce/plugin-packaging
|
|
9107
9107
|
```
|
|
9108
9108
|
|
|
9109
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9109
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/link.ts)_
|
|
9110
9110
|
|
|
9111
9111
|
## `sf plugins reset`
|
|
9112
9112
|
|
|
@@ -9121,7 +9121,7 @@ FLAGS
|
|
|
9121
9121
|
--reinstall Reinstall all plugins after uninstalling.
|
|
9122
9122
|
```
|
|
9123
9123
|
|
|
9124
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9124
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/reset.ts)_
|
|
9125
9125
|
|
|
9126
9126
|
## `sf plugins trust allowlist add`
|
|
9127
9127
|
|
|
@@ -9280,7 +9280,7 @@ EXAMPLES
|
|
|
9280
9280
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
9281
9281
|
```
|
|
9282
9282
|
|
|
9283
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9283
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/uninstall.ts)_
|
|
9284
9284
|
|
|
9285
9285
|
## `sf plugins update`
|
|
9286
9286
|
|
|
@@ -9298,7 +9298,7 @@ DESCRIPTION
|
|
|
9298
9298
|
Update installed plugins.
|
|
9299
9299
|
```
|
|
9300
9300
|
|
|
9301
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9301
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/update.ts)_
|
|
9302
9302
|
|
|
9303
9303
|
## `sf project convert mdapi`
|
|
9304
9304
|
|
|
@@ -11219,7 +11219,7 @@ DESCRIPTION
|
|
|
11219
11219
|
Once you select a command, hit enter and it will show the help for that command.
|
|
11220
11220
|
```
|
|
11221
11221
|
|
|
11222
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
11222
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.52/src/commands/search.ts)_
|
|
11223
11223
|
|
|
11224
11224
|
## `sf sobject describe`
|
|
11225
11225
|
|
|
@@ -12343,7 +12343,7 @@ EXAMPLES
|
|
|
12343
12343
|
$ sf update --available
|
|
12344
12344
|
```
|
|
12345
12345
|
|
|
12346
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
12346
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.53/src/commands/update.ts)_
|
|
12347
12347
|
|
|
12348
12348
|
## `sf version`
|
|
12349
12349
|
|
|
@@ -12363,7 +12363,7 @@ FLAG DESCRIPTIONS
|
|
|
12363
12363
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
12364
12364
|
```
|
|
12365
12365
|
|
|
12366
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
12366
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.50/src/commands/version.ts)_
|
|
12367
12367
|
|
|
12368
12368
|
## `sf which`
|
|
12369
12369
|
|
|
@@ -12397,7 +12397,7 @@ EXAMPLES
|
|
|
12397
12397
|
$ sf which "foo bar baz"
|
|
12398
12398
|
```
|
|
12399
12399
|
|
|
12400
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
12400
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.58/src/commands/which.ts)_
|
|
12401
12401
|
|
|
12402
12402
|
<!-- commandsstop -->
|
|
12403
12403
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.142.
|
|
3
|
+
"version": "2.142.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.142.
|
|
9
|
+
"version": "2.142.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.11.11",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.53",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.59",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.53",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.88",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.80",
|
|
20
|
+
"@oclif/plugin-search": "1.2.52",
|
|
21
|
+
"@oclif/plugin-update": "4.7.53",
|
|
22
|
+
"@oclif/plugin-version": "2.2.50",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.68",
|
|
24
|
+
"@oclif/plugin-which": "3.2.58",
|
|
25
25
|
"@salesforce/core": "^8.31.4",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-agent": "1.43.0",
|
|
@@ -3384,9 +3384,9 @@
|
|
|
3384
3384
|
}
|
|
3385
3385
|
},
|
|
3386
3386
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3387
|
-
"version": "3.2.
|
|
3388
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3389
|
-
"integrity": "sha512-
|
|
3387
|
+
"version": "3.2.53",
|
|
3388
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.53.tgz",
|
|
3389
|
+
"integrity": "sha512-cGAgN9ujTDxa6C84d6XNVsmoFnDFfHwdiykAnAfym3oBLxoXBNYMZhmfnZ8KBWDy/r/DYf11BrGJwqKl2P0iSA==",
|
|
3390
3390
|
"license": "MIT",
|
|
3391
3391
|
"dependencies": {
|
|
3392
3392
|
"@oclif/core": "^4",
|
|
@@ -3482,9 +3482,9 @@
|
|
|
3482
3482
|
}
|
|
3483
3483
|
},
|
|
3484
3484
|
"node_modules/@oclif/plugin-help": {
|
|
3485
|
-
"version": "6.2.
|
|
3486
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3487
|
-
"integrity": "sha512-
|
|
3485
|
+
"version": "6.2.53",
|
|
3486
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.53.tgz",
|
|
3487
|
+
"integrity": "sha512-njx2nTH87EQEEuz4ShNtL0gzzN981MRkDPqScbu+Tkd7NpIv30OHdTjQK1GzGtkf+V2RvSYIrX+LrLsUVh9DJw==",
|
|
3488
3488
|
"license": "MIT",
|
|
3489
3489
|
"dependencies": {
|
|
3490
3490
|
"@oclif/core": "^4"
|
|
@@ -3509,12 +3509,12 @@
|
|
|
3509
3509
|
}
|
|
3510
3510
|
},
|
|
3511
3511
|
"node_modules/@oclif/plugin-plugins": {
|
|
3512
|
-
"version": "5.4.
|
|
3513
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3514
|
-
"integrity": "sha512-
|
|
3512
|
+
"version": "5.4.80",
|
|
3513
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.80.tgz",
|
|
3514
|
+
"integrity": "sha512-D32rqGtj9YdMixC0qHyqqT5aVAHZ0gXeJ5OgotOEtfuPsVOlRHqf5QZzzxj55XjeSO2+w309sVngqkO+WudSEQ==",
|
|
3515
3515
|
"license": "MIT",
|
|
3516
3516
|
"dependencies": {
|
|
3517
|
-
"@oclif/core": "^4.11.
|
|
3517
|
+
"@oclif/core": "^4.11.11",
|
|
3518
3518
|
"ansis": "^3.17.0",
|
|
3519
3519
|
"debug": "^4.4.0",
|
|
3520
3520
|
"npm": "^11.17.0",
|
|
@@ -3618,9 +3618,9 @@
|
|
|
3618
3618
|
}
|
|
3619
3619
|
},
|
|
3620
3620
|
"node_modules/@oclif/plugin-search": {
|
|
3621
|
-
"version": "1.2.
|
|
3622
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
3623
|
-
"integrity": "sha512-
|
|
3621
|
+
"version": "1.2.52",
|
|
3622
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.52.tgz",
|
|
3623
|
+
"integrity": "sha512-9l2uvwGml8fJcfFGOfR8L5bVafgcnaajScsWLRCmaWfYN8iqc4QbsweWhXvNijNQ3b4RbFkj9HBjsGAmiwgBvA==",
|
|
3624
3624
|
"license": "MIT",
|
|
3625
3625
|
"dependencies": {
|
|
3626
3626
|
"@oclif/core": "^4",
|
|
@@ -3647,9 +3647,9 @@
|
|
|
3647
3647
|
}
|
|
3648
3648
|
},
|
|
3649
3649
|
"node_modules/@oclif/plugin-update": {
|
|
3650
|
-
"version": "4.7.
|
|
3651
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
3652
|
-
"integrity": "sha512-
|
|
3650
|
+
"version": "4.7.53",
|
|
3651
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.53.tgz",
|
|
3652
|
+
"integrity": "sha512-AJ+vc7hQ9wnf1O2okqHSE8HWmk26jwWmZZwSxSERkyxmWcWb9GBR0ZLMqWdCduRNhEno8GmrIG5/5kgnvAnD1w==",
|
|
3653
3653
|
"license": "MIT",
|
|
3654
3654
|
"dependencies": {
|
|
3655
3655
|
"@inquirer/select": "^2.5.0",
|
|
@@ -3661,16 +3661,16 @@
|
|
|
3661
3661
|
"got": "^13",
|
|
3662
3662
|
"proxy-agent": "^6.5.0",
|
|
3663
3663
|
"semver": "^7.8.5",
|
|
3664
|
-
"tar-fs": "^2.1.
|
|
3664
|
+
"tar-fs": "^2.1.5"
|
|
3665
3665
|
},
|
|
3666
3666
|
"engines": {
|
|
3667
3667
|
"node": ">=18.0.0"
|
|
3668
3668
|
}
|
|
3669
3669
|
},
|
|
3670
3670
|
"node_modules/@oclif/plugin-version": {
|
|
3671
|
-
"version": "2.2.
|
|
3672
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
3673
|
-
"integrity": "sha512-
|
|
3671
|
+
"version": "2.2.50",
|
|
3672
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.50.tgz",
|
|
3673
|
+
"integrity": "sha512-29GupU9+spTNLvctiIRW7MEclDXfTePHWnnVuTleuVeDtAWsiteeektamchXdpMriXs18FqF3UJCJP9jrN4P1w==",
|
|
3674
3674
|
"license": "MIT",
|
|
3675
3675
|
"dependencies": {
|
|
3676
3676
|
"@oclif/core": "^4",
|
|
@@ -3681,9 +3681,9 @@
|
|
|
3681
3681
|
}
|
|
3682
3682
|
},
|
|
3683
3683
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3684
|
-
"version": "3.1.
|
|
3685
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3686
|
-
"integrity": "sha512-
|
|
3684
|
+
"version": "3.1.68",
|
|
3685
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.68.tgz",
|
|
3686
|
+
"integrity": "sha512-UKWXSisocp/0Mpob2JCOUymUwtRYIrlXEQdX73KvBgIqzrKiVILz+AOuL0HQexw3DZzu+2o7cKw8gyXe3FX3bA==",
|
|
3687
3687
|
"license": "MIT",
|
|
3688
3688
|
"dependencies": {
|
|
3689
3689
|
"@oclif/core": "^4",
|
|
@@ -3698,9 +3698,9 @@
|
|
|
3698
3698
|
}
|
|
3699
3699
|
},
|
|
3700
3700
|
"node_modules/@oclif/plugin-which": {
|
|
3701
|
-
"version": "3.2.
|
|
3702
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3703
|
-
"integrity": "sha512-
|
|
3701
|
+
"version": "3.2.58",
|
|
3702
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.58.tgz",
|
|
3703
|
+
"integrity": "sha512-zfi7dzBP6nL2Qs6o+w0r0eYvtkmdRjQNlgP2XAJDdG3G/4QIgZolt/2lmYIwrGXZ9SsXSLVVM/hjOrVjA0ekgg==",
|
|
3704
3704
|
"license": "MIT",
|
|
3705
3705
|
"dependencies": {
|
|
3706
3706
|
"@oclif/core": "^4",
|
|
@@ -5948,9 +5948,9 @@
|
|
|
5948
5948
|
}
|
|
5949
5949
|
},
|
|
5950
5950
|
"node_modules/@sigstore/core": {
|
|
5951
|
-
"version": "3.2.
|
|
5952
|
-
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-3.2.
|
|
5953
|
-
"integrity": "sha512-
|
|
5951
|
+
"version": "3.2.1",
|
|
5952
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-3.2.1.tgz",
|
|
5953
|
+
"integrity": "sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==",
|
|
5954
5954
|
"extraneous": true,
|
|
5955
5955
|
"license": "Apache-2.0",
|
|
5956
5956
|
"engines": {
|
|
@@ -16426,6 +16426,8 @@
|
|
|
16426
16426
|
},
|
|
16427
16427
|
"node_modules/npm/node_modules/@sigstore/core": {
|
|
16428
16428
|
"version": "3.2.1",
|
|
16429
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-3.2.1.tgz",
|
|
16430
|
+
"integrity": "sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==",
|
|
16429
16431
|
"inBundle": true,
|
|
16430
16432
|
"license": "Apache-2.0",
|
|
16431
16433
|
"engines": {
|
|
@@ -20992,9 +20994,9 @@
|
|
|
20992
20994
|
}
|
|
20993
20995
|
},
|
|
20994
20996
|
"node_modules/tar-fs": {
|
|
20995
|
-
"version": "2.1.
|
|
20996
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.
|
|
20997
|
-
"integrity": "sha512-
|
|
20997
|
+
"version": "2.1.5",
|
|
20998
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.5.tgz",
|
|
20999
|
+
"integrity": "sha512-OboTd8mmMhZDNPV+UjQcK9yKAatXu2aJ+r1w4im1Otd4M4fl2hwvdoXUxIYHFTHWK/3y3FarBP70v3vwmGlOxw==",
|
|
20998
21000
|
"license": "MIT",
|
|
20999
21001
|
"dependencies": {
|
|
21000
21002
|
"chownr": "^1.1.1",
|
package/oclif.lock
CHANGED
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
node-gyp "^12.1.0"
|
|
1422
1422
|
proc-log "^6.0.0"
|
|
1423
1423
|
|
|
1424
|
-
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.11":
|
|
1424
|
+
"@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.11.11", "@oclif/core@^4.11.3", "@oclif/core@^4.11.4", "@oclif/core@^4.11.7", "@oclif/core@>= 3.0.0", "@oclif/core@4.11.11":
|
|
1425
1425
|
version "4.11.11"
|
|
1426
1426
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.11.11.tgz"
|
|
1427
1427
|
integrity sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==
|
|
@@ -1458,10 +1458,10 @@
|
|
|
1458
1458
|
react "^18.3.1"
|
|
1459
1459
|
wrap-ansi "^9.0.2"
|
|
1460
1460
|
|
|
1461
|
-
"@oclif/plugin-autocomplete@3.2.
|
|
1462
|
-
version "3.2.
|
|
1463
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
1464
|
-
integrity sha512-
|
|
1461
|
+
"@oclif/plugin-autocomplete@3.2.53":
|
|
1462
|
+
version "3.2.53"
|
|
1463
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.53.tgz"
|
|
1464
|
+
integrity sha512-cGAgN9ujTDxa6C84d6XNVsmoFnDFfHwdiykAnAfym3oBLxoXBNYMZhmfnZ8KBWDy/r/DYf11BrGJwqKl2P0iSA==
|
|
1465
1465
|
dependencies:
|
|
1466
1466
|
"@oclif/core" "^4"
|
|
1467
1467
|
ansis "^3.16.0"
|
|
@@ -1493,10 +1493,10 @@
|
|
|
1493
1493
|
lodash "^4.18.1"
|
|
1494
1494
|
object-treeify "^4.0.1"
|
|
1495
1495
|
|
|
1496
|
-
"@oclif/plugin-help@^6.2.50", "@oclif/plugin-help@6.2.
|
|
1497
|
-
version "6.2.
|
|
1498
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1499
|
-
integrity sha512-
|
|
1496
|
+
"@oclif/plugin-help@^6.2.50", "@oclif/plugin-help@6.2.53":
|
|
1497
|
+
version "6.2.53"
|
|
1498
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.53.tgz"
|
|
1499
|
+
integrity sha512-njx2nTH87EQEEuz4ShNtL0gzzN981MRkDPqScbu+Tkd7NpIv30OHdTjQK1GzGtkf+V2RvSYIrX+LrLsUVh9DJw==
|
|
1500
1500
|
dependencies:
|
|
1501
1501
|
"@oclif/core" "^4"
|
|
1502
1502
|
|
|
@@ -1510,12 +1510,12 @@
|
|
|
1510
1510
|
ansis "^3.17.0"
|
|
1511
1511
|
fast-levenshtein "^3.0.0"
|
|
1512
1512
|
|
|
1513
|
-
"@oclif/plugin-plugins@5.4.
|
|
1514
|
-
version "5.4.
|
|
1515
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1516
|
-
integrity sha512-
|
|
1513
|
+
"@oclif/plugin-plugins@5.4.80":
|
|
1514
|
+
version "5.4.80"
|
|
1515
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.80.tgz"
|
|
1516
|
+
integrity sha512-D32rqGtj9YdMixC0qHyqqT5aVAHZ0gXeJ5OgotOEtfuPsVOlRHqf5QZzzxj55XjeSO2+w309sVngqkO+WudSEQ==
|
|
1517
1517
|
dependencies:
|
|
1518
|
-
"@oclif/core" "^4.11.
|
|
1518
|
+
"@oclif/core" "^4.11.11"
|
|
1519
1519
|
ansis "^3.17.0"
|
|
1520
1520
|
debug "^4.4.0"
|
|
1521
1521
|
npm "^11.17.0"
|
|
@@ -1527,19 +1527,19 @@
|
|
|
1527
1527
|
which "^4.0.0"
|
|
1528
1528
|
yarn "^1.22.22"
|
|
1529
1529
|
|
|
1530
|
-
"@oclif/plugin-search@1.2.
|
|
1531
|
-
version "1.2.
|
|
1532
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
1533
|
-
integrity sha512-
|
|
1530
|
+
"@oclif/plugin-search@1.2.52":
|
|
1531
|
+
version "1.2.52"
|
|
1532
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.52.tgz"
|
|
1533
|
+
integrity sha512-9l2uvwGml8fJcfFGOfR8L5bVafgcnaajScsWLRCmaWfYN8iqc4QbsweWhXvNijNQ3b4RbFkj9HBjsGAmiwgBvA==
|
|
1534
1534
|
dependencies:
|
|
1535
1535
|
"@oclif/core" "^4"
|
|
1536
1536
|
ansi-escapes "^7.3.0"
|
|
1537
1537
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1538
1538
|
|
|
1539
|
-
"@oclif/plugin-update@4.7.
|
|
1540
|
-
version "4.7.
|
|
1541
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1542
|
-
integrity sha512-
|
|
1539
|
+
"@oclif/plugin-update@4.7.53":
|
|
1540
|
+
version "4.7.53"
|
|
1541
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.53.tgz"
|
|
1542
|
+
integrity sha512-AJ+vc7hQ9wnf1O2okqHSE8HWmk26jwWmZZwSxSERkyxmWcWb9GBR0ZLMqWdCduRNhEno8GmrIG5/5kgnvAnD1w==
|
|
1543
1543
|
dependencies:
|
|
1544
1544
|
"@inquirer/select" "^2.5.0"
|
|
1545
1545
|
"@oclif/core" "^4"
|
|
@@ -1550,20 +1550,20 @@
|
|
|
1550
1550
|
got "^13"
|
|
1551
1551
|
proxy-agent "^6.5.0"
|
|
1552
1552
|
semver "^7.8.5"
|
|
1553
|
-
tar-fs "^2.1.
|
|
1553
|
+
tar-fs "^2.1.5"
|
|
1554
1554
|
|
|
1555
|
-
"@oclif/plugin-version@2.2.
|
|
1556
|
-
version "2.2.
|
|
1557
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1558
|
-
integrity sha512-
|
|
1555
|
+
"@oclif/plugin-version@2.2.50":
|
|
1556
|
+
version "2.2.50"
|
|
1557
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.50.tgz"
|
|
1558
|
+
integrity sha512-29GupU9+spTNLvctiIRW7MEclDXfTePHWnnVuTleuVeDtAWsiteeektamchXdpMriXs18FqF3UJCJP9jrN4P1w==
|
|
1559
1559
|
dependencies:
|
|
1560
1560
|
"@oclif/core" "^4"
|
|
1561
1561
|
ansis "^3.17.0"
|
|
1562
1562
|
|
|
1563
|
-
"@oclif/plugin-warn-if-update-available@^3.1.65", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1564
|
-
version "3.1.
|
|
1565
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1566
|
-
integrity sha512-
|
|
1563
|
+
"@oclif/plugin-warn-if-update-available@^3.1.65", "@oclif/plugin-warn-if-update-available@3.1.68":
|
|
1564
|
+
version "3.1.68"
|
|
1565
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.68.tgz"
|
|
1566
|
+
integrity sha512-UKWXSisocp/0Mpob2JCOUymUwtRYIrlXEQdX73KvBgIqzrKiVILz+AOuL0HQexw3DZzu+2o7cKw8gyXe3FX3bA==
|
|
1567
1567
|
dependencies:
|
|
1568
1568
|
"@oclif/core" "^4"
|
|
1569
1569
|
ansis "^3.17.0"
|
|
@@ -1572,10 +1572,10 @@
|
|
|
1572
1572
|
lodash "^4.18.1"
|
|
1573
1573
|
registry-auth-token "^5.1.1"
|
|
1574
1574
|
|
|
1575
|
-
"@oclif/plugin-which@3.2.
|
|
1576
|
-
version "3.2.
|
|
1577
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
1578
|
-
integrity sha512-
|
|
1575
|
+
"@oclif/plugin-which@3.2.58":
|
|
1576
|
+
version "3.2.58"
|
|
1577
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.58.tgz"
|
|
1578
|
+
integrity sha512-zfi7dzBP6nL2Qs6o+w0r0eYvtkmdRjQNlgP2XAJDdG3G/4QIgZolt/2lmYIwrGXZ9SsXSLVVM/hjOrVjA0ekgg==
|
|
1579
1579
|
dependencies:
|
|
1580
1580
|
"@oclif/core" "^4"
|
|
1581
1581
|
ansis "^3.17.0"
|
|
@@ -2460,13 +2460,10 @@
|
|
|
2460
2460
|
dependencies:
|
|
2461
2461
|
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2462
2462
|
|
|
2463
|
-
"@sigstore/core@^3.1.0", "@sigstore/core@^3.2.0":
|
|
2464
|
-
version "3.2.0"
|
|
2465
|
-
resolved "https://registry.npmjs.org/@sigstore/core/-/core-3.2.0.tgz"
|
|
2466
|
-
integrity sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA==
|
|
2467
|
-
|
|
2468
|
-
"@sigstore/core@^3.2.1":
|
|
2463
|
+
"@sigstore/core@^3.1.0", "@sigstore/core@^3.2.0", "@sigstore/core@^3.2.1":
|
|
2469
2464
|
version "3.2.1"
|
|
2465
|
+
resolved "https://registry.npmjs.org/@sigstore/core/-/core-3.2.1.tgz"
|
|
2466
|
+
integrity sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==
|
|
2470
2467
|
|
|
2471
2468
|
"@sigstore/protobuf-specs@^0.5.0":
|
|
2472
2469
|
version "0.5.1"
|
|
@@ -10112,10 +10109,10 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
10112
10109
|
resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
|
|
10113
10110
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
10114
10111
|
|
|
10115
|
-
tar-fs@^2.1.
|
|
10116
|
-
version "2.1.
|
|
10117
|
-
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.
|
|
10118
|
-
integrity sha512-
|
|
10112
|
+
tar-fs@^2.1.5:
|
|
10113
|
+
version "2.1.5"
|
|
10114
|
+
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.5.tgz"
|
|
10115
|
+
integrity sha512-OboTd8mmMhZDNPV+UjQcK9yKAatXu2aJ+r1w4im1Otd4M4fl2hwvdoXUxIYHFTHWK/3y3FarBP70v3vwmGlOxw==
|
|
10119
10116
|
dependencies:
|
|
10120
10117
|
chownr "^1.1.1"
|
|
10121
10118
|
mkdirp-classic "^0.5.2"
|
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.142.
|
|
4
|
+
"version": "2.142.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -147,16 +147,16 @@
|
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
149
|
"@oclif/core": "4.11.11",
|
|
150
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
150
|
+
"@oclif/plugin-autocomplete": "3.2.53",
|
|
151
151
|
"@oclif/plugin-commands": "4.1.59",
|
|
152
|
-
"@oclif/plugin-help": "6.2.
|
|
152
|
+
"@oclif/plugin-help": "6.2.53",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.88",
|
|
154
|
-
"@oclif/plugin-plugins": "5.4.
|
|
155
|
-
"@oclif/plugin-search": "1.2.
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
157
|
-
"@oclif/plugin-version": "2.2.
|
|
158
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
159
|
-
"@oclif/plugin-which": "3.2.
|
|
154
|
+
"@oclif/plugin-plugins": "5.4.80",
|
|
155
|
+
"@oclif/plugin-search": "1.2.52",
|
|
156
|
+
"@oclif/plugin-update": "4.7.53",
|
|
157
|
+
"@oclif/plugin-version": "2.2.50",
|
|
158
|
+
"@oclif/plugin-warn-if-update-available": "3.1.68",
|
|
159
|
+
"@oclif/plugin-which": "3.2.58",
|
|
160
160
|
"@salesforce/core": "^8.31.4",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
162
|
"@salesforce/plugin-agent": "1.43.0",
|