@salesforce/cli 2.30.6 → 2.31.0

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.30.6 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.31.0 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sf alias list
201
201
  ```
202
202
 
203
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/list.ts)_
203
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.27/src/commands/alias/list.ts)_
204
204
 
205
205
  ## `sf alias set`
206
206
 
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
249
249
  ```
250
250
 
251
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/set.ts)_
251
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.27/src/commands/alias/set.ts)_
252
252
 
253
253
  ## `sf alias unset`
254
254
 
@@ -287,7 +287,7 @@ EXAMPLES
287
287
  $ sf alias unset --all [--no-prompt]
288
288
  ```
289
289
 
290
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/unset.ts)_
290
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.27/src/commands/alias/unset.ts)_
291
291
 
292
292
  ## `sf analytics generate template`
293
293
 
@@ -328,7 +328,7 @@ FLAG DESCRIPTIONS
328
328
  directory.
329
329
  ```
330
330
 
331
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/analytics/generate/template.ts)_
331
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/analytics/generate/template.ts)_
332
332
 
333
333
  ## `sf apex generate class`
334
334
 
@@ -384,7 +384,7 @@ FLAG DESCRIPTIONS
384
384
  Supplied parameter values or default values are filled into a copy of the template.
385
385
  ```
386
386
 
387
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/apex/generate/class.ts)_
387
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/apex/generate/class.ts)_
388
388
 
389
389
  ## `sf apex generate trigger`
390
390
 
@@ -451,7 +451,7 @@ FLAG DESCRIPTIONS
451
451
  Supplied parameter values or default values are filled into a copy of the template.
452
452
  ```
453
453
 
454
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/apex/generate/trigger.ts)_
454
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/apex/generate/trigger.ts)_
455
455
 
456
456
  ## `sf apex get log`
457
457
 
@@ -505,7 +505,7 @@ FLAG DESCRIPTIONS
505
505
  directory.
506
506
  ```
507
507
 
508
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/get/log.ts)_
508
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/log.ts)_
509
509
 
510
510
  ## `sf apex get test`
511
511
 
@@ -558,7 +558,7 @@ EXAMPLES
558
558
  me@myorg',
559
559
  ```
560
560
 
561
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/get/test.ts)_
561
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/test.ts)_
562
562
 
563
563
  ## `sf apex list log`
564
564
 
@@ -597,7 +597,7 @@ EXAMPLES
597
597
  $ sf apex list log --target-org me@my.org
598
598
  ```
599
599
 
600
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/list/log.ts)_
600
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/list/log.ts)_
601
601
 
602
602
  ## `sf apex run`
603
603
 
@@ -643,7 +643,7 @@ EXAMPLES
643
643
  $ sf apex run
644
644
  ```
645
645
 
646
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/run.ts)_
646
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run.ts)_
647
647
 
648
648
  ## `sf apex run test`
649
649
 
@@ -750,7 +750,7 @@ FLAG DESCRIPTIONS
750
750
  --tests Test1 --tests Test2
751
751
  ```
752
752
 
753
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/run/test.ts)_
753
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run/test.ts)_
754
754
 
755
755
  ## `sf apex tail log`
756
756
 
@@ -790,7 +790,7 @@ EXAMPLES
790
790
  $ sf apex tail log --color --skip-trace-flag
791
791
  ```
792
792
 
793
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/tail/log.ts)_
793
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/tail/log.ts)_
794
794
 
795
795
  ## `sf autocomplete [SHELL]`
796
796
 
@@ -902,7 +902,7 @@ CONFIGURATION VARIABLES
902
902
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
903
903
  ```
904
904
 
905
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/get.ts)_
905
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.27/src/commands/config/get.ts)_
906
906
 
907
907
  ## `sf config list`
908
908
 
@@ -941,7 +941,7 @@ EXAMPLES
941
941
  $ sf config list
942
942
  ```
943
943
 
944
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/list.ts)_
944
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.27/src/commands/config/list.ts)_
945
945
 
946
946
  ## `sf config set`
947
947
 
@@ -1009,7 +1009,7 @@ CONFIGURATION VARIABLES
1009
1009
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1010
1010
  ```
1011
1011
 
1012
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/set.ts)_
1012
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.27/src/commands/config/set.ts)_
1013
1013
 
1014
1014
  ## `sf config unset`
1015
1015
 
@@ -1058,7 +1058,7 @@ CONFIGURATION VARIABLES
1058
1058
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1059
1059
  ```
1060
1060
 
1061
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/unset.ts)_
1061
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.27/src/commands/config/unset.ts)_
1062
1062
 
1063
1063
  ## `sf data create record`
1064
1064
 
@@ -1113,7 +1113,7 @@ EXAMPLES
1113
1113
  TracedEntityId=01p17000000R6bLAAS"
1114
1114
  ```
1115
1115
 
1116
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/create/record.ts)_
1116
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/create/record.ts)_
1117
1117
 
1118
1118
  ## `sf data delete bulk`
1119
1119
 
@@ -1158,7 +1158,7 @@ EXAMPLES
1158
1158
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1159
1159
  ```
1160
1160
 
1161
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/delete/bulk.ts)_
1161
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/delete/bulk.ts)_
1162
1162
 
1163
1163
  ## `sf data delete record`
1164
1164
 
@@ -1217,7 +1217,7 @@ EXAMPLES
1217
1217
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1218
1218
  ```
1219
1219
 
1220
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/delete/record.ts)_
1220
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/delete/record.ts)_
1221
1221
 
1222
1222
  ## `sf data delete resume`
1223
1223
 
@@ -1254,7 +1254,7 @@ EXAMPLES
1254
1254
  $ sf data delete resume --use-most-recent --target-org my-scratch
1255
1255
  ```
1256
1256
 
1257
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/delete/resume.ts)_
1257
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/delete/resume.ts)_
1258
1258
 
1259
1259
  ## `sf data export beta tree`
1260
1260
 
@@ -1295,8 +1295,8 @@ EXAMPLES
1295
1295
  Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
1296
1296
  uses your default org:
1297
1297
 
1298
- $ sf data export beta tree --query "SELECT Id, Name, (SELECT Name, Address\_\_c FROM Properties\_\_r) FROM \
1299
- Broker\_\_c"
1298
+ $ sf data export beta tree --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM \
1299
+ Broker__c"
1300
1300
 
1301
1301
  Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
1302
1302
  aggregates them:
@@ -1310,7 +1310,7 @@ EXAMPLES
1310
1310
  my-scratch
1311
1311
  ```
1312
1312
 
1313
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/export/beta/tree.ts)_
1313
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/export/beta/tree.ts)_
1314
1314
 
1315
1315
  ## `sf data export tree`
1316
1316
 
@@ -1354,8 +1354,7 @@ EXAMPLES
1354
1354
  Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
1355
1355
  uses your default org:
1356
1356
 
1357
- $ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address\_\_c FROM Properties\_\_r) FROM \
1358
- Broker\_\_c"
1357
+ $ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c"
1359
1358
 
1360
1359
  Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
1361
1360
  aggregates them:
@@ -1369,7 +1368,7 @@ EXAMPLES
1369
1368
  my-scratch
1370
1369
  ```
1371
1370
 
1372
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/export/tree.ts)_
1371
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/export/tree.ts)_
1373
1372
 
1374
1373
  ## `sf data get record`
1375
1374
 
@@ -1431,7 +1430,7 @@ EXAMPLES
1431
1430
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1432
1431
  ```
1433
1432
 
1434
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/get/record.ts)_
1433
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/get/record.ts)_
1435
1434
 
1436
1435
  ## `sf data import beta tree`
1437
1436
 
@@ -1473,7 +1472,7 @@ EXAMPLES
1473
1472
  $ sf data import beta tree --plan Account-Contact-plan.json
1474
1473
  ```
1475
1474
 
1476
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/import/beta/tree.ts)_
1475
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/import/beta/tree.ts)_
1477
1476
 
1478
1477
  ## `sf data import tree`
1479
1478
 
@@ -1522,7 +1521,7 @@ EXAMPLES
1522
1521
  $ sf data import tree --plan Account-Contact-plan.json
1523
1522
  ```
1524
1523
 
1525
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/import/tree.ts)_
1524
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/import/tree.ts)_
1526
1525
 
1527
1526
  ## `sf data query`
1528
1527
 
@@ -1585,7 +1584,7 @@ EXAMPLES
1585
1584
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1586
1585
  ```
1587
1586
 
1588
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/query.ts)_
1587
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/query.ts)_
1589
1588
 
1590
1589
  ## `sf data query resume`
1591
1590
 
@@ -1621,7 +1620,7 @@ EXAMPLES
1621
1620
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1622
1621
  ```
1623
1622
 
1624
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/query/resume.ts)_
1623
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/query/resume.ts)_
1625
1624
 
1626
1625
  ## `sf data resume`
1627
1626
 
@@ -1657,7 +1656,7 @@ EXAMPLES
1657
1656
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1658
1657
  ```
1659
1658
 
1660
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/resume.ts)_
1659
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/resume.ts)_
1661
1660
 
1662
1661
  ## `sf data update record`
1663
1662
 
@@ -1718,7 +1717,7 @@ EXAMPLES
1718
1717
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1719
1718
  ```
1720
1719
 
1721
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/update/record.ts)_
1720
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/update/record.ts)_
1722
1721
 
1723
1722
  ## `sf data upsert bulk`
1724
1723
 
@@ -1770,7 +1769,7 @@ EXAMPLES
1770
1769
  my-scratch
1771
1770
  ```
1772
1771
 
1773
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/upsert/bulk.ts)_
1772
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/upsert/bulk.ts)_
1774
1773
 
1775
1774
  ## `sf data upsert resume`
1776
1775
 
@@ -1807,7 +1806,7 @@ EXAMPLES
1807
1806
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1808
1807
  ```
1809
1808
 
1810
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/upsert/resume.ts)_
1809
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/data/upsert/resume.ts)_
1811
1810
 
1812
1811
  ## `sf doctor`
1813
1812
 
@@ -1854,7 +1853,7 @@ EXAMPLES
1854
1853
  $ sf doctor --plugin @salesforce/plugin-source
1855
1854
  ```
1856
1855
 
1857
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.26/src/commands/doctor.ts)_
1856
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.27/src/commands/doctor.ts)_
1858
1857
 
1859
1858
  ## `sf force data bulk delete`
1860
1859
 
@@ -1899,7 +1898,7 @@ EXAMPLES
1899
1898
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1900
1899
  ```
1901
1900
 
1902
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/force/data/bulk/delete.ts)_
1901
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/force/data/bulk/delete.ts)_
1903
1902
 
1904
1903
  ## `sf force data bulk status`
1905
1904
 
@@ -1935,7 +1934,7 @@ EXAMPLES
1935
1934
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1936
1935
  ```
1937
1936
 
1938
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/force/data/bulk/status.ts)_
1937
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/force/data/bulk/status.ts)_
1939
1938
 
1940
1939
  ## `sf force data bulk upsert`
1941
1940
 
@@ -1992,7 +1991,7 @@ EXAMPLES
1992
1991
  --target-org my-scratch
1993
1992
  ```
1994
1993
 
1995
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/force/data/bulk/upsert.ts)_
1994
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.2/src/commands/force/data/bulk/upsert.ts)_
1996
1995
 
1997
1996
  ## `sf help [COMMANDS]`
1998
1997
 
@@ -2051,7 +2050,7 @@ EXAMPLES
2051
2050
  $ sf info releasenotes display --version latest
2052
2051
  ```
2053
2052
 
2054
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.26/src/commands/info/releasenotes/display.ts)_
2053
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.27/src/commands/info/releasenotes/display.ts)_
2055
2054
 
2056
2055
  ## `sf lightning generate app`
2057
2056
 
@@ -2104,7 +2103,7 @@ FLAG DESCRIPTIONS
2104
2103
  Supplied parameter values or default values are filled into a copy of the template.
2105
2104
  ```
2106
2105
 
2107
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/app.ts)_
2106
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/lightning/generate/app.ts)_
2108
2107
 
2109
2108
  ## `sf lightning generate component`
2110
2109
 
@@ -2172,7 +2171,7 @@ FLAG DESCRIPTIONS
2172
2171
  Supplied parameter values or default values are filled into a copy of the template.
2173
2172
  ```
2174
2173
 
2175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/component.ts)_
2174
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/lightning/generate/component.ts)_
2176
2175
 
2177
2176
  ## `sf lightning generate event`
2178
2177
 
@@ -2225,7 +2224,7 @@ FLAG DESCRIPTIONS
2225
2224
  Supplied parameter values or default values are filled into a copy of the template.
2226
2225
  ```
2227
2226
 
2228
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/event.ts)_
2227
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/lightning/generate/event.ts)_
2229
2228
 
2230
2229
  ## `sf lightning generate interface`
2231
2230
 
@@ -2278,7 +2277,7 @@ FLAG DESCRIPTIONS
2278
2277
  Supplied parameter values or default values are filled into a copy of the template.
2279
2278
  ```
2280
2279
 
2281
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/interface.ts)_
2280
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/lightning/generate/interface.ts)_
2282
2281
 
2283
2282
  ## `sf lightning generate test`
2284
2283
 
@@ -2331,7 +2330,7 @@ FLAG DESCRIPTIONS
2331
2330
  Supplied parameter values or default values are filled into a copy of the template.
2332
2331
  ```
2333
2332
 
2334
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/test.ts)_
2333
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/lightning/generate/test.ts)_
2335
2334
 
2336
2335
  ## `sf org assign permset`
2337
2336
 
@@ -2374,7 +2373,7 @@ EXAMPLES
2374
2373
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
2375
2374
  ```
2376
2375
 
2377
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/assign/permset.ts)_
2376
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.11/src/commands/org/assign/permset.ts)_
2378
2377
 
2379
2378
  ## `sf org assign permsetlicense`
2380
2379
 
@@ -2418,7 +2417,7 @@ EXAMPLES
2418
2417
  user3
2419
2418
  ```
2420
2419
 
2421
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/assign/permsetlicense.ts)_
2420
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.11/src/commands/org/assign/permsetlicense.ts)_
2422
2421
 
2423
2422
  ## `sf org create sandbox`
2424
2423
 
@@ -2523,7 +2522,7 @@ FLAG DESCRIPTIONS
2523
2522
  sandbox.
2524
2523
  ```
2525
2524
 
2526
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/create/sandbox.ts)_
2525
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/create/sandbox.ts)_
2527
2526
 
2528
2527
  ## `sf org create scratch`
2529
2528
 
@@ -2676,7 +2675,7 @@ FLAG DESCRIPTIONS
2676
2675
  Omit this flag to have Salesforce generate a unique username for your org.
2677
2676
  ```
2678
2677
 
2679
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/create/scratch.ts)_
2678
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/create/scratch.ts)_
2680
2679
 
2681
2680
  ## `sf org create user`
2682
2681
 
@@ -2782,7 +2781,7 @@ FLAG DESCRIPTIONS
2782
2781
  might be different than what you specify in the definition file.
2783
2782
  ```
2784
2783
 
2785
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/create/user.ts)_
2784
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.11/src/commands/org/create/user.ts)_
2786
2785
 
2787
2786
  ## `sf org delete sandbox`
2788
2787
 
@@ -2826,7 +2825,7 @@ EXAMPLES
2826
2825
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
2827
2826
  ```
2828
2827
 
2829
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/delete/sandbox.ts)_
2828
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/delete/sandbox.ts)_
2830
2829
 
2831
2830
  ## `sf org delete scratch`
2832
2831
 
@@ -2868,7 +2867,7 @@ EXAMPLES
2868
2867
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
2869
2868
  ```
2870
2869
 
2871
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/delete/scratch.ts)_
2870
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/delete/scratch.ts)_
2872
2871
 
2873
2872
  ## `sf org disable tracking`
2874
2873
 
@@ -2906,7 +2905,7 @@ EXAMPLES
2906
2905
  $ sf org disable tracking
2907
2906
  ```
2908
2907
 
2909
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/disable/tracking.ts)_
2908
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/disable/tracking.ts)_
2910
2909
 
2911
2910
  ## `sf org display`
2912
2911
 
@@ -2950,7 +2949,7 @@ EXAMPLES
2950
2949
  $ sf org display --target-org TestOrg1 --verbose
2951
2950
  ```
2952
2951
 
2953
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/display.ts)_
2952
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/display.ts)_
2954
2953
 
2955
2954
  ## `sf org display user`
2956
2955
 
@@ -2988,7 +2987,7 @@ EXAMPLES
2988
2987
  $ sf org display user --target-org me@my.org --json
2989
2988
  ```
2990
2989
 
2991
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/display/user.ts)_
2990
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.11/src/commands/org/display/user.ts)_
2992
2991
 
2993
2992
  ## `sf org enable tracking`
2994
2993
 
@@ -3029,7 +3028,7 @@ EXAMPLES
3029
3028
  $ sf org enable tracking
3030
3029
  ```
3031
3030
 
3032
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/enable/tracking.ts)_
3031
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/enable/tracking.ts)_
3033
3032
 
3034
3033
  ## `sf org generate password`
3035
3034
 
@@ -3094,7 +3093,7 @@ EXAMPLES
3094
3093
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
3095
3094
  ```
3096
3095
 
3097
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/generate/password.ts)_
3096
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.11/src/commands/org/generate/password.ts)_
3098
3097
 
3099
3098
  ## `sf org list`
3100
3099
 
@@ -3132,7 +3131,7 @@ EXAMPLES
3132
3131
  $ sf org list --clean
3133
3132
  ```
3134
3133
 
3135
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/list.ts)_
3134
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/list.ts)_
3136
3135
 
3137
3136
  ## `sf org list auth`
3138
3137
 
@@ -3163,7 +3162,7 @@ EXAMPLES
3163
3162
  $ sf org list auth
3164
3163
  ```
3165
3164
 
3166
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/list/auth.ts)_
3165
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.13/src/commands/org/list/auth.ts)_
3167
3166
 
3168
3167
  ## `sf org list limits`
3169
3168
 
@@ -3202,7 +3201,7 @@ EXAMPLES
3202
3201
  $ sf org list limits --target-org my-scratch-org
3203
3202
  ```
3204
3203
 
3205
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.9/src/commands/org/list/limits.ts)_
3204
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.10/src/commands/org/list/limits.ts)_
3206
3205
 
3207
3206
  ## `sf org list metadata`
3208
3207
 
@@ -3267,7 +3266,7 @@ FLAG DESCRIPTIONS
3267
3266
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3268
3267
  ```
3269
3268
 
3270
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/list/metadata.ts)_
3269
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/list/metadata.ts)_
3271
3270
 
3272
3271
  ## `sf org list metadata-types`
3273
3272
 
@@ -3321,7 +3320,7 @@ FLAG DESCRIPTIONS
3321
3320
  Override the api version used for api requests made by this command
3322
3321
  ```
3323
3322
 
3324
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/list/metadata-types.ts)_
3323
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/list/metadata-types.ts)_
3325
3324
 
3326
3325
  ## `sf org list sobject record-counts`
3327
3326
 
@@ -3366,7 +3365,7 @@ EXAMPLES
3366
3365
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3367
3366
  ```
3368
3367
 
3369
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.9/src/commands/org/list/sobject/record-counts.ts)_
3368
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.10/src/commands/org/list/sobject/record-counts.ts)_
3370
3369
 
3371
3370
  ## `sf org list users`
3372
3371
 
@@ -3403,7 +3402,7 @@ EXAMPLES
3403
3402
  $ sf org list users --target-org me@my.org
3404
3403
  ```
3405
3404
 
3406
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/list/users.ts)_
3405
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.11/src/commands/org/list/users.ts)_
3407
3406
 
3408
3407
  ## `sf org login access-token`
3409
3408
 
@@ -3456,7 +3455,7 @@ FLAG DESCRIPTIONS
3456
3455
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3457
3456
  ```
3458
3457
 
3459
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/access-token.ts)_
3458
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.13/src/commands/org/login/access-token.ts)_
3460
3459
 
3461
3460
  ## `sf org login device`
3462
3461
 
@@ -3515,7 +3514,7 @@ FLAG DESCRIPTIONS
3515
3514
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3516
3515
  ```
3517
3516
 
3518
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/device.ts)_
3517
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.13/src/commands/org/login/device.ts)_
3519
3518
 
3520
3519
  ## `sf org login jwt`
3521
3520
 
@@ -3604,7 +3603,7 @@ FLAG DESCRIPTIONS
3604
3603
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3605
3604
  ```
3606
3605
 
3607
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/jwt.ts)_
3606
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.13/src/commands/org/login/jwt.ts)_
3608
3607
 
3609
3608
  ## `sf org login sfdx-url`
3610
3609
 
@@ -3669,7 +3668,7 @@ EXAMPLES
3669
3668
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3670
3669
  ```
3671
3670
 
3672
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/sfdx-url.ts)_
3671
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.13/src/commands/org/login/sfdx-url.ts)_
3673
3672
 
3674
3673
  ## `sf org login web`
3675
3674
 
@@ -3754,7 +3753,7 @@ FLAG DESCRIPTIONS
3754
3753
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3755
3754
  ```
3756
3755
 
3757
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/web.ts)_
3756
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.13/src/commands/org/login/web.ts)_
3758
3757
 
3759
3758
  ## `sf org logout`
3760
3759
 
@@ -3814,7 +3813,7 @@ FLAG DESCRIPTIONS
3814
3813
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3815
3814
  ```
3816
3815
 
3817
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/logout.ts)_
3816
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.13/src/commands/org/logout.ts)_
3818
3817
 
3819
3818
  ## `sf org open`
3820
3819
 
@@ -3885,7 +3884,7 @@ EXAMPLES
3885
3884
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
3886
3885
  ```
3887
3886
 
3888
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/open.ts)_
3887
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/open.ts)_
3889
3888
 
3890
3889
  ## `sf org resume sandbox`
3891
3890
 
@@ -3947,7 +3946,7 @@ FLAG DESCRIPTIONS
3947
3946
  returns the job ID. To resume checking the sandbox creation, rerun this command.
3948
3947
  ```
3949
3948
 
3950
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/resume/sandbox.ts)_
3949
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/resume/sandbox.ts)_
3951
3950
 
3952
3951
  ## `sf org resume scratch`
3953
3952
 
@@ -3993,7 +3992,7 @@ FLAG DESCRIPTIONS
3993
3992
  The job ID is valid for 24 hours after you start the scratch org creation.
3994
3993
  ```
3995
3994
 
3996
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/resume/scratch.ts)_
3995
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/resume/scratch.ts)_
3997
3996
 
3998
3997
  ## `sf package1 version create`
3999
3998
 
@@ -4059,7 +4058,7 @@ FLAG DESCRIPTIONS
4059
4058
  subscribers.
4060
4059
  ```
4061
4060
 
4062
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/create.ts)_
4061
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package1/version/create.ts)_
4063
4062
 
4064
4063
  ## `sf package1 version create get`
4065
4064
 
@@ -4091,7 +4090,7 @@ EXAMPLES
4091
4090
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
4092
4091
  ```
4093
4092
 
4094
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/create/get.ts)_
4093
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package1/version/create/get.ts)_
4095
4094
 
4096
4095
  ## `sf package1 version display`
4097
4096
 
@@ -4124,7 +4123,7 @@ EXAMPLES
4124
4123
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
4125
4124
  ```
4126
4125
 
4127
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/display.ts)_
4126
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package1/version/display.ts)_
4128
4127
 
4129
4128
  ## `sf package1 version list`
4130
4129
 
@@ -4161,7 +4160,7 @@ FLAG DESCRIPTIONS
4161
4160
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
4162
4161
  ```
4163
4162
 
4164
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/list.ts)_
4163
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package1/version/list.ts)_
4165
4164
 
4166
4165
  ## `sf package create`
4167
4166
 
@@ -4239,7 +4238,7 @@ FLAG DESCRIPTIONS
4239
4238
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4240
4239
  ```
4241
4240
 
4242
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/create.ts)_
4241
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/create.ts)_
4243
4242
 
4244
4243
  ## `sf package delete`
4245
4244
 
@@ -4280,7 +4279,7 @@ EXAMPLES
4280
4279
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4281
4280
  ```
4282
4281
 
4283
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/delete.ts)_
4282
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/delete.ts)_
4284
4283
 
4285
4284
  ## `sf package install`
4286
4285
 
@@ -4378,7 +4377,7 @@ FLAG DESCRIPTIONS
4378
4377
  specify DeprecateOnly or Delete only for unlocked package upgrades.
4379
4378
  ```
4380
4379
 
4381
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/install.ts)_
4380
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/install.ts)_
4382
4381
 
4383
4382
  ## `sf package install report`
4384
4383
 
@@ -4410,7 +4409,7 @@ EXAMPLES
4410
4409
  $ sf package install report --request-id 0Hf... --target-org me@example.com
4411
4410
  ```
4412
4411
 
4413
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/install/report.ts)_
4412
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/install/report.ts)_
4414
4413
 
4415
4414
  ## `sf package installed list`
4416
4415
 
@@ -4441,7 +4440,7 @@ EXAMPLES
4441
4440
  $ sf package installed list --target-org me@example.com
4442
4441
  ```
4443
4442
 
4444
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/installed/list.ts)_
4443
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/installed/list.ts)_
4445
4444
 
4446
4445
  ## `sf package list`
4447
4446
 
@@ -4478,7 +4477,7 @@ EXAMPLES
4478
4477
  $ sf package list --target-dev-hub devhub@example.com --verbose
4479
4478
  ```
4480
4479
 
4481
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/list.ts)_
4480
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/list.ts)_
4482
4481
 
4483
4482
  ## `sf package uninstall`
4484
4483
 
@@ -4525,7 +4524,7 @@ EXAMPLES
4525
4524
  $ sf package uninstall --package "Undesirable Package Alias"
4526
4525
  ```
4527
4526
 
4528
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/uninstall.ts)_
4527
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/uninstall.ts)_
4529
4528
 
4530
4529
  ## `sf package uninstall report`
4531
4530
 
@@ -4557,7 +4556,7 @@ EXAMPLES
4557
4556
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
4558
4557
  ```
4559
4558
 
4560
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/uninstall/report.ts)_
4559
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/uninstall/report.ts)_
4561
4560
 
4562
4561
  ## `sf package update`
4563
4562
 
@@ -4611,7 +4610,7 @@ FLAG DESCRIPTIONS
4611
4610
  associated with your package.
4612
4611
  ```
4613
4612
 
4614
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/update.ts)_
4613
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/update.ts)_
4615
4614
 
4616
4615
  ## `sf package version create`
4617
4616
 
@@ -4766,7 +4765,7 @@ FLAG DESCRIPTIONS
4766
4765
  periods of no output from commands.
4767
4766
  ```
4768
4767
 
4769
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/create.ts)_
4768
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/create.ts)_
4770
4769
 
4771
4770
  ## `sf package version create list`
4772
4771
 
@@ -4826,7 +4825,7 @@ EXAMPLES
4826
4825
  $ sf package version create list --created-last-days 0 --status Success
4827
4826
  ```
4828
4827
 
4829
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/create/list.ts)_
4828
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/create/list.ts)_
4830
4829
 
4831
4830
  ## `sf package version create report`
4832
4831
 
@@ -4868,7 +4867,7 @@ EXAMPLES
4868
4867
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
4869
4868
  ```
4870
4869
 
4871
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/create/report.ts)_
4870
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/create/report.ts)_
4872
4871
 
4873
4872
  ## `sf package version delete`
4874
4873
 
@@ -4906,7 +4905,7 @@ EXAMPLES
4906
4905
  $ sf package version delete --package 04t... --target-org devhub@example.com
4907
4906
  ```
4908
4907
 
4909
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/delete.ts)_
4908
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/delete.ts)_
4910
4909
 
4911
4910
  ## `sf package version displayancestry`
4912
4911
 
@@ -4964,7 +4963,7 @@ FLAG DESCRIPTIONS
4964
4963
  You can use the DOT code output in graph visualization software to create tree visualizations.
4965
4964
  ```
4966
4965
 
4967
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/displayancestry.ts)_
4966
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/displayancestry.ts)_
4968
4967
 
4969
4968
  ## `sf package version list`
4970
4969
 
@@ -5032,7 +5031,7 @@ EXAMPLES
5032
5031
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5033
5032
  ```
5034
5033
 
5035
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/list.ts)_
5034
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/list.ts)_
5036
5035
 
5037
5036
  ## `sf package version promote`
5038
5037
 
@@ -5075,7 +5074,7 @@ EXAMPLES
5075
5074
  $ sf package version promote --package "Awesome Package Alias"
5076
5075
  ```
5077
5076
 
5078
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/promote.ts)_
5077
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/promote.ts)_
5079
5078
 
5080
5079
  ## `sf package version report`
5081
5080
 
@@ -5114,7 +5113,7 @@ EXAMPLES
5114
5113
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5115
5114
  ```
5116
5115
 
5117
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/report.ts)_
5116
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/report.ts)_
5118
5117
 
5119
5118
  ## `sf package version update`
5120
5119
 
@@ -5166,7 +5165,7 @@ EXAMPLES
5166
5165
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5167
5166
  ```
5168
5167
 
5169
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/update.ts)_
5168
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.10/src/commands/package/version/update.ts)_
5170
5169
 
5171
5170
  ## `sf plugins`
5172
5171
 
@@ -5189,7 +5188,7 @@ EXAMPLES
5189
5188
  $ sf plugins
5190
5189
  ```
5191
5190
 
5192
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/index.ts)_
5191
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/index.ts)_
5193
5192
 
5194
5193
  ## `sf plugins discover`
5195
5194
 
@@ -5206,7 +5205,7 @@ EXAMPLES
5206
5205
  $ sf plugins discover
5207
5206
  ```
5208
5207
 
5209
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.24/src/commands/plugins/discover.ts)_
5208
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.25/src/commands/plugins/discover.ts)_
5210
5209
 
5211
5210
  ## `sf plugins:inspect PLUGIN...`
5212
5211
 
@@ -5233,7 +5232,7 @@ EXAMPLES
5233
5232
  $ sf plugins inspect myplugin
5234
5233
  ```
5235
5234
 
5236
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/inspect.ts)_
5235
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/inspect.ts)_
5237
5236
 
5238
5237
  ## `sf plugins:install PLUGIN...`
5239
5238
 
@@ -5277,7 +5276,7 @@ EXAMPLES
5277
5276
  $ sf plugins install someuser/someplugin
5278
5277
  ```
5279
5278
 
5280
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/install.ts)_
5279
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/install.ts)_
5281
5280
 
5282
5281
  ## `sf plugins:link PLUGIN`
5283
5282
 
@@ -5307,7 +5306,7 @@ EXAMPLES
5307
5306
  $ sf plugins link myplugin
5308
5307
  ```
5309
5308
 
5310
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/link.ts)_
5309
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/link.ts)_
5311
5310
 
5312
5311
  ## `sf plugins reset`
5313
5312
 
@@ -5322,7 +5321,7 @@ FLAGS
5322
5321
  --reinstall Reinstall all plugins after uninstalling.
5323
5322
  ```
5324
5323
 
5325
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/reset.ts)_
5324
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/reset.ts)_
5326
5325
 
5327
5326
  ## `sf plugins trust verify`
5328
5327
 
@@ -5350,7 +5349,7 @@ EXAMPLES
5350
5349
  $ sf plugins trust verify --npm @scope/npmName
5351
5350
  ```
5352
5351
 
5353
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.9/src/commands/plugins/trust/verify.ts)_
5352
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.10/src/commands/plugins/trust/verify.ts)_
5354
5353
 
5355
5354
  ## `sf plugins:uninstall PLUGIN...`
5356
5355
 
@@ -5378,7 +5377,7 @@ EXAMPLES
5378
5377
  $ sf plugins uninstall myplugin
5379
5378
  ```
5380
5379
 
5381
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/uninstall.ts)_
5380
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/uninstall.ts)_
5382
5381
 
5383
5382
  ## `sf plugins update`
5384
5383
 
@@ -5396,7 +5395,7 @@ DESCRIPTION
5396
5395
  Update installed plugins.
5397
5396
  ```
5398
5397
 
5399
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/update.ts)_
5398
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.5/src/commands/plugins/update.ts)_
5400
5399
 
5401
5400
  ## `sf project convert mdapi`
5402
5401
 
@@ -5458,7 +5457,7 @@ FLAG DESCRIPTIONS
5458
5457
  If you specify this parameter, don’t specify --metadata or --source-dir.
5459
5458
  ```
5460
5459
 
5461
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/convert/mdapi.ts)_
5460
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/convert/mdapi.ts)_
5462
5461
 
5463
5462
  ## `sf project convert source`
5464
5463
 
@@ -5470,7 +5469,7 @@ USAGE
5470
5469
  <value> | -m <value>]
5471
5470
 
5472
5471
  FLAGS
5473
- -d, --output-dir=<value> [default: metadataPackage_1708170524782] Output directory to store the Metadata
5472
+ -d, --output-dir=<value> [default: metadataPackage_1708483755278] Output directory to store the Metadata
5474
5473
  API–formatted files in.
5475
5474
  -m, --metadata=<value>... Metadata component names to convert.
5476
5475
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5530,7 +5529,7 @@ FLAG DESCRIPTIONS
5530
5529
  Override the api version used for api requests made by this command
5531
5530
  ```
5532
5531
 
5533
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/convert/source.ts)_
5532
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/convert/source.ts)_
5534
5533
 
5535
5534
  ## `sf project delete source`
5536
5535
 
@@ -5669,7 +5668,7 @@ FLAG DESCRIPTIONS
5669
5668
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5670
5669
  ```
5671
5670
 
5672
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/delete/source.ts)_
5671
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/delete/source.ts)_
5673
5672
 
5674
5673
  ## `sf project delete tracking`
5675
5674
 
@@ -5705,7 +5704,7 @@ EXAMPLES
5705
5704
  $ sf project delete tracking --target-org my-scratch
5706
5705
  ```
5707
5706
 
5708
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/delete/tracking.ts)_
5707
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/delete/tracking.ts)_
5709
5708
 
5710
5709
  ## `sf project deploy cancel`
5711
5710
 
@@ -5775,7 +5774,7 @@ FLAG DESCRIPTIONS
5775
5774
  project deploy report".
5776
5775
  ```
5777
5776
 
5778
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/cancel.ts)_
5777
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/deploy/cancel.ts)_
5779
5778
 
5780
5779
  ## `sf project deploy preview`
5781
5780
 
@@ -5859,7 +5858,7 @@ FLAG DESCRIPTIONS
5859
5858
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5860
5859
  ```
5861
5860
 
5862
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/preview.ts)_
5861
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/deploy/preview.ts)_
5863
5862
 
5864
5863
  ## `sf project deploy quick`
5865
5864
 
@@ -5952,7 +5951,7 @@ ERROR CODES
5952
5951
  Canceling (69) The deploy is being canceled.
5953
5952
  ```
5954
5953
 
5955
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/quick.ts)_
5954
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/deploy/quick.ts)_
5956
5955
 
5957
5956
  ## `sf project deploy report`
5958
5957
 
@@ -6047,7 +6046,7 @@ FLAG DESCRIPTIONS
6047
6046
  --coverage-formatters lcov --coverage-formatters clover
6048
6047
  ```
6049
6048
 
6050
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/report.ts)_
6049
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/deploy/report.ts)_
6051
6050
 
6052
6051
  ## `sf project deploy resume`
6053
6052
 
@@ -6143,7 +6142,7 @@ ERROR CODES
6143
6142
  Canceling (69) The deploy is being canceled.
6144
6143
  ```
6145
6144
 
6146
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/resume.ts)_
6145
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/deploy/resume.ts)_
6147
6146
 
6148
6147
  ## `sf project deploy start`
6149
6148
 
@@ -6372,7 +6371,7 @@ ERROR CODES
6372
6371
  Canceling (69) The deploy is being canceled.
6373
6372
  ```
6374
6373
 
6375
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/start.ts)_
6374
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/deploy/start.ts)_
6376
6375
 
6377
6376
  ## `sf project deploy validate`
6378
6377
 
@@ -6551,7 +6550,7 @@ ERROR CODES
6551
6550
  Canceling (69) The deploy is being canceled.
6552
6551
  ```
6553
6552
 
6554
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/validate.ts)_
6553
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/deploy/validate.ts)_
6555
6554
 
6556
6555
  ## `sf project generate`
6557
6556
 
@@ -6655,7 +6654,7 @@ FLAG DESCRIPTIONS
6655
6654
  Override the api version used for api requests made by this command
6656
6655
  ```
6657
6656
 
6658
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/project/generate.ts)_
6657
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/project/generate.ts)_
6659
6658
 
6660
6659
  ## `sf project generate manifest`
6661
6660
 
@@ -6730,7 +6729,7 @@ EXAMPLES
6730
6729
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6731
6730
  ```
6732
6731
 
6733
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/generate/manifest.ts)_
6732
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/generate/manifest.ts)_
6734
6733
 
6735
6734
  ## `sf project list ignored`
6736
6735
 
@@ -6771,7 +6770,7 @@ EXAMPLES
6771
6770
  $ sf project list ignored --source-dir package.xml
6772
6771
  ```
6773
6772
 
6774
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/list/ignored.ts)_
6773
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/list/ignored.ts)_
6775
6774
 
6776
6775
  ## `sf project reset tracking`
6777
6776
 
@@ -6819,7 +6818,7 @@ EXAMPLES
6819
6818
  $ sf project reset tracking --revision 30
6820
6819
  ```
6821
6820
 
6822
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/reset/tracking.ts)_
6821
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/reset/tracking.ts)_
6823
6822
 
6824
6823
  ## `sf project retrieve preview`
6825
6824
 
@@ -6875,7 +6874,7 @@ FLAG DESCRIPTIONS
6875
6874
  Overrides your default org.
6876
6875
  ```
6877
6876
 
6878
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/retrieve/preview.ts)_
6877
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/retrieve/preview.ts)_
6879
6878
 
6880
6879
  ## `sf project retrieve start`
6881
6880
 
@@ -7029,7 +7028,7 @@ ENVIRONMENT VARIABLES
7029
7028
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7030
7029
  ```
7031
7030
 
7032
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/retrieve/start.ts)_
7031
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.16/src/commands/project/retrieve/start.ts)_
7033
7032
 
7034
7033
  ## `sf schema generate field`
7035
7034
 
@@ -7080,7 +7079,7 @@ FLAG DESCRIPTIONS
7080
7079
  If you don't specify this flag, the command prompts you to choose from your local objects.
7081
7080
  ```
7082
7081
 
7083
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/field.ts)_
7082
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.13/src/commands/schema/generate/field.ts)_
7084
7083
 
7085
7084
  ## `sf schema generate platformevent`
7086
7085
 
@@ -7109,7 +7108,7 @@ EXAMPLES
7109
7108
  $ sf schema generate platformevent --label "My Platform Event"
7110
7109
  ```
7111
7110
 
7112
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/platformevent.ts)_
7111
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.13/src/commands/schema/generate/platformevent.ts)_
7113
7112
 
7114
7113
  ## `sf schema generate sobject`
7115
7114
 
@@ -7163,7 +7162,7 @@ FLAG DESCRIPTIONS
7163
7162
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7164
7163
  ```
7165
7164
 
7166
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/sobject.ts)_
7165
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.13/src/commands/schema/generate/sobject.ts)_
7167
7166
 
7168
7167
  ## `sf schema generate tab`
7169
7168
 
@@ -7210,7 +7209,7 @@ FLAG DESCRIPTIONS
7210
7209
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7211
7210
  ```
7212
7211
 
7213
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/tab.ts)_
7212
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.13/src/commands/schema/generate/tab.ts)_
7214
7213
 
7215
7214
  ## `sf search`
7216
7215
 
@@ -7226,7 +7225,7 @@ DESCRIPTION
7226
7225
  Once you select a command, hit enter and it will show the help for that command.
7227
7226
  ```
7228
7227
 
7229
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.15/src/commands/search.ts)_
7228
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.16/src/commands/search.ts)_
7230
7229
 
7231
7230
  ## `sf sobject describe`
7232
7231
 
@@ -7370,7 +7369,7 @@ FLAG DESCRIPTIONS
7370
7369
  etc.
7371
7370
  ```
7372
7371
 
7373
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/static-resource/generate.ts)_
7372
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/static-resource/generate.ts)_
7374
7373
 
7375
7374
  ## `sf update [CHANNEL]`
7376
7375
 
@@ -7482,7 +7481,7 @@ FLAG DESCRIPTIONS
7482
7481
  Supplied parameter values or default values are filled into a copy of the template.
7483
7482
  ```
7484
7483
 
7485
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/visualforce/generate/component.ts)_
7484
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/visualforce/generate/component.ts)_
7486
7485
 
7487
7486
  ## `sf visualforce generate page`
7488
7487
 
@@ -7530,7 +7529,7 @@ FLAG DESCRIPTIONS
7530
7529
  The name can be up to 40 characters and must start with a letter.
7531
7530
  ```
7532
7531
 
7533
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/visualforce/generate/page.ts)_
7532
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.16/src/commands/visualforce/generate/page.ts)_
7534
7533
 
7535
7534
  ## `sf which`
7536
7535