@salesforce/cli 2.36.2 → 2.36.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 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.36.2 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.36.4 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1135,7 +1135,7 @@ EXAMPLES
1135
1135
  TracedEntityId=01p17000000R6bLAAS"
1136
1136
  ```
1137
1137
 
1138
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/create/record.ts)_
1138
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/create/record.ts)_
1139
1139
 
1140
1140
  ## `sf data delete bulk`
1141
1141
 
@@ -1182,7 +1182,7 @@ EXAMPLES
1182
1182
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1183
1183
  ```
1184
1184
 
1185
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/bulk.ts)_
1185
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/delete/bulk.ts)_
1186
1186
 
1187
1187
  ## `sf data delete record`
1188
1188
 
@@ -1243,7 +1243,7 @@ EXAMPLES
1243
1243
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1244
1244
  ```
1245
1245
 
1246
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/record.ts)_
1246
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/delete/record.ts)_
1247
1247
 
1248
1248
  ## `sf data delete resume`
1249
1249
 
@@ -1256,7 +1256,8 @@ USAGE
1256
1256
 
1257
1257
  FLAGS
1258
1258
  -i, --job-id=<value> ID of the job you want to resume.
1259
- -o, --target-org=<value>
1259
+ -o, --target-org=<value> Username or alias of the target org. Not required if the "target-org" configuration
1260
+ variable is already set.
1260
1261
  --api-version=<value> Override the api version used for api requests made by this command
1261
1262
  --use-most-recent Use the ID of the most recently-run bulk job.
1262
1263
  --wait=<value> [default: 0 minutes] Number of minutes to wait for the command to complete before
@@ -1281,7 +1282,7 @@ EXAMPLES
1281
1282
  $ sf data delete resume --use-most-recent --target-org my-scratch
1282
1283
  ```
1283
1284
 
1284
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/resume.ts)_
1285
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/delete/resume.ts)_
1285
1286
 
1286
1287
  ## `sf data export beta tree`
1287
1288
 
@@ -1339,7 +1340,7 @@ EXAMPLES
1339
1340
  my-scratch
1340
1341
  ```
1341
1342
 
1342
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/beta/tree.ts)_
1343
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/export/beta/tree.ts)_
1343
1344
 
1344
1345
  ## `sf data export tree`
1345
1346
 
@@ -1399,7 +1400,7 @@ EXAMPLES
1399
1400
  my-scratch
1400
1401
  ```
1401
1402
 
1402
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/tree.ts)_
1403
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/export/tree.ts)_
1403
1404
 
1404
1405
  ## `sf data get record`
1405
1406
 
@@ -1463,7 +1464,7 @@ EXAMPLES
1463
1464
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1464
1465
  ```
1465
1466
 
1466
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/get/record.ts)_
1467
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/get/record.ts)_
1467
1468
 
1468
1469
  ## `sf data import beta tree`
1469
1470
 
@@ -1506,7 +1507,7 @@ EXAMPLES
1506
1507
  $ sf data import beta tree --plan Account-Contact-plan.json
1507
1508
  ```
1508
1509
 
1509
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/beta/tree.ts)_
1510
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/import/beta/tree.ts)_
1510
1511
 
1511
1512
  ## `sf data import tree`
1512
1513
 
@@ -1556,7 +1557,7 @@ EXAMPLES
1556
1557
  $ sf data import tree --plan Account-Contact-plan.json
1557
1558
  ```
1558
1559
 
1559
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/tree.ts)_
1560
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/import/tree.ts)_
1560
1561
 
1561
1562
  ## `sf data query`
1562
1563
 
@@ -1620,7 +1621,7 @@ EXAMPLES
1620
1621
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1621
1622
  ```
1622
1623
 
1623
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query.ts)_
1624
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/query.ts)_
1624
1625
 
1625
1626
  ## `sf data query resume`
1626
1627
 
@@ -1633,7 +1634,8 @@ USAGE
1633
1634
 
1634
1635
  FLAGS
1635
1636
  -i, --bulk-query-id=<value> Job ID of the bulk query.
1636
- -o, --target-org=<value>
1637
+ -o, --target-org=<value> Username or alias of the target org. Not required if the "target-org" configuration
1638
+ variable is already set.
1637
1639
  -r, --result-format=<option> [default: human] Format to display the results; the --json flag overrides this flag.
1638
1640
  <options: human|csv|json>
1639
1641
  --api-version=<value> Override the api version used for api requests made by this command
@@ -1657,7 +1659,7 @@ EXAMPLES
1657
1659
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1658
1660
  ```
1659
1661
 
1660
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query/resume.ts)_
1662
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/query/resume.ts)_
1661
1663
 
1662
1664
  ## `sf data resume`
1663
1665
 
@@ -1694,7 +1696,7 @@ EXAMPLES
1694
1696
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1695
1697
  ```
1696
1698
 
1697
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/resume.ts)_
1699
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/resume.ts)_
1698
1700
 
1699
1701
  ## `sf data update record`
1700
1702
 
@@ -1756,7 +1758,7 @@ EXAMPLES
1756
1758
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1757
1759
  ```
1758
1760
 
1759
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/update/record.ts)_
1761
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/update/record.ts)_
1760
1762
 
1761
1763
  ## `sf data upsert bulk`
1762
1764
 
@@ -1809,7 +1811,7 @@ EXAMPLES
1809
1811
  my-scratch
1810
1812
  ```
1811
1813
 
1812
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/bulk.ts)_
1814
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/upsert/bulk.ts)_
1813
1815
 
1814
1816
  ## `sf data upsert resume`
1815
1817
 
@@ -1822,7 +1824,8 @@ USAGE
1822
1824
 
1823
1825
  FLAGS
1824
1826
  -i, --job-id=<value> ID of the job you want to resume.
1825
- -o, --target-org=<value>
1827
+ -o, --target-org=<value> Username or alias of the target org. Not required if the "target-org" configuration
1828
+ variable is already set.
1826
1829
  --api-version=<value> Override the api version used for api requests made by this command
1827
1830
  --use-most-recent Use the ID of the most recently-run bulk job.
1828
1831
  --wait=<value> [default: 0 minutes] Number of minutes to wait for the command to complete before
@@ -1847,7 +1850,7 @@ EXAMPLES
1847
1850
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1848
1851
  ```
1849
1852
 
1850
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/resume.ts)_
1853
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/data/upsert/resume.ts)_
1851
1854
 
1852
1855
  ## `sf doctor`
1853
1856
 
@@ -1942,7 +1945,7 @@ EXAMPLES
1942
1945
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1943
1946
  ```
1944
1947
 
1945
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/delete.ts)_
1948
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/force/data/bulk/delete.ts)_
1946
1949
 
1947
1950
  ## `sf force data bulk status`
1948
1951
 
@@ -1979,7 +1982,7 @@ EXAMPLES
1979
1982
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1980
1983
  ```
1981
1984
 
1982
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/status.ts)_
1985
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/force/data/bulk/status.ts)_
1983
1986
 
1984
1987
  ## `sf force data bulk upsert`
1985
1988
 
@@ -2037,7 +2040,7 @@ EXAMPLES
2037
2040
  --target-org my-scratch
2038
2041
  ```
2039
2042
 
2040
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/upsert.ts)_
2043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.3/src/commands/force/data/bulk/upsert.ts)_
2041
2044
 
2042
2045
  ## `sf help [COMMAND]`
2043
2046
 
@@ -3246,7 +3249,7 @@ EXAMPLES
3246
3249
  $ sf org list auth
3247
3250
  ```
3248
3251
 
3249
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.0/src/commands/org/list/auth.ts)_
3252
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/list/auth.ts)_
3250
3253
 
3251
3254
  ## `sf org list limits`
3252
3255
 
@@ -3546,7 +3549,7 @@ FLAG DESCRIPTIONS
3546
3549
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3547
3550
  ```
3548
3551
 
3549
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.0/src/commands/org/login/access-token.ts)_
3552
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/login/access-token.ts)_
3550
3553
 
3551
3554
  ## `sf org login device`
3552
3555
 
@@ -3606,7 +3609,7 @@ FLAG DESCRIPTIONS
3606
3609
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3607
3610
  ```
3608
3611
 
3609
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.0/src/commands/org/login/device.ts)_
3612
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/login/device.ts)_
3610
3613
 
3611
3614
  ## `sf org login jwt`
3612
3615
 
@@ -3697,7 +3700,7 @@ FLAG DESCRIPTIONS
3697
3700
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3698
3701
  ```
3699
3702
 
3700
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.0/src/commands/org/login/jwt.ts)_
3703
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/login/jwt.ts)_
3701
3704
 
3702
3705
  ## `sf org login sfdx-url`
3703
3706
 
@@ -3763,7 +3766,7 @@ EXAMPLES
3763
3766
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3764
3767
  ```
3765
3768
 
3766
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.0/src/commands/org/login/sfdx-url.ts)_
3769
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/login/sfdx-url.ts)_
3767
3770
 
3768
3771
  ## `sf org login web`
3769
3772
 
@@ -3850,7 +3853,7 @@ FLAG DESCRIPTIONS
3850
3853
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3851
3854
  ```
3852
3855
 
3853
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.0/src/commands/org/login/web.ts)_
3856
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/login/web.ts)_
3854
3857
 
3855
3858
  ## `sf org logout`
3856
3859
 
@@ -3911,7 +3914,7 @@ FLAG DESCRIPTIONS
3911
3914
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3912
3915
  ```
3913
3916
 
3914
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.0/src/commands/org/logout.ts)_
3917
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/logout.ts)_
3915
3918
 
3916
3919
  ## `sf org open`
3917
3920
 
@@ -5387,7 +5390,7 @@ EXAMPLES
5387
5390
  $ sf plugins
5388
5391
  ```
5389
5392
 
5390
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/index.ts)_
5393
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.2/src/commands/plugins/index.ts)_
5391
5394
 
5392
5395
  ## `sf plugins discover`
5393
5396
 
@@ -5432,7 +5435,7 @@ EXAMPLES
5432
5435
  $ sf plugins inspect @salesforce/plugin-packaging
5433
5436
  ```
5434
5437
 
5435
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/inspect.ts)_
5438
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.2/src/commands/plugins/inspect.ts)_
5436
5439
 
5437
5440
  ## `sf plugins install PLUGIN`
5438
5441
 
@@ -5481,7 +5484,7 @@ EXAMPLES
5481
5484
  $ sf plugins install someuser/someplugin
5482
5485
  ```
5483
5486
 
5484
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/install.ts)_
5487
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.2/src/commands/plugins/install.ts)_
5485
5488
 
5486
5489
  ## `sf plugins link PATH`
5487
5490
 
@@ -5511,7 +5514,7 @@ EXAMPLES
5511
5514
  $ sf plugins link @salesforce/plugin-packaging
5512
5515
  ```
5513
5516
 
5514
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/link.ts)_
5517
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.2/src/commands/plugins/link.ts)_
5515
5518
 
5516
5519
  ## `sf plugins reset`
5517
5520
 
@@ -5526,7 +5529,7 @@ FLAGS
5526
5529
  --reinstall Reinstall all plugins after uninstalling.
5527
5530
  ```
5528
5531
 
5529
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/reset.ts)_
5532
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.2/src/commands/plugins/reset.ts)_
5530
5533
 
5531
5534
  ## `sf plugins trust verify`
5532
5535
 
@@ -5555,7 +5558,7 @@ EXAMPLES
5555
5558
  $ sf plugins trust verify --npm @scope/npmName
5556
5559
  ```
5557
5560
 
5558
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.5.0/src/commands/plugins/trust/verify.ts)_
5561
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.5.1/src/commands/plugins/trust/verify.ts)_
5559
5562
 
5560
5563
  ## `sf plugins uninstall [PLUGIN]`
5561
5564
 
@@ -5583,7 +5586,7 @@ EXAMPLES
5583
5586
  $ sf plugins uninstall @salesforce/plugin-packaging
5584
5587
  ```
5585
5588
 
5586
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/uninstall.ts)_
5589
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.2/src/commands/plugins/uninstall.ts)_
5587
5590
 
5588
5591
  ## `sf plugins update`
5589
5592
 
@@ -5601,7 +5604,7 @@ DESCRIPTION
5601
5604
  Update installed plugins.
5602
5605
  ```
5603
5606
 
5604
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/update.ts)_
5607
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.2/src/commands/plugins/update.ts)_
5605
5608
 
5606
5609
  ## `sf project convert mdapi`
5607
5610
 
@@ -5664,7 +5667,7 @@ FLAG DESCRIPTIONS
5664
5667
  If you specify this parameter, don’t specify --metadata or --source-dir.
5665
5668
  ```
5666
5669
 
5667
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/convert/mdapi.ts)_
5670
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/convert/mdapi.ts)_
5668
5671
 
5669
5672
  ## `sf project convert source`
5670
5673
 
@@ -5676,7 +5679,7 @@ USAGE
5676
5679
  [-p <value> | -x <value> | -m <value>]
5677
5680
 
5678
5681
  FLAGS
5679
- -d, --output-dir=<value> [default: metadataPackage_1711729660448] Output directory to store the Metadata
5682
+ -d, --output-dir=<value> [default: metadataPackage_1711777656766] Output directory to store the Metadata
5680
5683
  API–formatted files in.
5681
5684
  -m, --metadata=<value>... Metadata component names to convert.
5682
5685
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5737,7 +5740,7 @@ FLAG DESCRIPTIONS
5737
5740
  Override the api version used for api requests made by this command
5738
5741
  ```
5739
5742
 
5740
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/convert/source.ts)_
5743
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/convert/source.ts)_
5741
5744
 
5742
5745
  ## `sf project delete source`
5743
5746
 
@@ -5877,7 +5880,7 @@ FLAG DESCRIPTIONS
5877
5880
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5878
5881
  ```
5879
5882
 
5880
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/delete/source.ts)_
5883
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/delete/source.ts)_
5881
5884
 
5882
5885
  ## `sf project delete tracking`
5883
5886
 
@@ -5914,7 +5917,7 @@ EXAMPLES
5914
5917
  $ sf project delete tracking --target-org my-scratch
5915
5918
  ```
5916
5919
 
5917
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/delete/tracking.ts)_
5920
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/delete/tracking.ts)_
5918
5921
 
5919
5922
  ## `sf project deploy cancel`
5920
5923
 
@@ -5990,7 +5993,7 @@ FLAG DESCRIPTIONS
5990
5993
  project deploy report".
5991
5994
  ```
5992
5995
 
5993
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/cancel.ts)_
5996
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/deploy/cancel.ts)_
5994
5997
 
5995
5998
  ## `sf project deploy preview`
5996
5999
 
@@ -6076,7 +6079,7 @@ FLAG DESCRIPTIONS
6076
6079
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6077
6080
  ```
6078
6081
 
6079
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/preview.ts)_
6082
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/deploy/preview.ts)_
6080
6083
 
6081
6084
  ## `sf project deploy quick`
6082
6085
 
@@ -6173,7 +6176,7 @@ ERROR CODES
6173
6176
  Canceling (69) The deploy is being canceled.
6174
6177
  ```
6175
6178
 
6176
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/quick.ts)_
6179
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/deploy/quick.ts)_
6177
6180
 
6178
6181
  ## `sf project deploy report`
6179
6182
 
@@ -6269,7 +6272,7 @@ FLAG DESCRIPTIONS
6269
6272
  --coverage-formatters lcov --coverage-formatters clover
6270
6273
  ```
6271
6274
 
6272
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/report.ts)_
6275
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/deploy/report.ts)_
6273
6276
 
6274
6277
  ## `sf project deploy resume`
6275
6278
 
@@ -6366,7 +6369,7 @@ ERROR CODES
6366
6369
  Canceling (69) The deploy is being canceled.
6367
6370
  ```
6368
6371
 
6369
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/resume.ts)_
6372
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/deploy/resume.ts)_
6370
6373
 
6371
6374
  ## `sf project deploy start`
6372
6375
 
@@ -6604,7 +6607,7 @@ ERROR CODES
6604
6607
  Canceling (69) The deploy is being canceled.
6605
6608
  ```
6606
6609
 
6607
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/start.ts)_
6610
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/deploy/start.ts)_
6608
6611
 
6609
6612
  ## `sf project deploy validate`
6610
6613
 
@@ -6796,7 +6799,7 @@ ERROR CODES
6796
6799
  Canceling (69) The deploy is being canceled.
6797
6800
  ```
6798
6801
 
6799
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/deploy/validate.ts)_
6802
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/deploy/validate.ts)_
6800
6803
 
6801
6804
  ## `sf project generate`
6802
6805
 
@@ -6977,7 +6980,7 @@ EXAMPLES
6977
6980
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6978
6981
  ```
6979
6982
 
6980
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/generate/manifest.ts)_
6983
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/generate/manifest.ts)_
6981
6984
 
6982
6985
  ## `sf project list ignored`
6983
6986
 
@@ -7019,7 +7022,7 @@ EXAMPLES
7019
7022
  $ sf project list ignored --source-dir package.xml
7020
7023
  ```
7021
7024
 
7022
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/list/ignored.ts)_
7025
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/list/ignored.ts)_
7023
7026
 
7024
7027
  ## `sf project reset tracking`
7025
7028
 
@@ -7068,7 +7071,7 @@ EXAMPLES
7068
7071
  $ sf project reset tracking --revision 30
7069
7072
  ```
7070
7073
 
7071
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/reset/tracking.ts)_
7074
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/reset/tracking.ts)_
7072
7075
 
7073
7076
  ## `sf project retrieve preview`
7074
7077
 
@@ -7125,7 +7128,7 @@ FLAG DESCRIPTIONS
7125
7128
  Overrides your default org.
7126
7129
  ```
7127
7130
 
7128
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/retrieve/preview.ts)_
7131
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/retrieve/preview.ts)_
7129
7132
 
7130
7133
  ## `sf project retrieve start`
7131
7134
 
@@ -7284,7 +7287,7 @@ ENVIRONMENT VARIABLES
7284
7287
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7285
7288
  ```
7286
7289
 
7287
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/src/commands/project/retrieve/start.ts)_
7290
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.2/src/commands/project/retrieve/start.ts)_
7288
7291
 
7289
7292
  ## `sf schema generate field`
7290
7293
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.36.2",
3
+ "version": "2.36.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.36.2",
9
+ "version": "2.36.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -16,7 +16,7 @@
16
16
  "@oclif/plugin-commands": "3.2.2",
17
17
  "@oclif/plugin-help": "6.0.20",
18
18
  "@oclif/plugin-not-found": "3.1.1",
19
- "@oclif/plugin-plugins": "5.0.1",
19
+ "@oclif/plugin-plugins": "5.0.2",
20
20
  "@oclif/plugin-search": "1.0.20",
21
21
  "@oclif/plugin-update": "4.2.2",
22
22
  "@oclif/plugin-version": "2.0.16",
@@ -24,9 +24,9 @@
24
24
  "@oclif/plugin-which": "3.1.7",
25
25
  "@salesforce/core": "^6.1.4",
26
26
  "@salesforce/plugin-apex": "3.1.0",
27
- "@salesforce/plugin-auth": "3.5.0",
28
- "@salesforce/plugin-data": "3.2.2",
29
- "@salesforce/plugin-deploy-retrieve": "3.5.0",
27
+ "@salesforce/plugin-auth": "3.5.1",
28
+ "@salesforce/plugin-data": "3.2.3",
29
+ "@salesforce/plugin-deploy-retrieve": "3.5.2",
30
30
  "@salesforce/plugin-info": "3.1.0",
31
31
  "@salesforce/plugin-limits": "3.2.0",
32
32
  "@salesforce/plugin-marketplace": "1.1.0",
@@ -35,10 +35,10 @@
35
35
  "@salesforce/plugin-schema": "3.2.0",
36
36
  "@salesforce/plugin-settings": "2.1.0",
37
37
  "@salesforce/plugin-sobject": "1.2.0",
38
- "@salesforce/plugin-source": "3.2.0",
38
+ "@salesforce/plugin-source": "3.2.2",
39
39
  "@salesforce/plugin-telemetry": "3.1.17",
40
40
  "@salesforce/plugin-templates": "56.1.0",
41
- "@salesforce/plugin-trust": "3.5.0",
41
+ "@salesforce/plugin-trust": "3.5.1",
42
42
  "@salesforce/plugin-user": "3.4.0",
43
43
  "@salesforce/sf-plugins-core": "8.0.2",
44
44
  "chalk": "^5.3.0",
@@ -3744,12 +3744,12 @@
3744
3744
  }
3745
3745
  },
3746
3746
  "node_modules/@oclif/plugin-plugins": {
3747
- "version": "5.0.1",
3748
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.1.tgz",
3749
- "integrity": "sha512-IrZG5NQcj1IZVweRzciqy12kU4ImInN4ZypaC2hVLC58bBUcx187Dehvx38caYtNMykljU5vjkQKJPXyNKXlzQ==",
3747
+ "version": "5.0.2",
3748
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.2.tgz",
3749
+ "integrity": "sha512-m9b7M4rG2YRcz6viI2EYp7t1ABsIOqhB3pvfhts0hUVvWRl7ZKUh/GaZDSL7Q6aWhtrN4KuSC/6C9tGoSS03mQ==",
3750
3750
  "license": "MIT",
3751
3751
  "dependencies": {
3752
- "@oclif/core": "^3.25.2",
3752
+ "@oclif/core": "^3.26.0",
3753
3753
  "chalk": "^5.3.0",
3754
3754
  "debug": "^4.3.4",
3755
3755
  "npm": "10.2.4",
@@ -7327,9 +7327,9 @@
7327
7327
  }
7328
7328
  },
7329
7329
  "node_modules/@salesforce/apex-node": {
7330
- "version": "3.1.0",
7331
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.1.0.tgz",
7332
- "integrity": "sha512-bx48c7X7BK/7uksh3iXFY8gk8+W4w+ih44zf/cz9sn+/eQhZ6cWvcsOjulb6cbGVJPcJUMgbMKchAJAK6w1Yhw==",
7330
+ "version": "4.0.2",
7331
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-4.0.2.tgz",
7332
+ "integrity": "sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==",
7333
7333
  "license": "BSD-3-Clause",
7334
7334
  "dependencies": {
7335
7335
  "@salesforce/core": "^6.5.1",
@@ -7636,6 +7636,26 @@
7636
7636
  "node": ">=18.0.0"
7637
7637
  }
7638
7638
  },
7639
+ "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/apex-node": {
7640
+ "version": "3.1.0",
7641
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-3.1.0.tgz",
7642
+ "integrity": "sha512-bx48c7X7BK/7uksh3iXFY8gk8+W4w+ih44zf/cz9sn+/eQhZ6cWvcsOjulb6cbGVJPcJUMgbMKchAJAK6w1Yhw==",
7643
+ "license": "BSD-3-Clause",
7644
+ "dependencies": {
7645
+ "@salesforce/core": "^6.5.1",
7646
+ "@salesforce/kit": "^3.0.15",
7647
+ "@types/istanbul-reports": "^3.0.4",
7648
+ "faye": "1.4.0",
7649
+ "glob": "^10.3.10",
7650
+ "istanbul-lib-coverage": "^3.2.2",
7651
+ "istanbul-lib-report": "^3.0.1",
7652
+ "istanbul-reports": "^3.1.6",
7653
+ "jsforce": "^2.0.0-beta.29"
7654
+ },
7655
+ "engines": {
7656
+ "node": ">=18.18.2"
7657
+ }
7658
+ },
7639
7659
  "node_modules/@salesforce/plugin-apex/node_modules/color-name": {
7640
7660
  "version": "2.0.0",
7641
7661
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
@@ -7646,16 +7666,16 @@
7646
7666
  }
7647
7667
  },
7648
7668
  "node_modules/@salesforce/plugin-auth": {
7649
- "version": "3.5.0",
7650
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.0.tgz",
7651
- "integrity": "sha512-0EIzAH8R6wait2Jsx9uYwq6R79757O1jKPcimiFGuc5ekQfBTFj3lqjO2NQFsvFNPxyJdHHTBDmf5U5ofCjuyg==",
7669
+ "version": "3.5.1",
7670
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.1.tgz",
7671
+ "integrity": "sha512-etOdTC/xY8N9zMY8pAlHFJ1Hg4puNdOmcDirZjyCpiz8JtdMliCGcYt4TddtyFfgne50Q0Q4b5kQlDHBjvBIiw==",
7652
7672
  "license": "BSD-3-Clause",
7653
7673
  "dependencies": {
7654
7674
  "@inquirer/checkbox": "^1.5.2",
7655
7675
  "@inquirer/select": "^1.3.3",
7656
7676
  "@oclif/core": "^3.25.2",
7657
7677
  "@salesforce/core": "^6.7.3",
7658
- "@salesforce/kit": "^3.0.15",
7678
+ "@salesforce/kit": "^3.1.0",
7659
7679
  "@salesforce/sf-plugins-core": "^8.0.1",
7660
7680
  "@salesforce/ts-types": "^2.0.9",
7661
7681
  "chalk": "^5.3.0",
@@ -7722,9 +7742,9 @@
7722
7742
  }
7723
7743
  },
7724
7744
  "node_modules/@salesforce/plugin-data": {
7725
- "version": "3.2.2",
7726
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.2.tgz",
7727
- "integrity": "sha512-QfWS0yETQ8FQ0Y3Quyp3dNBPl8Tu4KdB68IbRS0BuqTWO+ub/nK1QrIDgl/uoJQ85IsaPLgD4FTNS6TCSDe2QQ==",
7745
+ "version": "3.2.3",
7746
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.3.tgz",
7747
+ "integrity": "sha512-o16Xx+EiZY0nHUrB9fDlR64FfcKSb8zlVu2iBfxsdlvT4CqeYxcf/bUQbP2Q+emZmz1QlqR2uKui0/+MdhypDA==",
7728
7748
  "license": "BSD-3-Clause",
7729
7749
  "dependencies": {
7730
7750
  "@jsforce/jsforce-node": "^3.0.0-next.2",
@@ -7749,9 +7769,9 @@
7749
7769
  "license": "MIT"
7750
7770
  },
7751
7771
  "node_modules/@salesforce/plugin-deploy-retrieve": {
7752
- "version": "3.5.0",
7753
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.0.tgz",
7754
- "integrity": "sha512-htitgsrZkjGqdKS8q/dd1cPmwyepbUSE/wBtse5T8L/Js8+73Gh3e+dtlmbt2HGvR/MYORfru43n8XSYB1ZyVA==",
7772
+ "version": "3.5.2",
7773
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.2.tgz",
7774
+ "integrity": "sha512-AiZpYq+J0WUKPlHccTqMy66ozKaRcBzGRlj7XrgUXscpYJMmPH16MfdjPn7m03u14Pu7BkmmHcjiq3sdaSbqZA==",
7755
7775
  "license": "BSD-3-Clause",
7756
7776
  "dependencies": {
7757
7777
  "@oclif/core": "^3.26.0",
@@ -7760,8 +7780,8 @@
7760
7780
  "@salesforce/kit": "^3.1.0",
7761
7781
  "@salesforce/plugin-info": "^3.1.0",
7762
7782
  "@salesforce/sf-plugins-core": "^8.0.2",
7763
- "@salesforce/source-deploy-retrieve": "^10.6.1",
7764
- "@salesforce/source-tracking": "^5.2.0",
7783
+ "@salesforce/source-deploy-retrieve": "^10.7.0",
7784
+ "@salesforce/source-tracking": "^5.2.1",
7765
7785
  "@salesforce/ts-types": "^2.0.9",
7766
7786
  "chalk": "^5.3.0"
7767
7787
  },
@@ -7769,26 +7789,6 @@
7769
7789
  "node": ">=18.0.0"
7770
7790
  }
7771
7791
  },
7772
- "node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/apex-node": {
7773
- "version": "4.0.2",
7774
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-4.0.2.tgz",
7775
- "integrity": "sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==",
7776
- "license": "BSD-3-Clause",
7777
- "dependencies": {
7778
- "@salesforce/core": "^6.5.1",
7779
- "@salesforce/kit": "^3.0.15",
7780
- "@types/istanbul-reports": "^3.0.4",
7781
- "faye": "1.4.0",
7782
- "glob": "^10.3.10",
7783
- "istanbul-lib-coverage": "^3.2.2",
7784
- "istanbul-lib-report": "^3.0.1",
7785
- "istanbul-reports": "^3.1.6",
7786
- "jsforce": "^2.0.0-beta.29"
7787
- },
7788
- "engines": {
7789
- "node": ">=18.18.2"
7790
- }
7791
- },
7792
7792
  "node_modules/@salesforce/plugin-info": {
7793
7793
  "version": "3.1.0",
7794
7794
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.1.0.tgz",
@@ -8194,16 +8194,16 @@
8194
8194
  }
8195
8195
  },
8196
8196
  "node_modules/@salesforce/plugin-source": {
8197
- "version": "3.2.0",
8198
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.0.tgz",
8199
- "integrity": "sha512-B6zKEAxky0aIFmt3PT8iglEqT9XThAM5RJJ9krxFHNZZZRVCwF+QcwX/y2ifdYwJ44C8fULlnUCPVxOM+U/mfQ==",
8197
+ "version": "3.2.2",
8198
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.2.tgz",
8199
+ "integrity": "sha512-6RLSqGsrb7KCIXQnwTm7U9U7WPcItHMaaydbncDXOAv+/hgA/7S0VVRGhJqmH8w2DysdnGz92Ipyam4VoQ3gCg==",
8200
8200
  "license": "BSD-3-Clause",
8201
8201
  "dependencies": {
8202
8202
  "@oclif/core": "^3.25.2",
8203
- "@salesforce/apex-node": "^3.1.0",
8203
+ "@salesforce/apex-node": "^4.0.2",
8204
8204
  "@salesforce/core": "^6.4.4",
8205
8205
  "@salesforce/kit": "^3.0.15",
8206
- "@salesforce/sf-plugins-core": "^8.0.1",
8206
+ "@salesforce/sf-plugins-core": "^8.0.2",
8207
8207
  "@salesforce/source-deploy-retrieve": "^10.5.5",
8208
8208
  "@salesforce/source-tracking": "^5.1.11",
8209
8209
  "chalk": "^5.3.0",
@@ -8266,14 +8266,14 @@
8266
8266
  }
8267
8267
  },
8268
8268
  "node_modules/@salesforce/plugin-trust": {
8269
- "version": "3.5.0",
8270
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.5.0.tgz",
8271
- "integrity": "sha512-cHvJd7Y+2QOtmcY2aH71+1Gq8wrJ4fUjheqetvbsxCiMQmtN6SdAMyBv4geDtXkO/kyyZ0BHDSf1QlQiQeybpA==",
8269
+ "version": "3.5.1",
8270
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.5.1.tgz",
8271
+ "integrity": "sha512-rz03GEc6x8RyquRRQ2n+5S8S9u1LJDOllfqbITx4BQZ6Z8LAe3d21HeTZfLcPcR49BXfoJ0rcNiiTlZOrXcC4Q==",
8272
8272
  "license": "BSD-3-Clause",
8273
8273
  "dependencies": {
8274
8274
  "@oclif/core": "^3.26.0",
8275
8275
  "@salesforce/core": "^6.5.5",
8276
- "@salesforce/sf-plugins-core": "^8.0.1",
8276
+ "@salesforce/sf-plugins-core": "^8.0.2",
8277
8277
  "got": "^13.0.0",
8278
8278
  "npm": "10.2.3",
8279
8279
  "npm-run-path": "^4.0.1",
@@ -8336,9 +8336,9 @@
8336
8336
  }
8337
8337
  },
8338
8338
  "node_modules/@salesforce/source-deploy-retrieve": {
8339
- "version": "10.6.2",
8340
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.6.2.tgz",
8341
- "integrity": "sha512-hzei+1ZofJ3Ht0lHrjQyBiwugfjTcTQcxeYoUSQW2ymSnl/QDhwBxj2DJAFepopTCSozAClS0jhq06/Ezmknqg==",
8339
+ "version": "10.7.0",
8340
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.7.0.tgz",
8341
+ "integrity": "sha512-4MI8+m0yTdxTiJFel0OesS/pMWvypGA0/Nti0PJE2h2LMkwTLAlzBZugqe2NsNAcv+64cxYLZ0pFGEdoOVlx/g==",
8342
8342
  "license": "BSD-3-Clause",
8343
8343
  "dependencies": {
8344
8344
  "@salesforce/core": "^6.7.3",
@@ -8485,15 +8485,15 @@
8485
8485
  }
8486
8486
  },
8487
8487
  "node_modules/@salesforce/source-tracking": {
8488
- "version": "5.2.1",
8489
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.2.1.tgz",
8490
- "integrity": "sha512-RnFuESSVNn4kxGbGE/a8AdKZrxt4vo7JT32NkTr7RBKokzkpczIacIDHcFGqkDLX409fZcAD4HDdvYBRpSFudw==",
8488
+ "version": "5.2.2",
8489
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.2.2.tgz",
8490
+ "integrity": "sha512-47G833qYatviGypYUu3g0+lU4ol4oyoE2PIhNeTXgzutB1dPxdiQ/qzNO3VJOWGbJI4YaWpu0T1pEpyjARV3xA==",
8491
8491
  "license": "BSD-3-Clause",
8492
8492
  "dependencies": {
8493
8493
  "@oclif/core": "^3.26.0",
8494
8494
  "@salesforce/core": "^6.7.3",
8495
8495
  "@salesforce/kit": "^3.1.0",
8496
- "@salesforce/source-deploy-retrieve": "^10.6.1",
8496
+ "@salesforce/source-deploy-retrieve": "^10.7.0",
8497
8497
  "@salesforce/ts-types": "^2.0.9",
8498
8498
  "fast-xml-parser": "^4.3.6",
8499
8499
  "graceful-fs": "^4.2.11",
@@ -8643,7 +8643,7 @@
8643
8643
  }
8644
8644
  },
8645
8645
  "node_modules/@salesforce/templates": {
8646
- "version": "60.1.0",
8646
+ "version": "60.1.1",
8647
8647
  "license": "BSD-3-Clause",
8648
8648
  "dependencies": {
8649
8649
  "@salesforce/core": "^6.1.0",
@@ -5384,5 +5384,5 @@
5384
5384
  ]
5385
5385
  }
5386
5386
  },
5387
- "version": "2.36.2"
5387
+ "version": "2.36.4"
5388
5388
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.36.2",
4
+ "version": "2.36.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -80,7 +80,7 @@
80
80
  "@salesforce/plugin-devops-center": "1.2.9",
81
81
  "@salesforce/plugin-env": "3.0.25",
82
82
  "@salesforce/plugin-functions": "1.23.0",
83
- "@salesforce/plugin-signups": "2.1.1",
83
+ "@salesforce/plugin-signups": "2.1.2",
84
84
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
85
85
  "@salesforce/sfdx-scanner": "3.23.0"
86
86
  },
@@ -143,7 +143,7 @@
143
143
  "@oclif/plugin-commands": "3.2.2",
144
144
  "@oclif/plugin-help": "6.0.20",
145
145
  "@oclif/plugin-not-found": "3.1.1",
146
- "@oclif/plugin-plugins": "5.0.1",
146
+ "@oclif/plugin-plugins": "5.0.2",
147
147
  "@oclif/plugin-search": "1.0.20",
148
148
  "@oclif/plugin-update": "4.2.2",
149
149
  "@oclif/plugin-version": "2.0.16",
@@ -151,9 +151,9 @@
151
151
  "@oclif/plugin-which": "3.1.7",
152
152
  "@salesforce/core": "^6.1.4",
153
153
  "@salesforce/plugin-apex": "3.1.0",
154
- "@salesforce/plugin-auth": "3.5.0",
155
- "@salesforce/plugin-data": "3.2.2",
156
- "@salesforce/plugin-deploy-retrieve": "3.5.0",
154
+ "@salesforce/plugin-auth": "3.5.1",
155
+ "@salesforce/plugin-data": "3.2.3",
156
+ "@salesforce/plugin-deploy-retrieve": "3.5.2",
157
157
  "@salesforce/plugin-info": "3.1.0",
158
158
  "@salesforce/plugin-limits": "3.2.0",
159
159
  "@salesforce/plugin-marketplace": "1.1.0",
@@ -162,10 +162,10 @@
162
162
  "@salesforce/plugin-schema": "3.2.0",
163
163
  "@salesforce/plugin-settings": "2.1.0",
164
164
  "@salesforce/plugin-sobject": "1.2.0",
165
- "@salesforce/plugin-source": "3.2.0",
165
+ "@salesforce/plugin-source": "3.2.2",
166
166
  "@salesforce/plugin-telemetry": "3.1.17",
167
167
  "@salesforce/plugin-templates": "56.1.0",
168
- "@salesforce/plugin-trust": "3.5.0",
168
+ "@salesforce/plugin-trust": "3.5.1",
169
169
  "@salesforce/plugin-user": "3.4.0",
170
170
  "@salesforce/sf-plugins-core": "8.0.2",
171
171
  "chalk": "^5.3.0",
@@ -205,9 +205,9 @@
205
205
  ],
206
206
  "resolutions": {
207
207
  "@salesforce/schemas": "1.6.1",
208
- "@salesforce/templates": "60.1.0",
209
- "@salesforce/source-deploy-retrieve": "10.6.2",
210
- "@salesforce/source-tracking": "5.2.1"
208
+ "@salesforce/templates": "60.1.1",
209
+ "@salesforce/source-deploy-retrieve": "10.7.0",
210
+ "@salesforce/source-tracking": "5.2.2"
211
211
  },
212
212
  "repository": "salesforcecli/cli",
213
213
  "scripts": {