@salesforce/cli 2.36.1 → 2.36.3

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.1 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.36.3 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
 
@@ -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.4.0/src/commands/project/convert/mdapi.ts)_
5670
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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_1711394913178] Output directory to store the Metadata
5682
+ -d, --output-dir=<value> [default: metadataPackage_1711729660448] 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.4.0/src/commands/project/convert/source.ts)_
5743
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/delete/source.ts)_
5883
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/delete/tracking.ts)_
5920
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/deploy/cancel.ts)_
5996
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/deploy/preview.ts)_
6082
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/deploy/quick.ts)_
6179
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/deploy/report.ts)_
6275
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/deploy/resume.ts)_
6372
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/deploy/start.ts)_
6610
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/deploy/validate.ts)_
6802
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/generate/manifest.ts)_
6983
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/list/ignored.ts)_
7025
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/reset/tracking.ts)_
7074
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/retrieve/preview.ts)_
7131
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.4.0/src/commands/project/retrieve/start.ts)_
7290
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.0/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.1",
3
+ "version": "2.36.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.36.1",
9
+ "version": "2.36.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -25,8 +25,8 @@
25
25
  "@salesforce/core": "^6.1.4",
26
26
  "@salesforce/plugin-apex": "3.1.0",
27
27
  "@salesforce/plugin-auth": "3.5.0",
28
- "@salesforce/plugin-data": "3.2.2",
29
- "@salesforce/plugin-deploy-retrieve": "3.4.0",
28
+ "@salesforce/plugin-data": "3.2.3",
29
+ "@salesforce/plugin-deploy-retrieve": "3.5.0",
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,7 +35,7 @@
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.1",
39
39
  "@salesforce/plugin-telemetry": "3.1.17",
40
40
  "@salesforce/plugin-templates": "56.1.0",
41
41
  "@salesforce/plugin-trust": "3.5.0",
@@ -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",
@@ -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,19 +7769,19 @@
7749
7769
  "license": "MIT"
7750
7770
  },
7751
7771
  "node_modules/@salesforce/plugin-deploy-retrieve": {
7752
- "version": "3.4.0",
7753
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.4.0.tgz",
7754
- "integrity": "sha512-T/o+XavkMbBDjAkovRjF9RxjMGPL1Gpio1nRz5ElCjx0NevcMeQ5BENCsgMPwfJDbetLdS6nV0+BvHwucZPsEw==",
7772
+ "version": "3.5.0",
7773
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.0.tgz",
7774
+ "integrity": "sha512-htitgsrZkjGqdKS8q/dd1cPmwyepbUSE/wBtse5T8L/Js8+73Gh3e+dtlmbt2HGvR/MYORfru43n8XSYB1ZyVA==",
7755
7775
  "license": "BSD-3-Clause",
7756
7776
  "dependencies": {
7757
7777
  "@oclif/core": "^3.26.0",
7758
- "@salesforce/apex-node": "^3.1.0",
7778
+ "@salesforce/apex-node": "^4.0.2",
7759
7779
  "@salesforce/core": "^6.7.3",
7760
- "@salesforce/kit": "^3.0.15",
7761
- "@salesforce/plugin-info": "^3.0.33",
7762
- "@salesforce/sf-plugins-core": "^8.0.0",
7763
- "@salesforce/source-deploy-retrieve": "^10.5.5",
7764
- "@salesforce/source-tracking": "^5.1.18",
7780
+ "@salesforce/kit": "^3.1.0",
7781
+ "@salesforce/plugin-info": "^3.1.0",
7782
+ "@salesforce/sf-plugins-core": "^8.0.2",
7783
+ "@salesforce/source-deploy-retrieve": "^10.6.1",
7784
+ "@salesforce/source-tracking": "^5.2.0",
7765
7785
  "@salesforce/ts-types": "^2.0.9",
7766
7786
  "chalk": "^5.3.0"
7767
7787
  },
@@ -8174,13 +8194,13 @@
8174
8194
  }
8175
8195
  },
8176
8196
  "node_modules/@salesforce/plugin-source": {
8177
- "version": "3.2.0",
8178
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.0.tgz",
8179
- "integrity": "sha512-B6zKEAxky0aIFmt3PT8iglEqT9XThAM5RJJ9krxFHNZZZRVCwF+QcwX/y2ifdYwJ44C8fULlnUCPVxOM+U/mfQ==",
8197
+ "version": "3.2.1",
8198
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.1.tgz",
8199
+ "integrity": "sha512-TzANvn3r03G8Rx1x+9wz4xjFJ0JPWa8E8tBKBqON3VlWA3mbOtG1OvHe47jalmpShcHUO7vNPYJ+lLW+DVoP2A==",
8180
8200
  "license": "BSD-3-Clause",
8181
8201
  "dependencies": {
8182
8202
  "@oclif/core": "^3.25.2",
8183
- "@salesforce/apex-node": "^3.1.0",
8203
+ "@salesforce/apex-node": "^4.0.2",
8184
8204
  "@salesforce/core": "^6.4.4",
8185
8205
  "@salesforce/kit": "^3.0.15",
8186
8206
  "@salesforce/sf-plugins-core": "^8.0.1",
@@ -8316,16 +8336,16 @@
8316
8336
  }
8317
8337
  },
8318
8338
  "node_modules/@salesforce/source-deploy-retrieve": {
8319
- "version": "10.6.1",
8320
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.6.1.tgz",
8321
- "integrity": "sha512-AdX0rlMNw88kD4jTqdW7uxl6wTd+WTESHEH5Vj8e9Fj2cC8pZj5BwDMYbU/cVFFbQoEBjqqnxwJC6ziPw83Bsw==",
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==",
8322
8342
  "license": "BSD-3-Clause",
8323
8343
  "dependencies": {
8324
8344
  "@salesforce/core": "^6.7.3",
8325
8345
  "@salesforce/kit": "^3.1.0",
8326
8346
  "@salesforce/ts-types": "^2.0.9",
8327
8347
  "fast-levenshtein": "^3.0.0",
8328
- "fast-xml-parser": "^4.3.5",
8348
+ "fast-xml-parser": "^4.3.6",
8329
8349
  "got": "^11.8.6",
8330
8350
  "graceful-fs": "^4.2.11",
8331
8351
  "ignore": "^5.3.1",
@@ -8465,9 +8485,9 @@
8465
8485
  }
8466
8486
  },
8467
8487
  "node_modules/@salesforce/source-tracking": {
8468
- "version": "5.2.0",
8469
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.2.0.tgz",
8470
- "integrity": "sha512-X7I65CP9CRfWwn8naSoOdlKRUDw49UtVZZhZe2VfAYHO9PzLmw7TJo/5Y0ByzSa+2+ssnPIgjY5QConARp8wcQ==",
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==",
8471
8491
  "license": "BSD-3-Clause",
8472
8492
  "dependencies": {
8473
8493
  "@oclif/core": "^3.26.0",
@@ -8475,7 +8495,7 @@
8475
8495
  "@salesforce/kit": "^3.1.0",
8476
8496
  "@salesforce/source-deploy-retrieve": "^10.6.1",
8477
8497
  "@salesforce/ts-types": "^2.0.9",
8478
- "fast-xml-parser": "^4.2.5",
8498
+ "fast-xml-parser": "^4.3.6",
8479
8499
  "graceful-fs": "^4.2.11",
8480
8500
  "isomorphic-git": "1.23.0",
8481
8501
  "ts-retry-promise": "^0.8.0"
@@ -8623,7 +8643,7 @@
8623
8643
  }
8624
8644
  },
8625
8645
  "node_modules/@salesforce/templates": {
8626
- "version": "60.1.0",
8646
+ "version": "60.1.1",
8627
8647
  "license": "BSD-3-Clause",
8628
8648
  "dependencies": {
8629
8649
  "@salesforce/core": "^6.1.0",
@@ -3887,6 +3887,132 @@
3887
3887
  "snapshot:create:org"
3888
3888
  ]
3889
3889
  },
3890
+ "org:get:snapshot": {
3891
+ "aliases": [
3892
+ "force:org:snapshot:get"
3893
+ ],
3894
+ "args": {},
3895
+ "deprecateAliases": true,
3896
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3897
+ "examples": [
3898
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3899
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3900
+ ],
3901
+ "flags": {
3902
+ "json": {
3903
+ "description": "Format output as json.",
3904
+ "helpGroup": "GLOBAL",
3905
+ "name": "json",
3906
+ "allowNo": false,
3907
+ "type": "boolean"
3908
+ },
3909
+ "flags-dir": {
3910
+ "helpGroup": "GLOBAL",
3911
+ "name": "flags-dir",
3912
+ "summary": "Import flag values from a directory.",
3913
+ "hasDynamicHelp": false,
3914
+ "multiple": false,
3915
+ "type": "option"
3916
+ },
3917
+ "target-dev-hub": {
3918
+ "aliases": [
3919
+ "targetdevhubusername"
3920
+ ],
3921
+ "char": "v",
3922
+ "deprecateAliases": true,
3923
+ "name": "target-dev-hub",
3924
+ "noCacheDefault": true,
3925
+ "required": true,
3926
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3927
+ "hasDynamicHelp": true,
3928
+ "multiple": false,
3929
+ "type": "option"
3930
+ },
3931
+ "api-version": {
3932
+ "aliases": [
3933
+ "apiversion"
3934
+ ],
3935
+ "deprecateAliases": true,
3936
+ "description": "Override the api version used for api requests made by this command",
3937
+ "name": "api-version",
3938
+ "hasDynamicHelp": false,
3939
+ "multiple": false,
3940
+ "type": "option"
3941
+ },
3942
+ "loglevel": {
3943
+ "deprecated": {
3944
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3945
+ },
3946
+ "hidden": true,
3947
+ "name": "loglevel",
3948
+ "hasDynamicHelp": false,
3949
+ "multiple": false,
3950
+ "type": "option"
3951
+ },
3952
+ "snapshot": {
3953
+ "char": "s",
3954
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3955
+ "name": "snapshot",
3956
+ "required": true,
3957
+ "summary": "Name or ID of snapshot to retrieve.",
3958
+ "hasDynamicHelp": false,
3959
+ "multiple": false,
3960
+ "type": "option"
3961
+ }
3962
+ },
3963
+ "hasDynamicHelp": true,
3964
+ "hiddenAliases": [],
3965
+ "id": "org:get:snapshot",
3966
+ "pluginAlias": "@salesforce/plugin-signups",
3967
+ "pluginName": "@salesforce/plugin-signups",
3968
+ "pluginType": "jit",
3969
+ "state": "beta",
3970
+ "strict": true,
3971
+ "summary": "Get details about a scratch org snapshot.",
3972
+ "enableJsonFlag": true,
3973
+ "isESM": true,
3974
+ "relativePath": [
3975
+ "lib",
3976
+ "commands",
3977
+ "org",
3978
+ "get",
3979
+ "snapshot.js"
3980
+ ],
3981
+ "aliasPermutations": [
3982
+ "force:org:snapshot:get",
3983
+ "org:force:snapshot:get",
3984
+ "org:snapshot:force:get",
3985
+ "org:snapshot:get:force",
3986
+ "force:snapshot:org:get",
3987
+ "snapshot:force:org:get",
3988
+ "snapshot:org:force:get",
3989
+ "snapshot:org:get:force",
3990
+ "force:snapshot:get:org",
3991
+ "snapshot:force:get:org",
3992
+ "snapshot:get:force:org",
3993
+ "snapshot:get:org:force",
3994
+ "force:org:get:snapshot",
3995
+ "org:force:get:snapshot",
3996
+ "org:get:force:snapshot",
3997
+ "org:get:snapshot:force",
3998
+ "force:get:org:snapshot",
3999
+ "get:force:org:snapshot",
4000
+ "get:org:force:snapshot",
4001
+ "get:org:snapshot:force",
4002
+ "force:get:snapshot:org",
4003
+ "get:force:snapshot:org",
4004
+ "get:snapshot:force:org",
4005
+ "get:snapshot:org:force"
4006
+ ],
4007
+ "permutations": [
4008
+ "org:get:snapshot",
4009
+ "get:org:snapshot",
4010
+ "get:snapshot:org",
4011
+ "org:snapshot:get",
4012
+ "snapshot:org:get",
4013
+ "snapshot:get:org"
4014
+ ]
4015
+ },
3890
4016
  "org:delete:shape": {
3891
4017
  "aliases": [
3892
4018
  "force:org:shape:delete"
@@ -4140,132 +4266,6 @@
4140
4266
  "snapshot:delete:org"
4141
4267
  ]
4142
4268
  },
4143
- "org:get:snapshot": {
4144
- "aliases": [
4145
- "force:org:snapshot:get"
4146
- ],
4147
- "args": {},
4148
- "deprecateAliases": true,
4149
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
4150
- "examples": [
4151
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4152
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
4153
- ],
4154
- "flags": {
4155
- "json": {
4156
- "description": "Format output as json.",
4157
- "helpGroup": "GLOBAL",
4158
- "name": "json",
4159
- "allowNo": false,
4160
- "type": "boolean"
4161
- },
4162
- "flags-dir": {
4163
- "helpGroup": "GLOBAL",
4164
- "name": "flags-dir",
4165
- "summary": "Import flag values from a directory.",
4166
- "hasDynamicHelp": false,
4167
- "multiple": false,
4168
- "type": "option"
4169
- },
4170
- "target-dev-hub": {
4171
- "aliases": [
4172
- "targetdevhubusername"
4173
- ],
4174
- "char": "v",
4175
- "deprecateAliases": true,
4176
- "name": "target-dev-hub",
4177
- "noCacheDefault": true,
4178
- "required": true,
4179
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4180
- "hasDynamicHelp": true,
4181
- "multiple": false,
4182
- "type": "option"
4183
- },
4184
- "api-version": {
4185
- "aliases": [
4186
- "apiversion"
4187
- ],
4188
- "deprecateAliases": true,
4189
- "description": "Override the api version used for api requests made by this command",
4190
- "name": "api-version",
4191
- "hasDynamicHelp": false,
4192
- "multiple": false,
4193
- "type": "option"
4194
- },
4195
- "loglevel": {
4196
- "deprecated": {
4197
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
4198
- },
4199
- "hidden": true,
4200
- "name": "loglevel",
4201
- "hasDynamicHelp": false,
4202
- "multiple": false,
4203
- "type": "option"
4204
- },
4205
- "snapshot": {
4206
- "char": "s",
4207
- "description": "The IDs of scratch org snapshots start with 0Oo.",
4208
- "name": "snapshot",
4209
- "required": true,
4210
- "summary": "Name or ID of snapshot to retrieve.",
4211
- "hasDynamicHelp": false,
4212
- "multiple": false,
4213
- "type": "option"
4214
- }
4215
- },
4216
- "hasDynamicHelp": true,
4217
- "hiddenAliases": [],
4218
- "id": "org:get:snapshot",
4219
- "pluginAlias": "@salesforce/plugin-signups",
4220
- "pluginName": "@salesforce/plugin-signups",
4221
- "pluginType": "jit",
4222
- "state": "beta",
4223
- "strict": true,
4224
- "summary": "Get details about a scratch org snapshot.",
4225
- "enableJsonFlag": true,
4226
- "isESM": true,
4227
- "relativePath": [
4228
- "lib",
4229
- "commands",
4230
- "org",
4231
- "get",
4232
- "snapshot.js"
4233
- ],
4234
- "aliasPermutations": [
4235
- "force:org:snapshot:get",
4236
- "org:force:snapshot:get",
4237
- "org:snapshot:force:get",
4238
- "org:snapshot:get:force",
4239
- "force:snapshot:org:get",
4240
- "snapshot:force:org:get",
4241
- "snapshot:org:force:get",
4242
- "snapshot:org:get:force",
4243
- "force:snapshot:get:org",
4244
- "snapshot:force:get:org",
4245
- "snapshot:get:force:org",
4246
- "snapshot:get:org:force",
4247
- "force:org:get:snapshot",
4248
- "org:force:get:snapshot",
4249
- "org:get:force:snapshot",
4250
- "org:get:snapshot:force",
4251
- "force:get:org:snapshot",
4252
- "get:force:org:snapshot",
4253
- "get:org:force:snapshot",
4254
- "get:org:snapshot:force",
4255
- "force:get:snapshot:org",
4256
- "get:force:snapshot:org",
4257
- "get:snapshot:force:org",
4258
- "get:snapshot:org:force"
4259
- ],
4260
- "permutations": [
4261
- "org:get:snapshot",
4262
- "get:org:snapshot",
4263
- "get:snapshot:org",
4264
- "org:snapshot:get",
4265
- "snapshot:org:get",
4266
- "snapshot:get:org"
4267
- ]
4268
- },
4269
4269
  "org:list:shape": {
4270
4270
  "aliases": [
4271
4271
  "force:org:shape:list"
@@ -5384,5 +5384,5 @@
5384
5384
  ]
5385
5385
  }
5386
5386
  },
5387
- "version": "2.36.1"
5387
+ "version": "2.36.3"
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.1",
4
+ "version": "2.36.3",
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.0",
83
+ "@salesforce/plugin-signups": "2.1.1",
84
84
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
85
85
  "@salesforce/sfdx-scanner": "3.23.0"
86
86
  },
@@ -152,8 +152,8 @@
152
152
  "@salesforce/core": "^6.1.4",
153
153
  "@salesforce/plugin-apex": "3.1.0",
154
154
  "@salesforce/plugin-auth": "3.5.0",
155
- "@salesforce/plugin-data": "3.2.2",
156
- "@salesforce/plugin-deploy-retrieve": "3.4.0",
155
+ "@salesforce/plugin-data": "3.2.3",
156
+ "@salesforce/plugin-deploy-retrieve": "3.5.0",
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,7 +162,7 @@
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.1",
166
166
  "@salesforce/plugin-telemetry": "3.1.17",
167
167
  "@salesforce/plugin-templates": "56.1.0",
168
168
  "@salesforce/plugin-trust": "3.5.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.1",
210
- "@salesforce/source-tracking": "5.2.0"
208
+ "@salesforce/templates": "60.1.1",
209
+ "@salesforce/source-deploy-retrieve": "10.7.0",
210
+ "@salesforce/source-tracking": "5.2.1"
211
211
  },
212
212
  "repository": "salesforcecli/cli",
213
213
  "scripts": {