@salesforce/cli 2.55.4 → 2.55.6

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.55.4 linux-x64 node-v20.16.0
27
+ @salesforce/cli/2.55.6 linux-x64 node-v20.16.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -70,6 +70,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
70
70
  - [`sf data query`](#sf-data-query)
71
71
  - [`sf data query resume`](#sf-data-query-resume)
72
72
  - [`sf data resume`](#sf-data-resume)
73
+ - [`sf data search`](#sf-data-search)
73
74
  - [`sf data update record`](#sf-data-update-record)
74
75
  - [`sf data upsert bulk`](#sf-data-upsert-bulk)
75
76
  - [`sf data upsert resume`](#sf-data-upsert-resume)
@@ -1157,7 +1158,7 @@ EXAMPLES
1157
1158
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1158
1159
  ```
1159
1160
 
1160
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/create/file.ts)_
1161
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/create/file.ts)_
1161
1162
 
1162
1163
  ## `sf data create record`
1163
1164
 
@@ -1213,7 +1214,7 @@ EXAMPLES
1213
1214
  TracedEntityId=01p17000000R6bLAAS"
1214
1215
  ```
1215
1216
 
1216
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/create/record.ts)_
1217
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/create/record.ts)_
1217
1218
 
1218
1219
  ## `sf data delete bulk`
1219
1220
 
@@ -1271,7 +1272,7 @@ FLAG DESCRIPTIONS
1271
1272
  and can be enabled only by a system administrator.
1272
1273
  ```
1273
1274
 
1274
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/delete/bulk.ts)_
1275
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/delete/bulk.ts)_
1275
1276
 
1276
1277
  ## `sf data delete record`
1277
1278
 
@@ -1332,7 +1333,7 @@ EXAMPLES
1332
1333
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1333
1334
  ```
1334
1335
 
1335
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/delete/record.ts)_
1336
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/delete/record.ts)_
1336
1337
 
1337
1338
  ## `sf data delete resume`
1338
1339
 
@@ -1371,7 +1372,7 @@ EXAMPLES
1371
1372
  $ sf data delete resume --use-most-recent --target-org my-scratch
1372
1373
  ```
1373
1374
 
1374
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/delete/resume.ts)_
1375
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/delete/resume.ts)_
1375
1376
 
1376
1377
  ## `sf data export tree`
1377
1378
 
@@ -1432,7 +1433,7 @@ EXAMPLES
1432
1433
  my-scratch
1433
1434
  ```
1434
1435
 
1435
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/export/tree.ts)_
1436
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/export/tree.ts)_
1436
1437
 
1437
1438
  ## `sf data get record`
1438
1439
 
@@ -1496,7 +1497,7 @@ EXAMPLES
1496
1497
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1497
1498
  ```
1498
1499
 
1499
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/get/record.ts)_
1500
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/get/record.ts)_
1500
1501
 
1501
1502
  ## `sf data import tree`
1502
1503
 
@@ -1561,7 +1562,7 @@ FLAG DESCRIPTIONS
1561
1562
  - files(array) - Files: An array of files paths to load
1562
1563
  ```
1563
1564
 
1564
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/import/tree.ts)_
1565
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/import/tree.ts)_
1565
1566
 
1566
1567
  ## `sf data query`
1567
1568
 
@@ -1625,7 +1626,7 @@ EXAMPLES
1625
1626
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1626
1627
  ```
1627
1628
 
1628
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/query.ts)_
1629
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/query.ts)_
1629
1630
 
1630
1631
  ## `sf data query resume`
1631
1632
 
@@ -1663,7 +1664,7 @@ EXAMPLES
1663
1664
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1664
1665
  ```
1665
1666
 
1666
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/query/resume.ts)_
1667
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/query/resume.ts)_
1667
1668
 
1668
1669
  ## `sf data resume`
1669
1670
 
@@ -1700,7 +1701,57 @@ EXAMPLES
1700
1701
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1701
1702
  ```
1702
1703
 
1703
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/resume.ts)_
1704
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/resume.ts)_
1705
+
1706
+ ## `sf data search`
1707
+
1708
+ Execute a SOSL text-based search query.
1709
+
1710
+ ```
1711
+ USAGE
1712
+ $ sf data search -o <value> [--flags-dir <value>] [--api-version <value>] [-q <value>] [-f <value>] [-r
1713
+ human|csv|json | --json]
1714
+
1715
+ FLAGS
1716
+ -f, --file=<value> File that contains the SOSL query.
1717
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
1718
+ configuration variable is already set.
1719
+ -q, --query=<value> SOSL query to execute.
1720
+ -r, --result-format=<option> [default: human] Format to display the results, or to write to disk if you specify
1721
+ "csv".
1722
+ <options: human|csv|json>
1723
+ --api-version=<value> Override the api version used for api requests made by this command
1724
+
1725
+ GLOBAL FLAGS
1726
+ --flags-dir=<value> Import flag values from a directory.
1727
+ --json Format output as json.
1728
+
1729
+ DESCRIPTION
1730
+ Execute a SOSL text-based search query.
1731
+
1732
+ Specify the SOSL query at the command line with the --query flag or read the query from a file with the --file flag.
1733
+
1734
+ By default, the results are written to the terminal in human-readable format. If you specify `--result-format csv`,
1735
+ the output is written to one or more CSV (comma-separated values) files. The file names correspond to the Salesforce
1736
+ objects in the results, such as Account.csv. Both `--result-format human` and `--result-format json` display only to
1737
+ the terminal.
1738
+
1739
+ EXAMPLES
1740
+ Specify a SOSL query at the command line; the command uses your default org:
1741
+
1742
+ $ sf data search --query "FIND {Anna Jones} IN Name Fields RETURNING Contact (Name, Phone)"
1743
+
1744
+ Read the SOSL query from a file called "query.txt"; the command uses the org with alias "my-scratch":
1745
+
1746
+ $ sf data search --file query.txt --target-org my-scratch
1747
+
1748
+ Similar to the previous example, but write the results to one or more CSV files, depending on the Salesforce objects
1749
+ in the results:
1750
+
1751
+ $ sf data search --file query.txt --target-org my-scratch --result-format csv
1752
+ ```
1753
+
1754
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/search.ts)_
1704
1755
 
1705
1756
  ## `sf data update record`
1706
1757
 
@@ -1762,7 +1813,7 @@ EXAMPLES
1762
1813
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1763
1814
  ```
1764
1815
 
1765
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/update/record.ts)_
1816
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/update/record.ts)_
1766
1817
 
1767
1818
  ## `sf data upsert bulk`
1768
1819
 
@@ -1815,7 +1866,7 @@ EXAMPLES
1815
1866
  my-scratch
1816
1867
  ```
1817
1868
 
1818
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/upsert/bulk.ts)_
1869
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/upsert/bulk.ts)_
1819
1870
 
1820
1871
  ## `sf data upsert resume`
1821
1872
 
@@ -1854,7 +1905,7 @@ EXAMPLES
1854
1905
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1855
1906
  ```
1856
1907
 
1857
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/data/upsert/resume.ts)_
1908
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/upsert/resume.ts)_
1858
1909
 
1859
1910
  ## `sf doctor`
1860
1911
 
@@ -1949,7 +2000,7 @@ EXAMPLES
1949
2000
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1950
2001
  ```
1951
2002
 
1952
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/force/data/bulk/delete.ts)_
2003
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/force/data/bulk/delete.ts)_
1953
2004
 
1954
2005
  ## `sf force data bulk status`
1955
2006
 
@@ -1986,7 +2037,7 @@ EXAMPLES
1986
2037
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1987
2038
  ```
1988
2039
 
1989
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/force/data/bulk/status.ts)_
2040
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/force/data/bulk/status.ts)_
1990
2041
 
1991
2042
  ## `sf force data bulk upsert`
1992
2043
 
@@ -2044,7 +2095,7 @@ EXAMPLES
2044
2095
  --target-org my-scratch
2045
2096
  ```
2046
2097
 
2047
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.15/src/commands/force/data/bulk/upsert.ts)_
2098
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/force/data/bulk/upsert.ts)_
2048
2099
 
2049
2100
  ## `sf help [COMMAND]`
2050
2101
 
@@ -3296,7 +3347,7 @@ EXAMPLES
3296
3347
  $ sf org list limits --target-org my-scratch-org
3297
3348
  ```
3298
3349
 
3299
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.23/src/commands/org/list/limits.ts)_
3350
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.24/src/commands/org/list/limits.ts)_
3300
3351
 
3301
3352
  ## `sf org list metadata`
3302
3353
 
@@ -3464,7 +3515,7 @@ EXAMPLES
3464
3515
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3465
3516
  ```
3466
3517
 
3467
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.23/src/commands/org/list/sobject/record-counts.ts)_
3518
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.24/src/commands/org/list/sobject/record-counts.ts)_
3468
3519
 
3469
3520
  ## `sf org list users`
3470
3521
 
@@ -5703,7 +5754,7 @@ FLAG DESCRIPTIONS
5703
5754
  If you specify this parameter, don’t specify --metadata or --source-dir.
5704
5755
  ```
5705
5756
 
5706
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/convert/mdapi.ts)_
5757
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/convert/mdapi.ts)_
5707
5758
 
5708
5759
  ## `sf project convert source`
5709
5760
 
@@ -5715,7 +5766,7 @@ USAGE
5715
5766
  [-p <value>... | -x <value> | -m <value>...]
5716
5767
 
5717
5768
  FLAGS
5718
- -d, --output-dir=<value> [default: metadataPackage_1723279627589] Output directory to store the Metadata
5769
+ -d, --output-dir=<value> [default: metadataPackage_1723521333199] Output directory to store the Metadata
5719
5770
  API–formatted files in.
5720
5771
  -m, --metadata=<value>... Metadata component names to convert.
5721
5772
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5776,7 +5827,7 @@ FLAG DESCRIPTIONS
5776
5827
  Override the api version used for api requests made by this command
5777
5828
  ```
5778
5829
 
5779
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/convert/source.ts)_
5830
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/convert/source.ts)_
5780
5831
 
5781
5832
  ## `sf project convert source-behavior`
5782
5833
 
@@ -5833,7 +5884,7 @@ EXAMPLES
5833
5884
  $ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
5834
5885
  ```
5835
5886
 
5836
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/convert/source-behavior.ts)_
5887
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/convert/source-behavior.ts)_
5837
5888
 
5838
5889
  ## `sf project delete source`
5839
5890
 
@@ -5973,7 +6024,7 @@ FLAG DESCRIPTIONS
5973
6024
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5974
6025
  ```
5975
6026
 
5976
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/delete/source.ts)_
6027
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/delete/source.ts)_
5977
6028
 
5978
6029
  ## `sf project delete tracking`
5979
6030
 
@@ -6010,7 +6061,7 @@ EXAMPLES
6010
6061
  $ sf project delete tracking --target-org my-scratch
6011
6062
  ```
6012
6063
 
6013
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/delete/tracking.ts)_
6064
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/delete/tracking.ts)_
6014
6065
 
6015
6066
  ## `sf project deploy cancel`
6016
6067
 
@@ -6082,7 +6133,7 @@ FLAG DESCRIPTIONS
6082
6133
  project deploy report".
6083
6134
  ```
6084
6135
 
6085
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/cancel.ts)_
6136
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/cancel.ts)_
6086
6137
 
6087
6138
  ## `sf project deploy preview`
6088
6139
 
@@ -6165,7 +6216,7 @@ FLAG DESCRIPTIONS
6165
6216
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6166
6217
  ```
6167
6218
 
6168
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/preview.ts)_
6219
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/preview.ts)_
6169
6220
 
6170
6221
  ## `sf project deploy quick`
6171
6222
 
@@ -6258,7 +6309,7 @@ ERROR CODES
6258
6309
  Canceling (69) The deploy is being canceled.
6259
6310
  ```
6260
6311
 
6261
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/quick.ts)_
6312
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/quick.ts)_
6262
6313
 
6263
6314
  ## `sf project deploy report`
6264
6315
 
@@ -6350,7 +6401,7 @@ FLAG DESCRIPTIONS
6350
6401
  --coverage-formatters lcov --coverage-formatters clover
6351
6402
  ```
6352
6403
 
6353
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/report.ts)_
6404
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/report.ts)_
6354
6405
 
6355
6406
  ## `sf project deploy resume`
6356
6407
 
@@ -6447,7 +6498,7 @@ ERROR CODES
6447
6498
  Canceling (69) The deploy is being canceled.
6448
6499
  ```
6449
6500
 
6450
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/resume.ts)_
6501
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/resume.ts)_
6451
6502
 
6452
6503
  ## `sf project deploy start`
6453
6504
 
@@ -6700,7 +6751,7 @@ ERROR CODES
6700
6751
  Canceling (69) The deploy is being canceled.
6701
6752
  ```
6702
6753
 
6703
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/start.ts)_
6754
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/start.ts)_
6704
6755
 
6705
6756
  ## `sf project deploy validate`
6706
6757
 
@@ -6890,7 +6941,7 @@ ERROR CODES
6890
6941
  Canceling (69) The deploy is being canceled.
6891
6942
  ```
6892
6943
 
6893
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/validate.ts)_
6944
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/validate.ts)_
6894
6945
 
6895
6946
  ## `sf project generate`
6896
6947
 
@@ -7072,7 +7123,7 @@ EXAMPLES
7072
7123
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7073
7124
  ```
7074
7125
 
7075
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/generate/manifest.ts)_
7126
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/generate/manifest.ts)_
7076
7127
 
7077
7128
  ## `sf project list ignored`
7078
7129
 
@@ -7114,7 +7165,7 @@ EXAMPLES
7114
7165
  $ sf project list ignored --source-dir package.xml
7115
7166
  ```
7116
7167
 
7117
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/list/ignored.ts)_
7168
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/list/ignored.ts)_
7118
7169
 
7119
7170
  ## `sf project reset tracking`
7120
7171
 
@@ -7163,7 +7214,7 @@ EXAMPLES
7163
7214
  $ sf project reset tracking --revision 30
7164
7215
  ```
7165
7216
 
7166
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/reset/tracking.ts)_
7217
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/reset/tracking.ts)_
7167
7218
 
7168
7219
  ## `sf project retrieve preview`
7169
7220
 
@@ -7217,7 +7268,7 @@ FLAG DESCRIPTIONS
7217
7268
  production orgs.
7218
7269
  ```
7219
7270
 
7220
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/retrieve/preview.ts)_
7271
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/retrieve/preview.ts)_
7221
7272
 
7222
7273
  ## `sf project retrieve start`
7223
7274
 
@@ -7236,7 +7287,8 @@ FLAGS
7236
7287
  -d, --source-dir=<value>... File paths for source to retrieve from the org.
7237
7288
  -m, --metadata=<value>... Metadata component names to retrieve. Wildcards (`*`) supported as long as you use
7238
7289
  quotes, such as `ApexClass:MyClass*`.
7239
- -n, --package-name=<value>... Package names to retrieve.
7290
+ -n, --package-name=<value>... Package names to retrieve. Use of this flag is for reference only; don't use it to
7291
+ retrieve packaged metadata for development.
7240
7292
  -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
7241
7293
  configuration variable is already set.
7242
7294
  -r, --output-dir=<value> Directory root for the retrieved source files.
@@ -7359,6 +7411,17 @@ FLAG DESCRIPTIONS
7359
7411
  The supplied paths can be to a single file (in which case the operation is applied to only one file) or to a folder
7360
7412
  (in which case the operation is applied to all source files in the directory and its subdirectories).
7361
7413
 
7414
+ -n, --package-name=<value>...
7415
+
7416
+ Package names to retrieve. Use of this flag is for reference only; don't use it to retrieve packaged metadata for
7417
+ development.
7418
+
7419
+ The metadata of the supplied package name(s) will be retrieved into a child directory of the project. The name of
7420
+ that child directory matches the name of the package. The retrieved metadata is meant for your reference only, don't
7421
+ add it to a source control system for development and deployment. For package development, retrieve the metadata
7422
+ using a manifest (`--manifest` flag) or by targeting a source controlled package directory within your project
7423
+ (`--source-dir` flag).
7424
+
7362
7425
  -r, --output-dir=<value> Directory root for the retrieved source files.
7363
7426
 
7364
7427
  The root of the directory structure into which the source files are retrieved.
@@ -7382,7 +7445,7 @@ ENVIRONMENT VARIABLES
7382
7445
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7383
7446
  ```
7384
7447
 
7385
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/retrieve/start.ts)_
7448
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/retrieve/start.ts)_
7386
7449
 
7387
7450
  ## `sf schema generate field`
7388
7451
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.55.4",
3
+ "version": "2.55.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.55.4",
9
+ "version": "2.55.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -26,10 +26,10 @@
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.3.4",
28
28
  "@salesforce/plugin-auth": "3.6.47",
29
- "@salesforce/plugin-data": "3.5.15",
30
- "@salesforce/plugin-deploy-retrieve": "3.9.26",
29
+ "@salesforce/plugin-data": "3.6.0",
30
+ "@salesforce/plugin-deploy-retrieve": "3.9.27",
31
31
  "@salesforce/plugin-info": "3.3.28",
32
- "@salesforce/plugin-limits": "3.3.23",
32
+ "@salesforce/plugin-limits": "3.3.24",
33
33
  "@salesforce/plugin-marketplace": "1.2.22",
34
34
  "@salesforce/plugin-org": "4.4.6",
35
35
  "@salesforce/plugin-packaging": "2.7.4",
@@ -54,7 +54,7 @@
54
54
  "@salesforce/plugin-release-management": "^5.5.13",
55
55
  "@salesforce/ts-sinon": "^1.4.24",
56
56
  "@salesforce/ts-types": "^2.0.10",
57
- "aws-sdk": "^2.1668.0",
57
+ "aws-sdk": "^2.1672.0",
58
58
  "oclif": "^4.14.15",
59
59
  "ts-node": "^10.9.2",
60
60
  "typescript": "^5.5.4"
@@ -4907,9 +4907,9 @@
4907
4907
  }
4908
4908
  },
4909
4909
  "node_modules/@salesforce/plugin-data": {
4910
- "version": "3.5.15",
4911
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.15.tgz",
4912
- "integrity": "sha512-L5VOW7cfO3ciR9Zlwwt7DbQB4LH1s3BSNZMjwXOTCk8P4MBi9pLVh9zHDatDq+u2tGUsp8weyz0WeLU8NkK3Rg==",
4910
+ "version": "3.6.0",
4911
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.0.tgz",
4912
+ "integrity": "sha512-a8EtacfJb03hh7CJZy00QlMZDGduuX4LyFMIHJxoqaQt+/W3v5sh5hNT/O2AysqUzoapVEmISgQx6itMT5EIxw==",
4913
4913
  "license": "BSD-3-Clause",
4914
4914
  "dependencies": {
4915
4915
  "@jsforce/jsforce-node": "^3.4.1",
@@ -4934,9 +4934,9 @@
4934
4934
  "license": "MIT"
4935
4935
  },
4936
4936
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4937
- "version": "3.9.26",
4938
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.26.tgz",
4939
- "integrity": "sha512-dZNC9BBY4zbufstDsDTm3DPY/eJLiU5jPKNpzYVq0m0tj60nHKQEreYsBFsBKv8AwGs8SOOofUwT1Waj/bMyIw==",
4937
+ "version": "3.9.27",
4938
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.27.tgz",
4939
+ "integrity": "sha512-nLv0gc/ZUBUf/5+MIVBj6V9BresXixULminOE+majxsyMNuauvOaPig1C83JN0i1DbYR+o8f8urbU50Td8Y+Ag==",
4940
4940
  "license": "BSD-3-Clause",
4941
4941
  "dependencies": {
4942
4942
  "@oclif/core": "^4.0.12",
@@ -4978,13 +4978,13 @@
4978
4978
  }
4979
4979
  },
4980
4980
  "node_modules/@salesforce/plugin-limits": {
4981
- "version": "3.3.23",
4982
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.23.tgz",
4983
- "integrity": "sha512-m6oykJENEI8VmKpgq38/yHJXqxWKoWwzEEzJrE503//T+I+9YnJsm+cEaS/b8a34pp3e3fWIT4dIKUOrcvYj/Q==",
4981
+ "version": "3.3.24",
4982
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.24.tgz",
4983
+ "integrity": "sha512-awIPt8b/5ZKuqekNpCBbu5cGkumTTSLvlPIvELE1HojlhGyna3p/uBxyTYzLuSlhVi/HloJvgbp3HxhseKAUiw==",
4984
4984
  "license": "BSD-3-Clause",
4985
4985
  "dependencies": {
4986
4986
  "@salesforce/core": "^8.3.0",
4987
- "@salesforce/sf-plugins-core": "^11.2.4"
4987
+ "@salesforce/sf-plugins-core": "^11.3.0"
4988
4988
  },
4989
4989
  "engines": {
4990
4990
  "node": ">=18.0.0"
@@ -7852,9 +7852,9 @@
7852
7852
  }
7853
7853
  },
7854
7854
  "node_modules/aws-sdk": {
7855
- "version": "2.1668.0",
7856
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1668.0.tgz",
7857
- "integrity": "sha512-4Vcg3KjNZDHbvG4DI6jusN0DUPpRy3E/tBb6CA6ojlS2V1X5zljU9tkspICtbxXdY1gPFmKUe5COPc34XHG1RA==",
7855
+ "version": "2.1672.0",
7856
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1672.0.tgz",
7857
+ "integrity": "sha512-en4uaVWE/wPa9YsF2XAYtKP0hLQ10s93/nWe+SQ8Yox1xrDn1Tr32MMOtSLRXLxPRKcvmI7Yzw7jiQMgs1jqBQ==",
7858
7858
  "dev": true,
7859
7859
  "hasInstallScript": true,
7860
7860
  "license": "Apache-2.0",
package/oclif.lock CHANGED
@@ -2259,10 +2259,10 @@
2259
2259
  debug "^4.3.4"
2260
2260
  handlebars "^4.7.8"
2261
2261
 
2262
- "@salesforce/plugin-data@3.5.15":
2263
- version "3.5.15"
2264
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.15.tgz"
2265
- integrity sha512-L5VOW7cfO3ciR9Zlwwt7DbQB4LH1s3BSNZMjwXOTCk8P4MBi9pLVh9zHDatDq+u2tGUsp8weyz0WeLU8NkK3Rg==
2262
+ "@salesforce/plugin-data@3.6.0":
2263
+ version "3.6.0"
2264
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.0.tgz"
2265
+ integrity sha512-a8EtacfJb03hh7CJZy00QlMZDGduuX4LyFMIHJxoqaQt+/W3v5sh5hNT/O2AysqUzoapVEmISgQx6itMT5EIxw==
2266
2266
  dependencies:
2267
2267
  "@jsforce/jsforce-node" "^3.4.1"
2268
2268
  "@salesforce/core" "^8.3.0"
@@ -2275,10 +2275,10 @@
2275
2275
  csv-stringify "^6.5.1"
2276
2276
  form-data "^4.0.0"
2277
2277
 
2278
- "@salesforce/plugin-deploy-retrieve@3.9.26":
2279
- version "3.9.26"
2280
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.26.tgz"
2281
- integrity sha512-dZNC9BBY4zbufstDsDTm3DPY/eJLiU5jPKNpzYVq0m0tj60nHKQEreYsBFsBKv8AwGs8SOOofUwT1Waj/bMyIw==
2278
+ "@salesforce/plugin-deploy-retrieve@3.9.27":
2279
+ version "3.9.27"
2280
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.27.tgz"
2281
+ integrity sha512-nLv0gc/ZUBUf/5+MIVBj6V9BresXixULminOE+majxsyMNuauvOaPig1C83JN0i1DbYR+o8f8urbU50Td8Y+Ag==
2282
2282
  dependencies:
2283
2283
  "@oclif/core" "^4.0.12"
2284
2284
  "@salesforce/apex-node" "^8.1.1"
@@ -2309,13 +2309,13 @@
2309
2309
  proxy-agent "^6.4.0"
2310
2310
  semver "^7.6.3"
2311
2311
 
2312
- "@salesforce/plugin-limits@3.3.23":
2313
- version "3.3.23"
2314
- resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.23.tgz"
2315
- integrity sha512-m6oykJENEI8VmKpgq38/yHJXqxWKoWwzEEzJrE503//T+I+9YnJsm+cEaS/b8a34pp3e3fWIT4dIKUOrcvYj/Q==
2312
+ "@salesforce/plugin-limits@3.3.24":
2313
+ version "3.3.24"
2314
+ resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.24.tgz"
2315
+ integrity sha512-awIPt8b/5ZKuqekNpCBbu5cGkumTTSLvlPIvELE1HojlhGyna3p/uBxyTYzLuSlhVi/HloJvgbp3HxhseKAUiw==
2316
2316
  dependencies:
2317
2317
  "@salesforce/core" "^8.3.0"
2318
- "@salesforce/sf-plugins-core" "^11.2.4"
2318
+ "@salesforce/sf-plugins-core" "^11.3.0"
2319
2319
 
2320
2320
  "@salesforce/plugin-marketplace@1.2.22":
2321
2321
  version "1.2.22"
@@ -3968,10 +3968,10 @@ available-typed-arrays@^1.0.7:
3968
3968
  dependencies:
3969
3969
  possible-typed-array-names "^1.0.0"
3970
3970
 
3971
- aws-sdk@^2.1651.0, aws-sdk@^2.1668.0:
3972
- version "2.1668.0"
3973
- resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1668.0.tgz"
3974
- integrity sha512-4Vcg3KjNZDHbvG4DI6jusN0DUPpRy3E/tBb6CA6ojlS2V1X5zljU9tkspICtbxXdY1gPFmKUe5COPc34XHG1RA==
3971
+ aws-sdk@^2.1651.0, aws-sdk@^2.1672.0:
3972
+ version "2.1672.0"
3973
+ resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1672.0.tgz"
3974
+ integrity sha512-en4uaVWE/wPa9YsF2XAYtKP0hLQ10s93/nWe+SQ8Yox1xrDn1Tr32MMOtSLRXLxPRKcvmI7Yzw7jiQMgs1jqBQ==
3975
3975
  dependencies:
3976
3976
  buffer "4.9.2"
3977
3977
  events "1.1.1"
@@ -5351,5 +5351,5 @@
5351
5351
  ]
5352
5352
  }
5353
5353
  },
5354
- "version": "2.55.4"
5354
+ "version": "2.55.6"
5355
5355
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.55.4",
4
+ "version": "2.55.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -154,10 +154,10 @@
154
154
  "@salesforce/kit": "^3.1.6",
155
155
  "@salesforce/plugin-apex": "3.3.4",
156
156
  "@salesforce/plugin-auth": "3.6.47",
157
- "@salesforce/plugin-data": "3.5.15",
158
- "@salesforce/plugin-deploy-retrieve": "3.9.26",
157
+ "@salesforce/plugin-data": "3.6.0",
158
+ "@salesforce/plugin-deploy-retrieve": "3.9.27",
159
159
  "@salesforce/plugin-info": "3.3.28",
160
- "@salesforce/plugin-limits": "3.3.23",
160
+ "@salesforce/plugin-limits": "3.3.24",
161
161
  "@salesforce/plugin-marketplace": "1.2.22",
162
162
  "@salesforce/plugin-org": "4.4.6",
163
163
  "@salesforce/plugin-packaging": "2.7.4",
@@ -252,7 +252,7 @@
252
252
  "@salesforce/plugin-release-management": "^5.5.13",
253
253
  "@salesforce/ts-sinon": "^1.4.24",
254
254
  "@salesforce/ts-types": "^2.0.10",
255
- "aws-sdk": "^2.1668.0",
255
+ "aws-sdk": "^2.1672.0",
256
256
  "oclif": "^4.14.15",
257
257
  "ts-node": "^10.9.2",
258
258
  "typescript": "^5.5.4"