@salesforce/cli 2.81.7 → 2.81.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.81.7 linux-x64 node-v22.14.0
27
+ @salesforce/cli/2.81.8 linux-x64 node-v22.14.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1336,7 +1336,7 @@ EXAMPLES
1336
1336
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
1337
1337
  ```
1338
1338
 
1339
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/bulk/results.ts)_
1339
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/bulk/results.ts)_
1340
1340
 
1341
1341
  ## `sf data create file`
1342
1342
 
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1386
1386
  ```
1387
1387
 
1388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/create/file.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/create/file.ts)_
1389
1389
 
1390
1390
  ## `sf data create record`
1391
1391
 
@@ -1441,7 +1441,7 @@ EXAMPLES
1441
1441
  TracedEntityId=01p17000000R6bLAAS"
1442
1442
  ```
1443
1443
 
1444
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/create/record.ts)_
1444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/create/record.ts)_
1445
1445
 
1446
1446
  ## `sf data delete bulk`
1447
1447
 
@@ -1450,7 +1450,7 @@ Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.
1450
1450
  ```
1451
1451
  USAGE
1452
1452
  $ sf data delete bulk -o <value> -s <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w <value> | -a]
1453
- [--verbose] (--line-ending CRLF|LF -f <value>) [--hard-delete]
1453
+ (--line-ending CRLF|LF -f <value>) [--hard-delete]
1454
1454
 
1455
1455
  FLAGS
1456
1456
  -a, --async Run the command asynchronously.
@@ -1467,7 +1467,6 @@ FLAGS
1467
1467
  --line-ending=<option> Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux
1468
1468
  it's `LF`.
1469
1469
  <options: CRLF|LF>
1470
- --verbose Print verbose output of failed records if result is available.
1471
1470
 
1472
1471
  GLOBAL FLAGS
1473
1472
  --flags-dir=<value> Import flag values from a directory.
@@ -1502,7 +1501,7 @@ FLAG DESCRIPTIONS
1502
1501
  and can be enabled only by a system administrator.
1503
1502
  ```
1504
1503
 
1505
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/delete/bulk.ts)_
1504
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/delete/bulk.ts)_
1506
1505
 
1507
1506
  ## `sf data delete record`
1508
1507
 
@@ -1563,7 +1562,7 @@ EXAMPLES
1563
1562
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1564
1563
  ```
1565
1564
 
1566
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/delete/record.ts)_
1565
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/delete/record.ts)_
1567
1566
 
1568
1567
  ## `sf data delete resume`
1569
1568
 
@@ -1602,7 +1601,7 @@ EXAMPLES
1602
1601
  $ sf data delete resume --use-most-recent --target-org my-scratch
1603
1602
  ```
1604
1603
 
1605
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/delete/resume.ts)_
1604
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/delete/resume.ts)_
1606
1605
 
1607
1606
  ## `sf data export bulk`
1608
1607
 
@@ -1676,7 +1675,7 @@ EXAMPLES
1676
1675
  --result-format json --async
1677
1676
  ```
1678
1677
 
1679
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/export/bulk.ts)_
1678
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/export/bulk.ts)_
1680
1679
 
1681
1680
  ## `sf data export resume`
1682
1681
 
@@ -1712,7 +1711,7 @@ EXAMPLES
1712
1711
  $ sf data export resume --use-most-recent --target-org my-scratch
1713
1712
  ```
1714
1713
 
1715
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/export/resume.ts)_
1714
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/export/resume.ts)_
1716
1715
 
1717
1716
  ## `sf data export tree`
1718
1717
 
@@ -1772,7 +1771,7 @@ EXAMPLES
1772
1771
  my-scratch
1773
1772
  ```
1774
1773
 
1775
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/export/tree.ts)_
1774
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/export/tree.ts)_
1776
1775
 
1777
1776
  ## `sf data get record`
1778
1777
 
@@ -1836,7 +1835,7 @@ EXAMPLES
1836
1835
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1837
1836
  ```
1838
1837
 
1839
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/get/record.ts)_
1838
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/get/record.ts)_
1840
1839
 
1841
1840
  ## `sf data import bulk`
1842
1841
 
@@ -1894,7 +1893,7 @@ EXAMPLES
1894
1893
  $ sf data import bulk --file accounts.csv --sobject Account --async
1895
1894
  ```
1896
1895
 
1897
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/import/bulk.ts)_
1896
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/import/bulk.ts)_
1898
1897
 
1899
1898
  ## `sf data import resume`
1900
1899
 
@@ -1930,7 +1929,7 @@ EXAMPLES
1930
1929
  $ sf data import resume --use-most-recent --target-org my-scratch
1931
1930
  ```
1932
1931
 
1933
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/import/resume.ts)_
1932
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/import/resume.ts)_
1934
1933
 
1935
1934
  ## `sf data import tree`
1936
1935
 
@@ -1994,7 +1993,7 @@ FLAG DESCRIPTIONS
1994
1993
  - files(array) - Files: An array of files paths to load
1995
1994
  ```
1996
1995
 
1997
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/import/tree.ts)_
1996
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/import/tree.ts)_
1998
1997
 
1999
1998
  ## `sf data query`
2000
1999
 
@@ -2060,7 +2059,7 @@ EXAMPLES
2060
2059
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
2061
2060
  ```
2062
2061
 
2063
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/query.ts)_
2062
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/query.ts)_
2064
2063
 
2065
2064
  ## `sf data query resume`
2066
2065
 
@@ -2097,7 +2096,7 @@ EXAMPLES
2097
2096
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
2098
2097
  ```
2099
2098
 
2100
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/query/resume.ts)_
2099
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/query/resume.ts)_
2101
2100
 
2102
2101
  ## `sf data resume`
2103
2102
 
@@ -2134,7 +2133,7 @@ EXAMPLES
2134
2133
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2135
2134
  ```
2136
2135
 
2137
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/resume.ts)_
2136
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/resume.ts)_
2138
2137
 
2139
2138
  ## `sf data search`
2140
2139
 
@@ -2184,7 +2183,7 @@ EXAMPLES
2184
2183
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2185
2184
  ```
2186
2185
 
2187
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/search.ts)_
2186
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/search.ts)_
2188
2187
 
2189
2188
  ## `sf data update bulk`
2190
2189
 
@@ -2245,7 +2244,7 @@ EXAMPLES
2245
2244
  $ sf data update bulk --file accounts.csv --sobject Account --async
2246
2245
  ```
2247
2246
 
2248
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/update/bulk.ts)_
2247
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/update/bulk.ts)_
2249
2248
 
2250
2249
  ## `sf data update record`
2251
2250
 
@@ -2307,7 +2306,7 @@ EXAMPLES
2307
2306
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2308
2307
  ```
2309
2308
 
2310
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/update/record.ts)_
2309
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/update/record.ts)_
2311
2310
 
2312
2311
  ## `sf data update resume`
2313
2312
 
@@ -2343,7 +2342,7 @@ EXAMPLES
2343
2342
  $ sf data update resume --use-most-recent --target-org my-scratch
2344
2343
  ```
2345
2344
 
2346
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/update/resume.ts)_
2345
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/update/resume.ts)_
2347
2346
 
2348
2347
  ## `sf data upsert bulk`
2349
2348
 
@@ -2352,8 +2351,7 @@ Bulk upsert records to an org from a CSV file. Uses Bulk API 2.0.
2352
2351
  ```
2353
2352
  USAGE
2354
2353
  $ sf data upsert bulk -o <value> -s <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w
2355
- <value> | -a] [--verbose] (--line-ending CRLF|LF -f <value>) [--column-delimiter
2356
- BACKQUOTE|CARET|COMMA|PIPE|SEMICOLON|TAB]
2354
+ <value> | -a] (--line-ending CRLF|LF -f <value>) [--column-delimiter BACKQUOTE|CARET|COMMA|PIPE|SEMICOLON|TAB]
2357
2355
 
2358
2356
  FLAGS
2359
2357
  -a, --async Run the command asynchronously.
@@ -2371,7 +2369,6 @@ FLAGS
2371
2369
  --line-ending=<option> Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and
2372
2370
  Linux it's `LF`.
2373
2371
  <options: CRLF|LF>
2374
- --verbose Print verbose output of failed records if result is available.
2375
2372
 
2376
2373
  GLOBAL FLAGS
2377
2374
  --flags-dir=<value> Import flag values from a directory.
@@ -2402,7 +2399,7 @@ EXAMPLES
2402
2399
  my-scratch
2403
2400
  ```
2404
2401
 
2405
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/upsert/bulk.ts)_
2402
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/upsert/bulk.ts)_
2406
2403
 
2407
2404
  ## `sf data upsert resume`
2408
2405
 
@@ -2441,7 +2438,7 @@ EXAMPLES
2441
2438
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2442
2439
  ```
2443
2440
 
2444
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/data/upsert/resume.ts)_
2441
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/data/upsert/resume.ts)_
2445
2442
 
2446
2443
  ## `sf doctor`
2447
2444
 
@@ -2536,7 +2533,7 @@ EXAMPLES
2536
2533
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2537
2534
  ```
2538
2535
 
2539
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/force/data/bulk/delete.ts)_
2536
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/force/data/bulk/delete.ts)_
2540
2537
 
2541
2538
  ## `sf force data bulk status`
2542
2539
 
@@ -2573,7 +2570,7 @@ EXAMPLES
2573
2570
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2574
2571
  ```
2575
2572
 
2576
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/force/data/bulk/status.ts)_
2573
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/force/data/bulk/status.ts)_
2577
2574
 
2578
2575
  ## `sf force data bulk upsert`
2579
2576
 
@@ -2631,7 +2628,7 @@ EXAMPLES
2631
2628
  --target-org my-scratch
2632
2629
  ```
2633
2630
 
2634
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.20/src/commands/force/data/bulk/upsert.ts)_
2631
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/src/commands/force/data/bulk/upsert.ts)_
2635
2632
 
2636
2633
  ## `sf help [COMMAND]`
2637
2634
 
@@ -6393,7 +6390,7 @@ FLAG DESCRIPTIONS
6393
6390
  If you specify this flag, don’t specify --metadata or --source-dir.
6394
6391
  ```
6395
6392
 
6396
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/mdapi.ts)_
6393
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/mdapi.ts)_
6397
6394
 
6398
6395
  ## `sf project convert source`
6399
6396
 
@@ -6466,7 +6463,7 @@ FLAG DESCRIPTIONS
6466
6463
  Override the api version used for api requests made by this command
6467
6464
  ```
6468
6465
 
6469
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/source.ts)_
6466
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/source.ts)_
6470
6467
 
6471
6468
  ## `sf project convert source-behavior`
6472
6469
 
@@ -6525,7 +6522,7 @@ EXAMPLES
6525
6522
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6526
6523
  ```
6527
6524
 
6528
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/source-behavior.ts)_
6525
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/source-behavior.ts)_
6529
6526
 
6530
6527
  ## `sf project delete source`
6531
6528
 
@@ -6665,7 +6662,7 @@ FLAG DESCRIPTIONS
6665
6662
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6666
6663
  ```
6667
6664
 
6668
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/delete/source.ts)_
6665
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/delete/source.ts)_
6669
6666
 
6670
6667
  ## `sf project delete tracking`
6671
6668
 
@@ -6702,7 +6699,7 @@ EXAMPLES
6702
6699
  $ sf project delete tracking --target-org my-scratch
6703
6700
  ```
6704
6701
 
6705
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/delete/tracking.ts)_
6702
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/delete/tracking.ts)_
6706
6703
 
6707
6704
  ## `sf project deploy cancel`
6708
6705
 
@@ -6774,7 +6771,7 @@ FLAG DESCRIPTIONS
6774
6771
  project deploy report".
6775
6772
  ```
6776
6773
 
6777
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/cancel.ts)_
6774
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/cancel.ts)_
6778
6775
 
6779
6776
  ## `sf project deploy preview`
6780
6777
 
@@ -6857,7 +6854,7 @@ FLAG DESCRIPTIONS
6857
6854
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6858
6855
  ```
6859
6856
 
6860
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/preview.ts)_
6857
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/preview.ts)_
6861
6858
 
6862
6859
  ## `sf project deploy quick`
6863
6860
 
@@ -6950,7 +6947,7 @@ ERROR CODES
6950
6947
  Canceling (69) The deploy is being canceled.
6951
6948
  ```
6952
6949
 
6953
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/quick.ts)_
6950
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/quick.ts)_
6954
6951
 
6955
6952
  ## `sf project deploy report`
6956
6953
 
@@ -7042,7 +7039,7 @@ FLAG DESCRIPTIONS
7042
7039
  --coverage-formatters lcov --coverage-formatters clover
7043
7040
  ```
7044
7041
 
7045
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/report.ts)_
7042
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/report.ts)_
7046
7043
 
7047
7044
  ## `sf project deploy resume`
7048
7045
 
@@ -7139,7 +7136,7 @@ ERROR CODES
7139
7136
  Canceling (69) The deploy is being canceled.
7140
7137
  ```
7141
7138
 
7142
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/resume.ts)_
7139
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/resume.ts)_
7143
7140
 
7144
7141
  ## `sf project deploy start`
7145
7142
 
@@ -7392,7 +7389,7 @@ ERROR CODES
7392
7389
  Canceling (69) The deploy is being canceled.
7393
7390
  ```
7394
7391
 
7395
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/start.ts)_
7392
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/start.ts)_
7396
7393
 
7397
7394
  ## `sf project deploy validate`
7398
7395
 
@@ -7582,7 +7579,7 @@ ERROR CODES
7582
7579
  Canceling (69) The deploy is being canceled.
7583
7580
  ```
7584
7581
 
7585
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/validate.ts)_
7582
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/validate.ts)_
7586
7583
 
7587
7584
  ## `sf project generate`
7588
7585
 
@@ -7783,7 +7780,7 @@ EXAMPLES
7783
7780
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
7784
7781
  ```
7785
7782
 
7786
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/generate/manifest.ts)_
7783
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/generate/manifest.ts)_
7787
7784
 
7788
7785
  ## `sf project list ignored`
7789
7786
 
@@ -7825,7 +7822,7 @@ EXAMPLES
7825
7822
  $ sf project list ignored --source-dir package.xml
7826
7823
  ```
7827
7824
 
7828
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/list/ignored.ts)_
7825
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/list/ignored.ts)_
7829
7826
 
7830
7827
  ## `sf project reset tracking`
7831
7828
 
@@ -7874,7 +7871,7 @@ EXAMPLES
7874
7871
  $ sf project reset tracking --revision 30
7875
7872
  ```
7876
7873
 
7877
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/reset/tracking.ts)_
7874
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/reset/tracking.ts)_
7878
7875
 
7879
7876
  ## `sf project retrieve preview`
7880
7877
 
@@ -7928,7 +7925,7 @@ FLAG DESCRIPTIONS
7928
7925
  production orgs.
7929
7926
  ```
7930
7927
 
7931
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/retrieve/preview.ts)_
7928
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/retrieve/preview.ts)_
7932
7929
 
7933
7930
  ## `sf project retrieve start`
7934
7931
 
@@ -8105,7 +8102,7 @@ ENVIRONMENT VARIABLES
8105
8102
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
8106
8103
  ```
8107
8104
 
8108
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/retrieve/start.ts)_
8105
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/retrieve/start.ts)_
8109
8106
 
8110
8107
  ## `sf schema generate field`
8111
8108
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.81.7",
3
+ "version": "2.81.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.81.7",
9
+ "version": "2.81.8",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -27,8 +27,8 @@
27
27
  "@salesforce/plugin-apex": "3.6.9",
28
28
  "@salesforce/plugin-api": "1.3.3",
29
29
  "@salesforce/plugin-auth": "3.6.106",
30
- "@salesforce/plugin-data": "4.0.20",
31
- "@salesforce/plugin-deploy-retrieve": "3.20.10",
30
+ "@salesforce/plugin-data": "4.0.21",
31
+ "@salesforce/plugin-deploy-retrieve": "3.20.11",
32
32
  "@salesforce/plugin-info": "3.4.48",
33
33
  "@salesforce/plugin-limits": "3.3.49",
34
34
  "@salesforce/plugin-marketplace": "1.3.7",
@@ -41,7 +41,7 @@
41
41
  "@salesforce/plugin-templates": "56.3.41",
42
42
  "@salesforce/plugin-trust": "3.7.73",
43
43
  "@salesforce/plugin-user": "3.6.13",
44
- "@salesforce/sf-plugins-core": "12.2.0",
44
+ "@salesforce/sf-plugins-core": "12.2.1",
45
45
  "ansis": "^3.12.0"
46
46
  },
47
47
  "bin": {
@@ -3973,9 +3973,9 @@
3973
3973
  }
3974
3974
  },
3975
3975
  "node_modules/@oclif/multi-stage-output": {
3976
- "version": "0.8.11",
3977
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.11.tgz",
3978
- "integrity": "sha512-BFHqxqgG25EBh+mvqyg9SkDpsDI4bVp7TQwUOKhj8pP2ue+W5y54NxvC9tLTh9FeqZud+j0RVD03XuBgeSW27g==",
3976
+ "version": "0.8.12",
3977
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz",
3978
+ "integrity": "sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==",
3979
3979
  "license": "MIT",
3980
3980
  "dependencies": {
3981
3981
  "@oclif/core": "^4",
@@ -5245,9 +5245,9 @@
5245
5245
  }
5246
5246
  },
5247
5247
  "node_modules/@salesforce/plugin-data": {
5248
- "version": "4.0.20",
5249
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.20.tgz",
5250
- "integrity": "sha512-qc4BJBzDwaxzky1A9qGkB1T6ACoDmKPAKYwepYGlUFvoWVcLifOoaNo8N/Ph85A72yEvZshc9z7cO1GesaqbdQ==",
5248
+ "version": "4.0.21",
5249
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.21.tgz",
5250
+ "integrity": "sha512-7eaB9Ws0SWBDd1GnbdGTWDAu82qt+HParMwOpz7wn2viyyJSB4kJlQyFhC2nobDrxqXDmcxu4r6v0qE2H0dpsQ==",
5251
5251
  "license": "BSD-3-Clause",
5252
5252
  "dependencies": {
5253
5253
  "@jsforce/jsforce-node": "^3.6.6",
@@ -5268,20 +5268,20 @@
5268
5268
  }
5269
5269
  },
5270
5270
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5271
- "version": "3.20.10",
5272
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.10.tgz",
5273
- "integrity": "sha512-qQiBmo+Md4tUc8SBg1DoelyaQT2FGVe1r5ehWfU/oBJ7q23Shj8kG7fcPqLpCffdP1LuFlkpRzGTDsAKqEU+Gg==",
5271
+ "version": "3.20.11",
5272
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.11.tgz",
5273
+ "integrity": "sha512-V1ZRsvnqIVYs/En55Pk/rqPhg4aIrvRQ6DcNeJ8AtNVd2d4/T9Mj73aV+q2oNHeywWDxJM7CcsqdSF63Fch8iQ==",
5274
5274
  "license": "BSD-3-Clause",
5275
5275
  "dependencies": {
5276
5276
  "@oclif/core": "^4.2.10",
5277
- "@oclif/multi-stage-output": "^0.8.11",
5277
+ "@oclif/multi-stage-output": "^0.8.12",
5278
5278
  "@salesforce/apex-node": "^8.1.19",
5279
5279
  "@salesforce/core": "^8.8.5",
5280
5280
  "@salesforce/kit": "^3.2.3",
5281
5281
  "@salesforce/plugin-info": "^3.4.47",
5282
- "@salesforce/sf-plugins-core": "^12.2.0",
5283
- "@salesforce/source-deploy-retrieve": "^12.16.6",
5284
- "@salesforce/source-tracking": "^7.3.17",
5282
+ "@salesforce/sf-plugins-core": "^12.2.1",
5283
+ "@salesforce/source-deploy-retrieve": "12.16.9",
5284
+ "@salesforce/source-tracking": "^7.3.19",
5285
5285
  "@salesforce/ts-types": "^2.0.12",
5286
5286
  "ansis": "^3.17.0",
5287
5287
  "terminal-link": "^3.0.0"
@@ -5853,16 +5853,16 @@
5853
5853
  "license": "ISC"
5854
5854
  },
5855
5855
  "node_modules/@salesforce/sf-plugins-core": {
5856
- "version": "12.2.0",
5857
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
5858
- "integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
5856
+ "version": "12.2.1",
5857
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz",
5858
+ "integrity": "sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==",
5859
5859
  "license": "BSD-3-Clause",
5860
5860
  "dependencies": {
5861
5861
  "@inquirer/confirm": "^3.1.22",
5862
5862
  "@inquirer/password": "^2.2.0",
5863
- "@oclif/core": "^4.2.4",
5863
+ "@oclif/core": "^4.2.10",
5864
5864
  "@oclif/table": "^0.4.6",
5865
- "@salesforce/core": "^8.5.1",
5865
+ "@salesforce/core": "^8.8.5",
5866
5866
  "@salesforce/kit": "^3.2.3",
5867
5867
  "@salesforce/ts-types": "^2.0.12",
5868
5868
  "ansis": "^3.3.2",
@@ -5874,9 +5874,9 @@
5874
5874
  }
5875
5875
  },
5876
5876
  "node_modules/@salesforce/source-deploy-retrieve": {
5877
- "version": "12.16.6",
5878
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.6.tgz",
5879
- "integrity": "sha512-k0DHARp4dKUjn5JVSBF6YYfpBNU3jooRblXIoRN074gIeJs8mUcK4y5lL7Eck9FW0CPjbgWq7+5StvYQxFIODw==",
5877
+ "version": "12.16.9",
5878
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.9.tgz",
5879
+ "integrity": "sha512-1Ms7ULjaSnzJ+KJu7jFmEaYN4krLXFUvZQfB1UuUoCvcnNrMuP5zj7TqyfnsVN8CiTlIn3Xap9vT2yYC3CE2uw==",
5880
5880
  "license": "BSD-3-Clause",
5881
5881
  "dependencies": {
5882
5882
  "@salesforce/core": "^8.8.5",
@@ -5893,7 +5893,7 @@
5893
5893
  "mime": "2.6.0",
5894
5894
  "minimatch": "^9.0.5",
5895
5895
  "proxy-agent": "^6.4.0",
5896
- "yaml": "^2.6.1"
5896
+ "yaml": "^2.7.0"
5897
5897
  },
5898
5898
  "engines": {
5899
5899
  "node": ">=18.0.0"
@@ -6013,17 +6013,17 @@
6013
6013
  }
6014
6014
  },
6015
6015
  "node_modules/@salesforce/source-tracking": {
6016
- "version": "7.3.17",
6017
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.17.tgz",
6018
- "integrity": "sha512-KWlOWS6QvZtDlxfQio8Ym+jwemtRNgfvxC84/c4xtX4eEfGh2zkbHLTTXHRaEDVKc9u3xEt19NeUAHhSvCA+Qw==",
6016
+ "version": "7.3.19",
6017
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.19.tgz",
6018
+ "integrity": "sha512-Q7d8lRCemF87c+zjzjhn0d/Nbc75/8jyeQKodRp1iRrOV3C4ZGNZ73jaMlocRaAZu/RosUjMUWdgbG84z4kswg==",
6019
6019
  "license": "BSD-3-Clause",
6020
6020
  "dependencies": {
6021
6021
  "@oclif/core": "^4.2.9",
6022
6022
  "@salesforce/core": "^8.8.5",
6023
6023
  "@salesforce/kit": "^3.2.3",
6024
- "@salesforce/source-deploy-retrieve": "^12.16.6",
6024
+ "@salesforce/source-deploy-retrieve": "^12.16.9",
6025
6025
  "@salesforce/ts-types": "^2.0.12",
6026
- "fast-xml-parser": "^4.5.1",
6026
+ "fast-xml-parser": "^4.5.3",
6027
6027
  "graceful-fs": "^4.2.11",
6028
6028
  "isomorphic-git": "^1.27.2",
6029
6029
  "ts-retry-promise": "^0.8.1"
package/oclif.lock CHANGED
@@ -1651,7 +1651,7 @@
1651
1651
  proc-log "^5.0.0"
1652
1652
  which "^5.0.0"
1653
1653
 
1654
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.7", "@oclif/core@^4.2.8", "@oclif/core@^4.2.9", "@oclif/core@4.2.10":
1654
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.3", "@oclif/core@^4.2.7", "@oclif/core@^4.2.8", "@oclif/core@^4.2.9", "@oclif/core@4.2.10":
1655
1655
  version "4.2.10"
1656
1656
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz"
1657
1657
  integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
@@ -1675,10 +1675,10 @@
1675
1675
  wordwrap "^1.0.0"
1676
1676
  wrap-ansi "^7.0.0"
1677
1677
 
1678
- "@oclif/multi-stage-output@^0.8.11", "@oclif/multi-stage-output@^0.8.9":
1679
- version "0.8.11"
1680
- resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.11.tgz"
1681
- integrity sha512-BFHqxqgG25EBh+mvqyg9SkDpsDI4bVp7TQwUOKhj8pP2ue+W5y54NxvC9tLTh9FeqZud+j0RVD03XuBgeSW27g==
1678
+ "@oclif/multi-stage-output@^0.8.11", "@oclif/multi-stage-output@^0.8.12", "@oclif/multi-stage-output@^0.8.9":
1679
+ version "0.8.12"
1680
+ resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz"
1681
+ integrity sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==
1682
1682
  dependencies:
1683
1683
  "@oclif/core" "^4"
1684
1684
  "@types/react" "^18.3.12"
@@ -2151,10 +2151,10 @@
2151
2151
  debug "^4.4.0"
2152
2152
  handlebars "^4.7.8"
2153
2153
 
2154
- "@salesforce/plugin-data@4.0.20":
2155
- version "4.0.20"
2156
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.20.tgz"
2157
- integrity sha512-qc4BJBzDwaxzky1A9qGkB1T6ACoDmKPAKYwepYGlUFvoWVcLifOoaNo8N/Ph85A72yEvZshc9z7cO1GesaqbdQ==
2154
+ "@salesforce/plugin-data@4.0.21":
2155
+ version "4.0.21"
2156
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.21.tgz"
2157
+ integrity sha512-7eaB9Ws0SWBDd1GnbdGTWDAu82qt+HParMwOpz7wn2viyyJSB4kJlQyFhC2nobDrxqXDmcxu4r6v0qE2H0dpsQ==
2158
2158
  dependencies:
2159
2159
  "@jsforce/jsforce-node" "^3.6.6"
2160
2160
  "@oclif/multi-stage-output" "^0.8.11"
@@ -2169,20 +2169,20 @@
2169
2169
  form-data "^4.0.2"
2170
2170
  terminal-link "^3.0.0"
2171
2171
 
2172
- "@salesforce/plugin-deploy-retrieve@3.20.10":
2173
- version "3.20.10"
2174
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.10.tgz"
2175
- integrity sha512-qQiBmo+Md4tUc8SBg1DoelyaQT2FGVe1r5ehWfU/oBJ7q23Shj8kG7fcPqLpCffdP1LuFlkpRzGTDsAKqEU+Gg==
2172
+ "@salesforce/plugin-deploy-retrieve@3.20.11":
2173
+ version "3.20.11"
2174
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.20.11.tgz"
2175
+ integrity sha512-V1ZRsvnqIVYs/En55Pk/rqPhg4aIrvRQ6DcNeJ8AtNVd2d4/T9Mj73aV+q2oNHeywWDxJM7CcsqdSF63Fch8iQ==
2176
2176
  dependencies:
2177
2177
  "@oclif/core" "^4.2.10"
2178
- "@oclif/multi-stage-output" "^0.8.11"
2178
+ "@oclif/multi-stage-output" "^0.8.12"
2179
2179
  "@salesforce/apex-node" "^8.1.19"
2180
2180
  "@salesforce/core" "^8.8.5"
2181
2181
  "@salesforce/kit" "^3.2.3"
2182
2182
  "@salesforce/plugin-info" "^3.4.47"
2183
- "@salesforce/sf-plugins-core" "^12.2.0"
2184
- "@salesforce/source-deploy-retrieve" "^12.16.6"
2185
- "@salesforce/source-tracking" "^7.3.17"
2183
+ "@salesforce/sf-plugins-core" "^12.2.1"
2184
+ "@salesforce/source-deploy-retrieve" "12.16.9"
2185
+ "@salesforce/source-tracking" "^7.3.19"
2186
2186
  "@salesforce/ts-types" "^2.0.12"
2187
2187
  ansis "^3.17.0"
2188
2188
  terminal-link "^3.0.0"
@@ -2394,26 +2394,26 @@
2394
2394
  string-width "^7.2.0"
2395
2395
  terminal-link "^3.0.0"
2396
2396
 
2397
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.4", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@12.2.0":
2398
- version "12.2.0"
2399
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz"
2400
- integrity sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==
2397
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.4", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@12.2.1":
2398
+ version "12.2.1"
2399
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz"
2400
+ integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
2401
2401
  dependencies:
2402
2402
  "@inquirer/confirm" "^3.1.22"
2403
2403
  "@inquirer/password" "^2.2.0"
2404
- "@oclif/core" "^4.2.4"
2404
+ "@oclif/core" "^4.2.10"
2405
2405
  "@oclif/table" "^0.4.6"
2406
- "@salesforce/core" "^8.5.1"
2406
+ "@salesforce/core" "^8.8.5"
2407
2407
  "@salesforce/kit" "^3.2.3"
2408
2408
  "@salesforce/ts-types" "^2.0.12"
2409
2409
  ansis "^3.3.2"
2410
2410
  cli-progress "^3.12.0"
2411
2411
  terminal-link "^3.0.0"
2412
2412
 
2413
- "@salesforce/source-deploy-retrieve@^12.16.4", "@salesforce/source-deploy-retrieve@^12.16.6", "@salesforce/source-deploy-retrieve@^12.8.0":
2414
- version "12.16.6"
2415
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.6.tgz"
2416
- integrity sha512-k0DHARp4dKUjn5JVSBF6YYfpBNU3jooRblXIoRN074gIeJs8mUcK4y5lL7Eck9FW0CPjbgWq7+5StvYQxFIODw==
2413
+ "@salesforce/source-deploy-retrieve@^12.16.4", "@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.8.0", "@salesforce/source-deploy-retrieve@12.16.9":
2414
+ version "12.16.9"
2415
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.9.tgz"
2416
+ integrity sha512-1Ms7ULjaSnzJ+KJu7jFmEaYN4krLXFUvZQfB1UuUoCvcnNrMuP5zj7TqyfnsVN8CiTlIn3Xap9vT2yYC3CE2uw==
2417
2417
  dependencies:
2418
2418
  "@salesforce/core" "^8.8.5"
2419
2419
  "@salesforce/kit" "^3.2.3"
@@ -2429,19 +2429,19 @@
2429
2429
  mime "2.6.0"
2430
2430
  minimatch "^9.0.5"
2431
2431
  proxy-agent "^6.4.0"
2432
- yaml "^2.6.1"
2432
+ yaml "^2.7.0"
2433
2433
 
2434
- "@salesforce/source-tracking@^7.3.17":
2435
- version "7.3.17"
2436
- resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.17.tgz"
2437
- integrity sha512-KWlOWS6QvZtDlxfQio8Ym+jwemtRNgfvxC84/c4xtX4eEfGh2zkbHLTTXHRaEDVKc9u3xEt19NeUAHhSvCA+Qw==
2434
+ "@salesforce/source-tracking@^7.3.19":
2435
+ version "7.3.19"
2436
+ resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.19.tgz"
2437
+ integrity sha512-Q7d8lRCemF87c+zjzjhn0d/Nbc75/8jyeQKodRp1iRrOV3C4ZGNZ73jaMlocRaAZu/RosUjMUWdgbG84z4kswg==
2438
2438
  dependencies:
2439
2439
  "@oclif/core" "^4.2.9"
2440
2440
  "@salesforce/core" "^8.8.5"
2441
2441
  "@salesforce/kit" "^3.2.3"
2442
- "@salesforce/source-deploy-retrieve" "^12.16.6"
2442
+ "@salesforce/source-deploy-retrieve" "^12.16.9"
2443
2443
  "@salesforce/ts-types" "^2.0.12"
2444
- fast-xml-parser "^4.5.1"
2444
+ fast-xml-parser "^4.5.3"
2445
2445
  graceful-fs "^4.2.11"
2446
2446
  isomorphic-git "^1.27.2"
2447
2447
  ts-retry-promise "^0.8.1"
@@ -5794,7 +5794,7 @@ fast-uri@^3.0.1:
5794
5794
  resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
5795
5795
  integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
5796
5796
 
5797
- fast-xml-parser@^4.5.0, fast-xml-parser@^4.5.1, fast-xml-parser@^4.5.3:
5797
+ fast-xml-parser@^4.5.0, fast-xml-parser@^4.5.3:
5798
5798
  version "4.5.3"
5799
5799
  resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz"
5800
5800
  integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
@@ -11527,7 +11527,7 @@ yallist@^5.0.0:
11527
11527
  resolved "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz"
11528
11528
  integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
11529
11529
 
11530
- yaml@^2.6.1:
11530
+ yaml@^2.7.0:
11531
11531
  version "2.7.0"
11532
11532
  resolved "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz"
11533
11533
  integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
@@ -4403,5 +4403,5 @@
4403
4403
  ]
4404
4404
  }
4405
4405
  },
4406
- "version": "2.81.7"
4406
+ "version": "2.81.8"
4407
4407
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.81.7",
4
+ "version": "2.81.8",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -159,8 +159,8 @@
159
159
  "@salesforce/plugin-apex": "3.6.9",
160
160
  "@salesforce/plugin-api": "1.3.3",
161
161
  "@salesforce/plugin-auth": "3.6.106",
162
- "@salesforce/plugin-data": "4.0.20",
163
- "@salesforce/plugin-deploy-retrieve": "3.20.10",
162
+ "@salesforce/plugin-data": "4.0.21",
163
+ "@salesforce/plugin-deploy-retrieve": "3.20.11",
164
164
  "@salesforce/plugin-info": "3.4.48",
165
165
  "@salesforce/plugin-limits": "3.3.49",
166
166
  "@salesforce/plugin-marketplace": "1.3.7",
@@ -173,7 +173,7 @@
173
173
  "@salesforce/plugin-templates": "56.3.41",
174
174
  "@salesforce/plugin-trust": "3.7.73",
175
175
  "@salesforce/plugin-user": "3.6.13",
176
- "@salesforce/sf-plugins-core": "12.2.0",
176
+ "@salesforce/sf-plugins-core": "12.2.1",
177
177
  "ansis": "^3.12.0"
178
178
  },
179
179
  "pinnedDependencies": [