@salesforce/cli 2.16.6 → 2.16.8

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 CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.16.6 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.16.8 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -133,6 +133,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
133
133
  - [`sf plugins:inspect PLUGIN...`](#sf-pluginsinspect-plugin)
134
134
  - [`sf plugins:install PLUGIN...`](#sf-pluginsinstall-plugin)
135
135
  - [`sf plugins:link PLUGIN`](#sf-pluginslink-plugin)
136
+ - [`sf plugins reset`](#sf-plugins-reset)
136
137
  - [`sf plugins trust verify`](#sf-plugins-trust-verify)
137
138
  - [`sf plugins:uninstall PLUGIN...`](#sf-pluginsuninstall-plugin)
138
139
  - [`sf plugins update`](#sf-plugins-update)
@@ -5117,7 +5118,7 @@ EXAMPLES
5117
5118
  $ sf plugins
5118
5119
  ```
5119
5120
 
5120
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/index.ts)_
5121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/index.ts)_
5121
5122
 
5122
5123
  ## `sf plugins discover`
5123
5124
 
@@ -5161,7 +5162,7 @@ EXAMPLES
5161
5162
  $ sf plugins:inspect myplugin
5162
5163
  ```
5163
5164
 
5164
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/inspect.ts)_
5165
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/inspect.ts)_
5165
5166
 
5166
5167
  ## `sf plugins:install PLUGIN...`
5167
5168
 
@@ -5202,7 +5203,7 @@ EXAMPLES
5202
5203
  $ sf plugins:install someuser/someplugin
5203
5204
  ```
5204
5205
 
5205
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/install.ts)_
5206
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/install.ts)_
5206
5207
 
5207
5208
  ## `sf plugins:link PLUGIN`
5208
5209
 
@@ -5232,7 +5233,18 @@ EXAMPLES
5232
5233
  $ sf plugins:link myplugin
5233
5234
  ```
5234
5235
 
5235
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/link.ts)_
5236
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/link.ts)_
5237
+
5238
+ ## `sf plugins reset`
5239
+
5240
+ Remove all user-installed and linked plugins.
5241
+
5242
+ ```
5243
+ USAGE
5244
+ $ sf plugins reset
5245
+ ```
5246
+
5247
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/reset.ts)_
5236
5248
 
5237
5249
  ## `sf plugins trust verify`
5238
5250
 
@@ -5285,7 +5297,7 @@ ALIASES
5285
5297
  $ sf plugins remove
5286
5298
  ```
5287
5299
 
5288
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/uninstall.ts)_
5300
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/uninstall.ts)_
5289
5301
 
5290
5302
  ## `sf plugins update`
5291
5303
 
@@ -5303,7 +5315,7 @@ DESCRIPTION
5303
5315
  Update installed plugins.
5304
5316
  ```
5305
5317
 
5306
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.0.1/src/commands/plugins/update.ts)_
5318
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.2/src/commands/plugins/update.ts)_
5307
5319
 
5308
5320
  ## `sf project convert mdapi`
5309
5321
 
@@ -5365,7 +5377,7 @@ FLAG DESCRIPTIONS
5365
5377
  If you specify this parameter, don’t specify --metadata or --source-dir.
5366
5378
  ```
5367
5379
 
5368
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/convert/mdapi.ts)_
5380
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/convert/mdapi.ts)_
5369
5381
 
5370
5382
  ## `sf project convert source`
5371
5383
 
@@ -5377,7 +5389,7 @@ USAGE
5377
5389
  <value> | -m <value>]
5378
5390
 
5379
5391
  FLAGS
5380
- -d, --output-dir=<value> [default: metadataPackage_1697583605416] Output directory to store the Metadata
5392
+ -d, --output-dir=<value> [default: metadataPackage_1698793516882] Output directory to store the Metadata
5381
5393
  API–formatted files in.
5382
5394
  -m, --metadata=<value>... Metadata component names to convert.
5383
5395
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5437,7 +5449,7 @@ FLAG DESCRIPTIONS
5437
5449
  Override the api version used for api requests made by this command
5438
5450
  ```
5439
5451
 
5440
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/convert/source.ts)_
5452
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/convert/source.ts)_
5441
5453
 
5442
5454
  ## `sf project delete source`
5443
5455
 
@@ -5575,7 +5587,7 @@ FLAG DESCRIPTIONS
5575
5587
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5576
5588
  ```
5577
5589
 
5578
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/delete/source.ts)_
5590
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/delete/source.ts)_
5579
5591
 
5580
5592
  ## `sf project delete tracking`
5581
5593
 
@@ -5610,7 +5622,7 @@ EXAMPLES
5610
5622
  $ sf project delete tracking --target-org my-scratch
5611
5623
  ```
5612
5624
 
5613
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/delete/tracking.ts)_
5625
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/delete/tracking.ts)_
5614
5626
 
5615
5627
  ## `sf project deploy cancel`
5616
5628
 
@@ -5680,7 +5692,7 @@ FLAG DESCRIPTIONS
5680
5692
  project deploy report".
5681
5693
  ```
5682
5694
 
5683
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/cancel.ts)_
5695
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/cancel.ts)_
5684
5696
 
5685
5697
  ## `sf project deploy preview`
5686
5698
 
@@ -5763,7 +5775,7 @@ FLAG DESCRIPTIONS
5763
5775
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5764
5776
  ```
5765
5777
 
5766
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/preview.ts)_
5778
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/preview.ts)_
5767
5779
 
5768
5780
  ## `sf project deploy quick`
5769
5781
 
@@ -5856,7 +5868,7 @@ ERROR CODES
5856
5868
  Canceling (69) The deploy is being canceled.
5857
5869
  ```
5858
5870
 
5859
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/quick.ts)_
5871
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/quick.ts)_
5860
5872
 
5861
5873
  ## `sf project deploy report`
5862
5874
 
@@ -5951,7 +5963,7 @@ FLAG DESCRIPTIONS
5951
5963
  --coverage-formatters lcov --coverage-formatters clover
5952
5964
  ```
5953
5965
 
5954
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/report.ts)_
5966
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/report.ts)_
5955
5967
 
5956
5968
  ## `sf project deploy resume`
5957
5969
 
@@ -6047,7 +6059,7 @@ ERROR CODES
6047
6059
  Canceling (69) The deploy is being canceled.
6048
6060
  ```
6049
6061
 
6050
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/resume.ts)_
6062
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/resume.ts)_
6051
6063
 
6052
6064
  ## `sf project deploy start`
6053
6065
 
@@ -6275,7 +6287,7 @@ ERROR CODES
6275
6287
  Canceling (69) The deploy is being canceled.
6276
6288
  ```
6277
6289
 
6278
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/start.ts)_
6290
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/start.ts)_
6279
6291
 
6280
6292
  ## `sf project deploy validate`
6281
6293
 
@@ -6447,7 +6459,7 @@ ERROR CODES
6447
6459
  Canceling (69) The deploy is being canceled.
6448
6460
  ```
6449
6461
 
6450
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/deploy/validate.ts)_
6462
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/deploy/validate.ts)_
6451
6463
 
6452
6464
  ## `sf project generate`
6453
6465
 
@@ -6626,7 +6638,7 @@ EXAMPLES
6626
6638
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6627
6639
  ```
6628
6640
 
6629
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/generate/manifest.ts)_
6641
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/generate/manifest.ts)_
6630
6642
 
6631
6643
  ## `sf project list ignored`
6632
6644
 
@@ -6667,7 +6679,7 @@ EXAMPLES
6667
6679
  $ sf project list ignored --source-dir package.xml
6668
6680
  ```
6669
6681
 
6670
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/list/ignored.ts)_
6682
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/list/ignored.ts)_
6671
6683
 
6672
6684
  ## `sf project reset tracking`
6673
6685
 
@@ -6714,7 +6726,7 @@ EXAMPLES
6714
6726
  $ sf project reset tracking --revision 30
6715
6727
  ```
6716
6728
 
6717
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/reset/tracking.ts)_
6729
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/reset/tracking.ts)_
6718
6730
 
6719
6731
  ## `sf project retrieve preview`
6720
6732
 
@@ -6769,7 +6781,7 @@ FLAG DESCRIPTIONS
6769
6781
  Overrides your default org.
6770
6782
  ```
6771
6783
 
6772
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/retrieve/preview.ts)_
6784
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/retrieve/preview.ts)_
6773
6785
 
6774
6786
  ## `sf project retrieve start`
6775
6787
 
@@ -6923,7 +6935,7 @@ ENVIRONMENT VARIABLES
6923
6935
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
6924
6936
  ```
6925
6937
 
6926
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.2/src/commands/project/retrieve/start.ts)_
6938
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.19.3/src/commands/project/retrieve/start.ts)_
6927
6939
 
6928
6940
  ## `sf schema generate field`
6929
6941
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.16.6",
3
+ "version": "2.16.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.16.6",
9
+ "version": "2.16.8",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-commands": "3.0.5",
16
16
  "@oclif/plugin-help": "6.0.5",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
- "@oclif/plugin-plugins": "4.0.1",
18
+ "@oclif/plugin-plugins": "4.1.2",
19
19
  "@oclif/plugin-search": "1.0.5",
20
20
  "@oclif/plugin-update": "4.1.3",
21
21
  "@oclif/plugin-version": "2.0.4",
@@ -25,7 +25,7 @@
25
25
  "@salesforce/plugin-apex": "2.3.20",
26
26
  "@salesforce/plugin-auth": "2.8.25",
27
27
  "@salesforce/plugin-data": "2.6.1",
28
- "@salesforce/plugin-deploy-retrieve": "1.19.2",
28
+ "@salesforce/plugin-deploy-retrieve": "1.19.3",
29
29
  "@salesforce/plugin-info": "2.6.51",
30
30
  "@salesforce/plugin-limits": "2.3.41",
31
31
  "@salesforce/plugin-login": "1.2.40",
@@ -2168,9 +2168,9 @@
2168
2168
  }
2169
2169
  },
2170
2170
  "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
2171
- "version": "3.9.1",
2172
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2173
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2171
+ "version": "3.10.8",
2172
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2173
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2174
2174
  "license": "MIT",
2175
2175
  "dependencies": {
2176
2176
  "ansi-escapes": "^4.3.2",
@@ -2195,6 +2195,7 @@
2195
2195
  "strip-ansi": "^6.0.1",
2196
2196
  "supports-color": "^8.1.1",
2197
2197
  "supports-hyperlinks": "^2.2.0",
2198
+ "tsconfck": "^3.0.0",
2198
2199
  "widest-line": "^3.1.0",
2199
2200
  "wordwrap": "^1.0.0",
2200
2201
  "wrap-ansi": "^7.0.0"
@@ -2350,9 +2351,9 @@
2350
2351
  }
2351
2352
  },
2352
2353
  "node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
2353
- "version": "3.9.1",
2354
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2355
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2354
+ "version": "3.10.8",
2355
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2356
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2356
2357
  "license": "MIT",
2357
2358
  "dependencies": {
2358
2359
  "ansi-escapes": "^4.3.2",
@@ -2377,6 +2378,7 @@
2377
2378
  "strip-ansi": "^6.0.1",
2378
2379
  "supports-color": "^8.1.1",
2379
2380
  "supports-hyperlinks": "^2.2.0",
2381
+ "tsconfck": "^3.0.0",
2380
2382
  "widest-line": "^3.1.0",
2381
2383
  "wordwrap": "^1.0.0",
2382
2384
  "wrap-ansi": "^7.0.0"
@@ -2413,9 +2415,9 @@
2413
2415
  }
2414
2416
  },
2415
2417
  "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
2416
- "version": "3.9.1",
2417
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2418
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2418
+ "version": "3.10.8",
2419
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2420
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2419
2421
  "license": "MIT",
2420
2422
  "dependencies": {
2421
2423
  "ansi-escapes": "^4.3.2",
@@ -2440,6 +2442,7 @@
2440
2442
  "strip-ansi": "^6.0.1",
2441
2443
  "supports-color": "^8.1.1",
2442
2444
  "supports-hyperlinks": "^2.2.0",
2445
+ "tsconfck": "^3.0.0",
2443
2446
  "widest-line": "^3.1.0",
2444
2447
  "wordwrap": "^1.0.0",
2445
2448
  "wrap-ansi": "^7.0.0"
@@ -2478,9 +2481,9 @@
2478
2481
  }
2479
2482
  },
2480
2483
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
2481
- "version": "3.9.1",
2482
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2483
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2484
+ "version": "3.10.8",
2485
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2486
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2484
2487
  "license": "MIT",
2485
2488
  "dependencies": {
2486
2489
  "ansi-escapes": "^4.3.2",
@@ -2505,6 +2508,7 @@
2505
2508
  "strip-ansi": "^6.0.1",
2506
2509
  "supports-color": "^8.1.1",
2507
2510
  "supports-hyperlinks": "^2.2.0",
2511
+ "tsconfck": "^3.0.0",
2508
2512
  "widest-line": "^3.1.0",
2509
2513
  "wordwrap": "^1.0.0",
2510
2514
  "wrap-ansi": "^7.0.0"
@@ -2569,12 +2573,12 @@
2569
2573
  }
2570
2574
  },
2571
2575
  "node_modules/@oclif/plugin-plugins": {
2572
- "version": "4.0.1",
2573
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.1.tgz",
2574
- "integrity": "sha512-eXMuP2E8BO0rs8Z4eIMFxQM8aVqz/H2to5NZ/EDWLeMxAo8krekBRe3AG5HBlgZmPEjmbEGpPbHx/l4f91dWnA==",
2576
+ "version": "4.1.2",
2577
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.2.tgz",
2578
+ "integrity": "sha512-xEr3gId+UQoNCx4sNnFpPnvkjWCfEgRC694GC/ahg4d59Y0dkhNw/8flmalM1NpO5AW+62Hz107xPPv2nT4Rtw==",
2575
2579
  "license": "MIT",
2576
2580
  "dependencies": {
2577
- "@oclif/core": "^3.7.1",
2581
+ "@oclif/core": "^3.10.2",
2578
2582
  "chalk": "^5.3.0",
2579
2583
  "debug": "^4.3.4",
2580
2584
  "npm": "9.8.1",
@@ -2589,9 +2593,9 @@
2589
2593
  }
2590
2594
  },
2591
2595
  "node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
2592
- "version": "3.9.1",
2593
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2594
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2596
+ "version": "3.10.8",
2597
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2598
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2595
2599
  "license": "MIT",
2596
2600
  "dependencies": {
2597
2601
  "ansi-escapes": "^4.3.2",
@@ -2616,6 +2620,7 @@
2616
2620
  "strip-ansi": "^6.0.1",
2617
2621
  "supports-color": "^8.1.1",
2618
2622
  "supports-hyperlinks": "^2.2.0",
2623
+ "tsconfck": "^3.0.0",
2619
2624
  "widest-line": "^3.1.0",
2620
2625
  "wordwrap": "^1.0.0",
2621
2626
  "wrap-ansi": "^7.0.0"
@@ -2693,9 +2698,9 @@
2693
2698
  }
2694
2699
  },
2695
2700
  "node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
2696
- "version": "3.9.1",
2697
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2698
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2701
+ "version": "3.10.8",
2702
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2703
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2699
2704
  "license": "MIT",
2700
2705
  "dependencies": {
2701
2706
  "ansi-escapes": "^4.3.2",
@@ -2720,6 +2725,7 @@
2720
2725
  "strip-ansi": "^6.0.1",
2721
2726
  "supports-color": "^8.1.1",
2722
2727
  "supports-hyperlinks": "^2.2.0",
2728
+ "tsconfck": "^3.0.0",
2723
2729
  "widest-line": "^3.1.0",
2724
2730
  "wordwrap": "^1.0.0",
2725
2731
  "wrap-ansi": "^7.0.0"
@@ -2765,9 +2771,9 @@
2765
2771
  }
2766
2772
  },
2767
2773
  "node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
2768
- "version": "3.9.1",
2769
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2770
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2774
+ "version": "3.10.8",
2775
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2776
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2771
2777
  "license": "MIT",
2772
2778
  "dependencies": {
2773
2779
  "ansi-escapes": "^4.3.2",
@@ -2792,6 +2798,7 @@
2792
2798
  "strip-ansi": "^6.0.1",
2793
2799
  "supports-color": "^8.1.1",
2794
2800
  "supports-hyperlinks": "^2.2.0",
2801
+ "tsconfck": "^3.0.0",
2795
2802
  "widest-line": "^3.1.0",
2796
2803
  "wordwrap": "^1.0.0",
2797
2804
  "wrap-ansi": "^7.0.0"
@@ -2952,9 +2959,9 @@
2952
2959
  }
2953
2960
  },
2954
2961
  "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
2955
- "version": "3.9.1",
2956
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
2957
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
2962
+ "version": "3.10.8",
2963
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
2964
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
2958
2965
  "license": "MIT",
2959
2966
  "dependencies": {
2960
2967
  "ansi-escapes": "^4.3.2",
@@ -2979,6 +2986,7 @@
2979
2986
  "strip-ansi": "^6.0.1",
2980
2987
  "supports-color": "^8.1.1",
2981
2988
  "supports-hyperlinks": "^2.2.0",
2989
+ "tsconfck": "^3.0.0",
2982
2990
  "widest-line": "^3.1.0",
2983
2991
  "wordwrap": "^1.0.0",
2984
2992
  "wrap-ansi": "^7.0.0"
@@ -3019,9 +3027,9 @@
3019
3027
  }
3020
3028
  },
3021
3029
  "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
3022
- "version": "3.9.1",
3023
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
3024
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
3030
+ "version": "3.10.8",
3031
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
3032
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
3025
3033
  "license": "MIT",
3026
3034
  "dependencies": {
3027
3035
  "ansi-escapes": "^4.3.2",
@@ -3046,6 +3054,7 @@
3046
3054
  "strip-ansi": "^6.0.1",
3047
3055
  "supports-color": "^8.1.1",
3048
3056
  "supports-hyperlinks": "^2.2.0",
3057
+ "tsconfck": "^3.0.0",
3049
3058
  "widest-line": "^3.1.0",
3050
3059
  "wordwrap": "^1.0.0",
3051
3060
  "wrap-ansi": "^7.0.0"
@@ -3122,9 +3131,9 @@
3122
3131
  }
3123
3132
  },
3124
3133
  "node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
3125
- "version": "3.9.1",
3126
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
3127
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
3134
+ "version": "3.10.8",
3135
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
3136
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
3128
3137
  "license": "MIT",
3129
3138
  "dependencies": {
3130
3139
  "ansi-escapes": "^4.3.2",
@@ -3149,6 +3158,7 @@
3149
3158
  "strip-ansi": "^6.0.1",
3150
3159
  "supports-color": "^8.1.1",
3151
3160
  "supports-hyperlinks": "^2.2.0",
3161
+ "tsconfck": "^3.0.0",
3152
3162
  "widest-line": "^3.1.0",
3153
3163
  "wordwrap": "^1.0.0",
3154
3164
  "wrap-ansi": "^7.0.0"
@@ -3477,14 +3487,14 @@
3477
3487
  }
3478
3488
  },
3479
3489
  "node_modules/@salesforce/core": {
3480
- "version": "5.3.14",
3481
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.14.tgz",
3482
- "integrity": "sha512-IFmLZCpFBcreTFEaH+Rn4BozUpFx3vvf43yWuXWdOvALz4ad18yU3Kzk9GxwzablrQxPFmJ43ClQG10dmoh/ig==",
3490
+ "version": "5.3.16",
3491
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.16.tgz",
3492
+ "integrity": "sha512-Q5BOFPwACXe/ebwROzpacwPA/WSRfOM7W63exX4b0Gv2rQoMB2NZLxHBQP3FZ4eH4PMHvBB16IzmtNq8vSJktw==",
3483
3493
  "license": "BSD-3-Clause",
3484
3494
  "dependencies": {
3485
- "@salesforce/kit": "^3.0.14",
3495
+ "@salesforce/kit": "^3.0.15",
3486
3496
  "@salesforce/schemas": "^1.6.1",
3487
- "@salesforce/ts-types": "^2.0.8",
3497
+ "@salesforce/ts-types": "^2.0.9",
3488
3498
  "@types/semver": "^7.5.3",
3489
3499
  "ajv": "^8.12.0",
3490
3500
  "change-case": "^4.1.2",
@@ -4400,18 +4410,18 @@
4400
4410
  }
4401
4411
  },
4402
4412
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4403
- "version": "1.19.2",
4404
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.2.tgz",
4405
- "integrity": "sha512-y8I7Pcc36EcZSziNBlFNkZSCDMw1nyiixh+LGXQsn5CVmL1eXq/PiExVGTxwkyVTNc2NO+q5sNzPCKIhcn+rIA==",
4413
+ "version": "1.19.3",
4414
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.3.tgz",
4415
+ "integrity": "sha512-NA8hUidc7RDmPJRfm7Ntbac1B/W1xGaZ4eZkXU94DYaDTHFTQSwmoazuV14XfgYe+XI2GQD/4r6GCFDDkL1+TA==",
4406
4416
  "license": "BSD-3-Clause",
4407
4417
  "dependencies": {
4408
4418
  "@oclif/core": "^2.15.0",
4409
4419
  "@salesforce/apex-node": "^2.1.0",
4410
- "@salesforce/core": "^5.3.9",
4411
- "@salesforce/kit": "^3.0.13",
4420
+ "@salesforce/core": "^5.3.16",
4421
+ "@salesforce/kit": "^3.0.15",
4412
4422
  "@salesforce/sf-plugins-core": "^3.1.22",
4413
- "@salesforce/source-deploy-retrieve": "^9.7.27",
4414
- "@salesforce/source-tracking": "^4.2.17",
4423
+ "@salesforce/source-deploy-retrieve": "^9.8.1",
4424
+ "@salesforce/source-tracking": "^4.2.20",
4415
4425
  "chalk": "^4.1.2",
4416
4426
  "shelljs": "^0.8.5",
4417
4427
  "tslib": "^2"
@@ -5941,9 +5951,9 @@
5941
5951
  }
5942
5952
  },
5943
5953
  "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
5944
- "version": "3.9.1",
5945
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
5946
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
5954
+ "version": "3.10.8",
5955
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
5956
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
5947
5957
  "license": "MIT",
5948
5958
  "dependencies": {
5949
5959
  "ansi-escapes": "^4.3.2",
@@ -5968,6 +5978,7 @@
5968
5978
  "strip-ansi": "^6.0.1",
5969
5979
  "supports-color": "^8.1.1",
5970
5980
  "supports-hyperlinks": "^2.2.0",
5981
+ "tsconfck": "^3.0.0",
5971
5982
  "widest-line": "^3.1.0",
5972
5983
  "wordwrap": "^1.0.0",
5973
5984
  "wrap-ansi": "^7.0.0"
@@ -5992,13 +6003,13 @@
5992
6003
  }
5993
6004
  },
5994
6005
  "node_modules/@salesforce/source-deploy-retrieve": {
5995
- "version": "9.8.0",
5996
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.0.tgz",
5997
- "integrity": "sha512-coPkgS1CL7rJXtoozC/yR3GcrTmUsgv1s5FPyVXoXtMTALqS0iXcsyLw0J9CvrNiksPS3WbLlfUiEtgmvQyqdg==",
6006
+ "version": "9.8.1",
6007
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.1.tgz",
6008
+ "integrity": "sha512-DMscuGAv/Ls/Vp0wqZmjjxxoaRm/2K7Np3KHvjml8hTop1EvnhmwbwsdLDABb+I1uYE8VtWV9RZV82GVTne3+w==",
5998
6009
  "license": "BSD-3-Clause",
5999
6010
  "dependencies": {
6000
- "@salesforce/core": "^5.3.10",
6001
- "@salesforce/kit": "^3.0.13",
6011
+ "@salesforce/core": "^5.3.16",
6012
+ "@salesforce/kit": "^3.0.15",
6002
6013
  "@salesforce/ts-types": "^2.0.9",
6003
6014
  "fast-levenshtein": "^3.0.0",
6004
6015
  "fast-xml-parser": "^4.3.2",
@@ -6027,14 +6038,14 @@
6027
6038
  }
6028
6039
  },
6029
6040
  "node_modules/@salesforce/source-tracking": {
6030
- "version": "4.2.19",
6031
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.19.tgz",
6032
- "integrity": "sha512-TKZI7i1B2IOsyw7hwAGobcO+66lpwJikT5pw+QRXbudc2oHkTiUsT8iCeUNw/sOWsOfQIQtUHnv9AtcvkHRIZw==",
6041
+ "version": "4.2.20",
6042
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.20.tgz",
6043
+ "integrity": "sha512-WWWtoYuX8R+cNY1nfX0XI2e7kbRNzQxX9kiVrA+66fR0ODEz2m4AJBQg4uO8bXJssND6a66yfEZi1jvdpYaiGA==",
6033
6044
  "license": "BSD-3-Clause",
6034
6045
  "dependencies": {
6035
- "@salesforce/core": "^5.3.9",
6036
- "@salesforce/kit": "^3.0.14",
6037
- "@salesforce/source-deploy-retrieve": "^9.7.27",
6046
+ "@salesforce/core": "^5.3.16",
6047
+ "@salesforce/kit": "^3.0.15",
6048
+ "@salesforce/source-deploy-retrieve": "^9.8.1",
6038
6049
  "@salesforce/ts-types": "^2.0.9",
6039
6050
  "fast-xml-parser": "^4.2.5",
6040
6051
  "graceful-fs": "^4.2.11",
@@ -19858,9 +19869,9 @@
19858
19869
  }
19859
19870
  },
19860
19871
  "node_modules/oclif/node_modules/@oclif/core": {
19861
- "version": "3.9.1",
19862
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
19863
- "integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
19872
+ "version": "3.10.8",
19873
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.8.tgz",
19874
+ "integrity": "sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==",
19864
19875
  "dev": true,
19865
19876
  "license": "MIT",
19866
19877
  "dependencies": {
@@ -19886,6 +19897,7 @@
19886
19897
  "strip-ansi": "^6.0.1",
19887
19898
  "supports-color": "^8.1.1",
19888
19899
  "supports-hyperlinks": "^2.2.0",
19900
+ "tsconfck": "^3.0.0",
19889
19901
  "widest-line": "^3.1.0",
19890
19902
  "wordwrap": "^1.0.0",
19891
19903
  "wrap-ansi": "^7.0.0"
@@ -23453,6 +23465,26 @@
23453
23465
  "node": ">=6"
23454
23466
  }
23455
23467
  },
23468
+ "node_modules/tsconfck": {
23469
+ "version": "3.0.0",
23470
+ "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
23471
+ "integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==",
23472
+ "license": "MIT",
23473
+ "bin": {
23474
+ "tsconfck": "bin/tsconfck.js"
23475
+ },
23476
+ "engines": {
23477
+ "node": "^18 || >=20"
23478
+ },
23479
+ "peerDependencies": {
23480
+ "typescript": "^5.0.0"
23481
+ },
23482
+ "peerDependenciesMeta": {
23483
+ "typescript": {
23484
+ "optional": true
23485
+ }
23486
+ }
23487
+ },
23456
23488
  "node_modules/tsconfig-paths": {
23457
23489
  "version": "3.14.2",
23458
23490
  "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
@@ -2939,6 +2939,13 @@
2939
2939
  "description": "The directory containing metadata that will be deployed on the build org prior to attempting conversion.",
2940
2940
  "multiple": false,
2941
2941
  "deprecateAliases": true
2942
+ },
2943
+ "verbose": {
2944
+ "name": "verbose",
2945
+ "type": "boolean",
2946
+ "summary": "Display verbose command output.",
2947
+ "allowNo": false,
2948
+ "deprecateAliases": true
2942
2949
  }
2943
2950
  },
2944
2951
  "args": {},
@@ -6595,5 +6602,5 @@
6595
6602
  ]
6596
6603
  }
6597
6604
  },
6598
- "version": "2.16.6"
6605
+ "version": "2.16.8"
6599
6606
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.16.6",
4
+ "version": "2.16.8",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -77,7 +77,7 @@
77
77
  "@salesforce/plugin-devops-center": "1.2.4",
78
78
  "@salesforce/plugin-env": "2.2.9",
79
79
  "@salesforce/plugin-functions": "1.22.9",
80
- "@salesforce/plugin-packaging": "1.26.4",
80
+ "@salesforce/plugin-packaging": "1.27.0",
81
81
  "@salesforce/plugin-signups": "1.5.6",
82
82
  "@salesforce/sfdx-plugin-lwc-test": "1.1.1",
83
83
  "@salesforce/sfdx-scanner": "3.17.0"
@@ -130,7 +130,7 @@
130
130
  "@oclif/plugin-commands": "3.0.5",
131
131
  "@oclif/plugin-help": "6.0.5",
132
132
  "@oclif/plugin-not-found": "3.0.2",
133
- "@oclif/plugin-plugins": "4.0.1",
133
+ "@oclif/plugin-plugins": "4.1.2",
134
134
  "@oclif/plugin-search": "1.0.5",
135
135
  "@oclif/plugin-update": "4.1.3",
136
136
  "@oclif/plugin-version": "2.0.4",
@@ -140,7 +140,7 @@
140
140
  "@salesforce/plugin-apex": "2.3.20",
141
141
  "@salesforce/plugin-auth": "2.8.25",
142
142
  "@salesforce/plugin-data": "2.6.1",
143
- "@salesforce/plugin-deploy-retrieve": "1.19.2",
143
+ "@salesforce/plugin-deploy-retrieve": "1.19.3",
144
144
  "@salesforce/plugin-info": "2.6.51",
145
145
  "@salesforce/plugin-limits": "2.3.41",
146
146
  "@salesforce/plugin-login": "1.2.40",
@@ -189,8 +189,8 @@
189
189
  "resolutions": {
190
190
  "@salesforce/schemas": "1.6.1",
191
191
  "@salesforce/templates": "59.0.1",
192
- "@salesforce/source-deploy-retrieve": "9.8.0",
193
- "@salesforce/source-tracking": "4.2.19"
192
+ "@salesforce/source-deploy-retrieve": "9.8.1",
193
+ "@salesforce/source-tracking": "4.2.20"
194
194
  },
195
195
  "repository": "salesforcecli/cli",
196
196
  "scripts": {