@salesforce/cli 2.57.3 → 2.57.5

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.57.3 linux-x64 node-v20.16.0
27
+ @salesforce/cli/2.57.5 linux-x64 node-v20.16.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -205,7 +205,7 @@ EXAMPLES
205
205
  $ sf alias list
206
206
  ```
207
207
 
208
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.13/src/commands/alias/list.ts)_
208
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.15/src/commands/alias/list.ts)_
209
209
 
210
210
  ## `sf alias set`
211
211
 
@@ -254,7 +254,7 @@ EXAMPLES
254
254
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
255
255
  ```
256
256
 
257
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.13/src/commands/alias/set.ts)_
257
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.15/src/commands/alias/set.ts)_
258
258
 
259
259
  ## `sf alias unset`
260
260
 
@@ -294,7 +294,7 @@ EXAMPLES
294
294
  $ sf alias unset --all [--no-prompt]
295
295
  ```
296
296
 
297
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.13/src/commands/alias/unset.ts)_
297
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.15/src/commands/alias/unset.ts)_
298
298
 
299
299
  ## `sf analytics generate template`
300
300
 
@@ -336,7 +336,7 @@ FLAG DESCRIPTIONS
336
336
  directory.
337
337
  ```
338
338
 
339
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/analytics/generate/template.ts)_
339
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/analytics/generate/template.ts)_
340
340
 
341
341
  ## `sf apex generate class`
342
342
 
@@ -395,7 +395,7 @@ FLAG DESCRIPTIONS
395
395
  Supplied parameter values or default values are filled into a copy of the template.
396
396
  ```
397
397
 
398
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/apex/generate/class.ts)_
398
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/apex/generate/class.ts)_
399
399
 
400
400
  ## `sf apex generate trigger`
401
401
 
@@ -464,7 +464,7 @@ FLAG DESCRIPTIONS
464
464
  Supplied parameter values or default values are filled into a copy of the template.
465
465
  ```
466
466
 
467
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/apex/generate/trigger.ts)_
467
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/apex/generate/trigger.ts)_
468
468
 
469
469
  ## `sf apex get log`
470
470
 
@@ -520,7 +520,7 @@ FLAG DESCRIPTIONS
520
520
  directory.
521
521
  ```
522
522
 
523
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/get/log.ts)_
523
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/get/log.ts)_
524
524
 
525
525
  ## `sf apex get test`
526
526
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  me@myorg'
576
576
  ```
577
577
 
578
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/get/test.ts)_
578
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/get/test.ts)_
579
579
 
580
580
  ## `sf apex list log`
581
581
 
@@ -615,7 +615,7 @@ EXAMPLES
615
615
  $ sf apex list log --target-org me@my.org
616
616
  ```
617
617
 
618
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/list/log.ts)_
618
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/list/log.ts)_
619
619
 
620
620
  ## `sf apex run`
621
621
 
@@ -662,7 +662,7 @@ EXAMPLES
662
662
  $ sf apex run
663
663
  ```
664
664
 
665
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/run.ts)_
665
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/run.ts)_
666
666
 
667
667
  ## `sf apex run test`
668
668
 
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
802
802
  --tests Test1 --tests Test2
803
803
  ```
804
804
 
805
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/run/test.ts)_
805
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/run/test.ts)_
806
806
 
807
807
  ## `sf apex tail log`
808
808
 
@@ -845,7 +845,7 @@ EXAMPLES
845
845
  $ sf apex tail log --color --skip-trace-flag
846
846
  ```
847
847
 
848
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/tail/log.ts)_
848
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.4.5/src/commands/apex/tail/log.ts)_
849
849
 
850
850
  ## `sf api request graphql`
851
851
 
@@ -992,7 +992,7 @@ $ sf autocomplete --refresh-cache
992
992
 
993
993
  ```
994
994
 
995
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.0/src/commands/autocomplete/index.ts)_
995
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.2/src/commands/autocomplete/index.ts)_
996
996
 
997
997
  ## `sf commands`
998
998
 
@@ -1023,7 +1023,7 @@ List all sf commands.
1023
1023
 
1024
1024
  ```
1025
1025
 
1026
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.12/src/commands/commands.ts)_
1026
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.13/src/commands/commands.ts)_
1027
1027
 
1028
1028
  ## `sf config get`
1029
1029
 
@@ -1074,7 +1074,7 @@ org-capitalize-record-types Whether record types are capitalized on scratch org
1074
1074
 
1075
1075
  ```
1076
1076
 
1077
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.13/src/commands/config/get.ts)_
1077
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.15/src/commands/config/get.ts)_
1078
1078
 
1079
1079
  ## `sf config list`
1080
1080
 
@@ -1116,7 +1116,7 @@ List the global and local configuration variables that apply to your current con
1116
1116
 
1117
1117
  ```
1118
1118
 
1119
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.13/src/commands/config/list.ts)_
1119
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.15/src/commands/config/list.ts)_
1120
1120
 
1121
1121
  ## `sf config set`
1122
1122
 
@@ -1187,7 +1187,7 @@ org-capitalize-record-types Whether record types are capitalized on scratch org
1187
1187
 
1188
1188
  ```
1189
1189
 
1190
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.13/src/commands/config/set.ts)_
1190
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.15/src/commands/config/set.ts)_
1191
1191
 
1192
1192
  ## `sf config unset`
1193
1193
 
@@ -1239,7 +1239,7 @@ org-capitalize-record-types Whether record types are capitalized on scratch org
1239
1239
 
1240
1240
  ```
1241
1241
 
1242
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.13/src/commands/config/unset.ts)_
1242
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.15/src/commands/config/unset.ts)_
1243
1243
 
1244
1244
  ## `sf data create file`
1245
1245
 
@@ -1290,7 +1290,7 @@ Attach the file to a record in the org:
1290
1290
 
1291
1291
  ```
1292
1292
 
1293
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/create/file.ts)_
1293
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/create/file.ts)_
1294
1294
 
1295
1295
  ## `sf data create record`
1296
1296
 
@@ -1348,7 +1348,7 @@ Insert a record into the Tooling API object TraceFlag:
1348
1348
 
1349
1349
  ```
1350
1350
 
1351
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/create/record.ts)_
1351
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/create/record.ts)_
1352
1352
 
1353
1353
  ## `sf data delete bulk`
1354
1354
 
@@ -1408,7 +1408,7 @@ FLAG DESCRIPTIONS
1408
1408
 
1409
1409
  ```
1410
1410
 
1411
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/delete/bulk.ts)_
1411
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/delete/bulk.ts)_
1412
1412
 
1413
1413
  ## `sf data delete record`
1414
1414
 
@@ -1471,7 +1471,7 @@ Delete a record from the Tooling API object TraceFlag with the specified (trunca
1471
1471
 
1472
1472
  ```
1473
1473
 
1474
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/delete/record.ts)_
1474
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/delete/record.ts)_
1475
1475
 
1476
1476
  ## `sf data delete resume`
1477
1477
 
@@ -1512,7 +1512,7 @@ Resume the most recently run bulk delete job for an org with alias my-scratch:
1512
1512
 
1513
1513
  ```
1514
1514
 
1515
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/delete/resume.ts)_
1515
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/delete/resume.ts)_
1516
1516
 
1517
1517
  ## `sf data export tree`
1518
1518
 
@@ -1575,7 +1575,7 @@ command on the org with alias "my-scratch":
1575
1575
 
1576
1576
  ```
1577
1577
 
1578
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/export/tree.ts)_
1578
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/export/tree.ts)_
1579
1579
 
1580
1580
  ## `sf data get record`
1581
1581
 
@@ -1641,7 +1641,7 @@ Retrieve a record from the Tooling API object TraceFlag with the specified (trun
1641
1641
 
1642
1642
  ```
1643
1643
 
1644
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/get/record.ts)_
1644
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/get/record.ts)_
1645
1645
 
1646
1646
  ## `sf data import tree`
1647
1647
 
@@ -1708,7 +1708,7 @@ FLAG DESCRIPTIONS
1708
1708
 
1709
1709
  ```
1710
1710
 
1711
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/import/tree.ts)_
1711
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/import/tree.ts)_
1712
1712
 
1713
1713
  ## `sf data query`
1714
1714
 
@@ -1774,7 +1774,7 @@ Use Bulk API 2.0 to run a query that returns many rows, and return control to th
1774
1774
 
1775
1775
  ```
1776
1776
 
1777
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/query.ts)_
1777
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/query.ts)_
1778
1778
 
1779
1779
  ## `sf data query resume`
1780
1780
 
@@ -1814,7 +1814,7 @@ View the status of a bulk query with the specified ID:
1814
1814
 
1815
1815
  ```
1816
1816
 
1817
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/query/resume.ts)_
1817
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/query/resume.ts)_
1818
1818
 
1819
1819
  ## `sf data resume`
1820
1820
 
@@ -1853,7 +1853,7 @@ View the status of a bulk load job and a specific batches:
1853
1853
 
1854
1854
  ```
1855
1855
 
1856
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/resume.ts)_
1856
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/resume.ts)_
1857
1857
 
1858
1858
  ## `sf data search`
1859
1859
 
@@ -1905,7 +1905,7 @@ in the results:
1905
1905
 
1906
1906
  ```
1907
1907
 
1908
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/search.ts)_
1908
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/search.ts)_
1909
1909
 
1910
1910
  ## `sf data update record`
1911
1911
 
@@ -1969,7 +1969,7 @@ Update the ExpirationDate field of a record of the Tooling API object TraceFlag
1969
1969
 
1970
1970
  ```
1971
1971
 
1972
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/update/record.ts)_
1972
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/update/record.ts)_
1973
1973
 
1974
1974
  ## `sf data upsert bulk`
1975
1975
 
@@ -2024,7 +2024,7 @@ complete:
2024
2024
 
2025
2025
  ```
2026
2026
 
2027
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/upsert/bulk.ts)_
2027
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/upsert/bulk.ts)_
2028
2028
 
2029
2029
  ## `sf data upsert resume`
2030
2030
 
@@ -2065,7 +2065,7 @@ Resume the most recently run bulk upsert job for an org with alias my-scratch:
2065
2065
 
2066
2066
  ```
2067
2067
 
2068
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/upsert/resume.ts)_
2068
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/data/upsert/resume.ts)_
2069
2069
 
2070
2070
  ## `sf doctor`
2071
2071
 
@@ -2115,7 +2115,7 @@ Run CLI doctor diagnostics for a specific plugin:
2115
2115
 
2116
2116
  ```
2117
2117
 
2118
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.29/src/commands/doctor.ts)_
2118
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.30/src/commands/doctor.ts)_
2119
2119
 
2120
2120
  ## `sf force data bulk delete`
2121
2121
 
@@ -2164,7 +2164,7 @@ complete:
2164
2164
 
2165
2165
  ```
2166
2166
 
2167
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/force/data/bulk/delete.ts)_
2167
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/force/data/bulk/delete.ts)_
2168
2168
 
2169
2169
  ## `sf force data bulk status`
2170
2170
 
@@ -2203,7 +2203,7 @@ View the status of a bulk load job and a specific batches in an org with alias m
2203
2203
 
2204
2204
  ```
2205
2205
 
2206
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/force/data/bulk/status.ts)_
2206
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/force/data/bulk/status.ts)_
2207
2207
 
2208
2208
  ## `sf force data bulk upsert`
2209
2209
 
@@ -2263,7 +2263,7 @@ complete:
2263
2263
 
2264
2264
  ```
2265
2265
 
2266
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/force/data/bulk/upsert.ts)_
2266
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.3/src/commands/force/data/bulk/upsert.ts)_
2267
2267
 
2268
2268
  ## `sf help [COMMAND]`
2269
2269
 
@@ -2285,7 +2285,7 @@ Display help for sf.
2285
2285
 
2286
2286
  ```
2287
2287
 
2288
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.8/src/commands/help.ts)_
2288
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.10/src/commands/help.ts)_
2289
2289
 
2290
2290
  ## `sf info releasenotes display`
2291
2291
 
@@ -2327,7 +2327,7 @@ Display release notes for the CLI version that corresponds to a tag (stable, sta
2327
2327
 
2328
2328
  ```
2329
2329
 
2330
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.29/src/commands/info/releasenotes/display.ts)_
2330
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.30/src/commands/info/releasenotes/display.ts)_
2331
2331
 
2332
2332
  ## `sf lightning generate app`
2333
2333
 
@@ -2384,7 +2384,7 @@ FLAG DESCRIPTIONS
2384
2384
 
2385
2385
  ```
2386
2386
 
2387
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/lightning/generate/app.ts)_
2387
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/lightning/generate/app.ts)_
2388
2388
 
2389
2389
  ## `sf lightning generate component`
2390
2390
 
@@ -2455,7 +2455,7 @@ FLAG DESCRIPTIONS
2455
2455
 
2456
2456
  ```
2457
2457
 
2458
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/lightning/generate/component.ts)_
2458
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/lightning/generate/component.ts)_
2459
2459
 
2460
2460
  ## `sf lightning generate event`
2461
2461
 
@@ -2512,7 +2512,7 @@ FLAG DESCRIPTIONS
2512
2512
 
2513
2513
  ```
2514
2514
 
2515
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/lightning/generate/event.ts)_
2515
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/lightning/generate/event.ts)_
2516
2516
 
2517
2517
  ## `sf lightning generate interface`
2518
2518
 
@@ -2569,7 +2569,7 @@ FLAG DESCRIPTIONS
2569
2569
 
2570
2570
  ```
2571
2571
 
2572
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/lightning/generate/interface.ts)_
2572
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/lightning/generate/interface.ts)_
2573
2573
 
2574
2574
  ## `sf lightning generate test`
2575
2575
 
@@ -2626,7 +2626,7 @@ FLAG DESCRIPTIONS
2626
2626
 
2627
2627
  ```
2628
2628
 
2629
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/lightning/generate/test.ts)_
2629
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/lightning/generate/test.ts)_
2630
2630
 
2631
2631
  ## `sf org assign permset`
2632
2632
 
@@ -2673,7 +2673,7 @@ Assign the Dreamhouse permission set to the specified list of users of your defa
2673
2673
 
2674
2674
  ```
2675
2675
 
2676
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.25/src/commands/org/assign/permset.ts)_
2676
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.26/src/commands/org/assign/permset.ts)_
2677
2677
 
2678
2678
  ## `sf org assign permsetlicense`
2679
2679
 
@@ -2721,7 +2721,7 @@ Assign the Dreamhouse permission set license to the specified list of users of y
2721
2721
 
2722
2722
  ```
2723
2723
 
2724
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.25/src/commands/org/assign/permsetlicense.ts)_
2724
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.26/src/commands/org/assign/permsetlicense.ts)_
2725
2725
 
2726
2726
  ## `sf org create sandbox`
2727
2727
 
@@ -2840,7 +2840,7 @@ FLAG DESCRIPTIONS
2840
2840
 
2841
2841
  ```
2842
2842
 
2843
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/create/sandbox.ts)_
2843
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/create/sandbox.ts)_
2844
2844
 
2845
2845
  ## `sf org create scratch`
2846
2846
 
@@ -2996,7 +2996,7 @@ FLAG DESCRIPTIONS
2996
2996
 
2997
2997
  ```
2998
2998
 
2999
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/create/scratch.ts)_
2999
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/create/scratch.ts)_
3000
3000
 
3001
3001
  ## `sf org create user`
3002
3002
 
@@ -3106,7 +3106,7 @@ FLAG DESCRIPTIONS
3106
3106
 
3107
3107
  ```
3108
3108
 
3109
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.25/src/commands/org/create/user.ts)_
3109
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.26/src/commands/org/create/user.ts)_
3110
3110
 
3111
3111
  ## `sf org delete sandbox`
3112
3112
 
@@ -3154,7 +3154,7 @@ Delete the sandbox without prompting to confirm:
3154
3154
 
3155
3155
  ```
3156
3156
 
3157
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/delete/sandbox.ts)_
3157
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/delete/sandbox.ts)_
3158
3158
 
3159
3159
  ## `sf org delete scratch`
3160
3160
 
@@ -3200,7 +3200,7 @@ Delete the scratch org without prompting to confirm :
3200
3200
 
3201
3201
  ```
3202
3202
 
3203
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/delete/scratch.ts)_
3203
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/delete/scratch.ts)_
3204
3204
 
3205
3205
  ## `sf org disable tracking`
3206
3206
 
@@ -3241,7 +3241,7 @@ Disable source tracking for your default org:
3241
3241
 
3242
3242
  ```
3243
3243
 
3244
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/disable/tracking.ts)_
3244
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/disable/tracking.ts)_
3245
3245
 
3246
3246
  ## `sf org display`
3247
3247
 
@@ -3288,7 +3288,7 @@ Display information, including the sfdxAuthUrl property, about the org with alia
3288
3288
 
3289
3289
  ```
3290
3290
 
3291
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/display.ts)_
3291
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/display.ts)_
3292
3292
 
3293
3293
  ## `sf org display user`
3294
3294
 
@@ -3329,7 +3329,7 @@ Display information about the specified user and output in JSON format:
3329
3329
 
3330
3330
  ```
3331
3331
 
3332
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.25/src/commands/org/display/user.ts)_
3332
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.26/src/commands/org/display/user.ts)_
3333
3333
 
3334
3334
  ## `sf org enable tracking`
3335
3335
 
@@ -3373,7 +3373,7 @@ Enable source tracking for your default org:
3373
3373
 
3374
3374
  ```
3375
3375
 
3376
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/enable/tracking.ts)_
3376
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/enable/tracking.ts)_
3377
3377
 
3378
3378
  ## `sf org generate password`
3379
3379
 
@@ -3442,7 +3442,7 @@ with the "org create user" command:
3442
3442
 
3443
3443
  ```
3444
3444
 
3445
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.25/src/commands/org/generate/password.ts)_
3445
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.26/src/commands/org/generate/password.ts)_
3446
3446
 
3447
3447
  ## `sf org list`
3448
3448
 
@@ -3483,7 +3483,7 @@ List orgs and remove local org authorization info about non-active scratch orgs:
3483
3483
 
3484
3484
  ```
3485
3485
 
3486
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/list.ts)_
3486
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/list.ts)_
3487
3487
 
3488
3488
  ## `sf org list auth`
3489
3489
 
@@ -3517,7 +3517,7 @@ List local authorization information about your orgs:
3517
3517
 
3518
3518
  ```
3519
3519
 
3520
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.49/src/commands/org/list/auth.ts)_
3520
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.51/src/commands/org/list/auth.ts)_
3521
3521
 
3522
3522
  ## `sf org list limits`
3523
3523
 
@@ -3559,7 +3559,7 @@ Display limits in the org with alias "my-scratch-org":
3559
3559
 
3560
3560
  ```
3561
3561
 
3562
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.25/src/commands/org/list/limits.ts)_
3562
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.27/src/commands/org/list/limits.ts)_
3563
3563
 
3564
3564
  ## `sf org list metadata`
3565
3565
 
@@ -3628,7 +3628,7 @@ FLAG DESCRIPTIONS
3628
3628
 
3629
3629
  ```
3630
3630
 
3631
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/list/metadata.ts)_
3631
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/list/metadata.ts)_
3632
3632
 
3633
3633
  ## `sf org list metadata-types`
3634
3634
 
@@ -3685,7 +3685,7 @@ FLAG DESCRIPTIONS
3685
3685
 
3686
3686
  ```
3687
3687
 
3688
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/list/metadata-types.ts)_
3688
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/list/metadata-types.ts)_
3689
3689
 
3690
3690
  ## `sf org list sobject record-counts`
3691
3691
 
@@ -3733,7 +3733,7 @@ Display record counts for the Account and Lead objects for the org with alias "m
3733
3733
 
3734
3734
  ```
3735
3735
 
3736
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.25/src/commands/org/list/sobject/record-counts.ts)_
3736
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.27/src/commands/org/list/sobject/record-counts.ts)_
3737
3737
 
3738
3738
  ## `sf org list users`
3739
3739
 
@@ -3773,7 +3773,7 @@ List the locally-authenticated users of the specified org:
3773
3773
 
3774
3774
  ```
3775
3775
 
3776
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.25/src/commands/org/list/users.ts)_
3776
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.26/src/commands/org/list/users.ts)_
3777
3777
 
3778
3778
  ## `sf org login access-token`
3779
3779
 
@@ -3829,7 +3829,7 @@ FLAG DESCRIPTIONS
3829
3829
 
3830
3830
  ```
3831
3831
 
3832
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.49/src/commands/org/login/access-token.ts)_
3832
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.51/src/commands/org/login/access-token.ts)_
3833
3833
 
3834
3834
  ## `sf org login device`
3835
3835
 
@@ -3891,7 +3891,7 @@ FLAG DESCRIPTIONS
3891
3891
 
3892
3892
  ```
3893
3893
 
3894
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.49/src/commands/org/login/device.ts)_
3894
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.51/src/commands/org/login/device.ts)_
3895
3895
 
3896
3896
  ## `sf org login jwt`
3897
3897
 
@@ -3984,7 +3984,7 @@ FLAG DESCRIPTIONS
3984
3984
 
3985
3985
  ```
3986
3986
 
3987
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.49/src/commands/org/login/jwt.ts)_
3987
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.51/src/commands/org/login/jwt.ts)_
3988
3988
 
3989
3989
  ## `sf org login sfdx-url`
3990
3990
 
@@ -4051,7 +4051,7 @@ $ echo url | sf org login sfdx-url --sfdx-url-stdin
4051
4051
 
4052
4052
  ```
4053
4053
 
4054
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.49/src/commands/org/login/sfdx-url.ts)_
4054
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.51/src/commands/org/login/sfdx-url.ts)_
4055
4055
 
4056
4056
  ## `sf org login web`
4057
4057
 
@@ -4140,7 +4140,7 @@ FLAG DESCRIPTIONS
4140
4140
 
4141
4141
  ```
4142
4142
 
4143
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.49/src/commands/org/login/web.ts)_
4143
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.51/src/commands/org/login/web.ts)_
4144
4144
 
4145
4145
  ## `sf org logout`
4146
4146
 
@@ -4203,7 +4203,7 @@ FLAG DESCRIPTIONS
4203
4203
 
4204
4204
  ```
4205
4205
 
4206
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.49/src/commands/org/logout.ts)_
4206
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.51/src/commands/org/logout.ts)_
4207
4207
 
4208
4208
  ## `sf org open`
4209
4209
 
@@ -4277,7 +4277,7 @@ Open a local Flow in Flow Builder:
4277
4277
 
4278
4278
  ```
4279
4279
 
4280
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/open.ts)_
4280
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/open.ts)_
4281
4281
 
4282
4282
  ## `sf org refresh sandbox`
4283
4283
 
@@ -4356,7 +4356,7 @@ FLAG DESCRIPTIONS
4356
4356
 
4357
4357
  ```
4358
4358
 
4359
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/refresh/sandbox.ts)_
4359
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/refresh/sandbox.ts)_
4360
4360
 
4361
4361
  ## `sf org resume sandbox`
4362
4362
 
@@ -4421,7 +4421,7 @@ FLAG DESCRIPTIONS
4421
4421
 
4422
4422
  ```
4423
4423
 
4424
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/resume/sandbox.ts)_
4424
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/resume/sandbox.ts)_
4425
4425
 
4426
4426
  ## `sf org resume scratch`
4427
4427
 
@@ -4470,7 +4470,7 @@ FLAG DESCRIPTIONS
4470
4470
 
4471
4471
  ```
4472
4472
 
4473
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/resume/scratch.ts)_
4473
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.4/src/commands/org/resume/scratch.ts)_
4474
4474
 
4475
4475
  ## `sf package create`
4476
4476
 
@@ -5783,7 +5783,7 @@ $ sf plugins discover
5783
5783
 
5784
5784
  ```
5785
5785
 
5786
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.22/src/commands/plugins/discover.ts)_
5786
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.24/src/commands/plugins/discover.ts)_
5787
5787
 
5788
5788
  ## `sf plugins:inspect PLUGIN...`
5789
5789
 
@@ -5942,7 +5942,7 @@ $ sf plugins trust verify --npm @scope/npmName
5942
5942
 
5943
5943
  ```
5944
5944
 
5945
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.24/src/commands/plugins/trust/verify.ts)_
5945
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.25/src/commands/plugins/trust/verify.ts)_
5946
5946
 
5947
5947
  ## `sf plugins uninstall [PLUGIN]`
5948
5948
 
@@ -6057,7 +6057,7 @@ FLAG DESCRIPTIONS
6057
6057
 
6058
6058
  ```
6059
6059
 
6060
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/convert/mdapi.ts)_
6060
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/convert/mdapi.ts)_
6061
6061
 
6062
6062
  ## `sf project convert source`
6063
6063
 
@@ -6070,7 +6070,7 @@ $ sf project convert source [--json] [--flags-dir <value>] [--api-version <value
6070
6070
  [-p <value>... | -x <value> | -m <value>...]
6071
6071
 
6072
6072
  FLAGS
6073
- -d, --output-dir=<value> [default: metadataPackage_1724500027281] Output directory to store the Metadata
6073
+ -d, --output-dir=<value> [default: metadataPackage_1724687534457] Output directory to store the Metadata
6074
6074
  API–formatted files in.
6075
6075
  -m, --metadata=<value>... Metadata component names to convert.
6076
6076
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -6132,7 +6132,7 @@ FLAG DESCRIPTIONS
6132
6132
 
6133
6133
  ```
6134
6134
 
6135
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/convert/source.ts)_
6135
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/convert/source.ts)_
6136
6136
 
6137
6137
  ## `sf project convert source-behavior`
6138
6138
 
@@ -6191,7 +6191,7 @@ Keep the temporary directory that contains the interim metadata API formatted fi
6191
6191
 
6192
6192
  ```
6193
6193
 
6194
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/convert/source-behavior.ts)_
6194
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/convert/source-behavior.ts)_
6195
6195
 
6196
6196
  ## `sf project delete source`
6197
6197
 
@@ -6333,7 +6333,7 @@ FLAG DESCRIPTIONS
6333
6333
 
6334
6334
  ```
6335
6335
 
6336
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/delete/source.ts)_
6336
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/delete/source.ts)_
6337
6337
 
6338
6338
  ## `sf project delete tracking`
6339
6339
 
@@ -6372,7 +6372,7 @@ Delete local source tracking for the org with alias "my-scratch":
6372
6372
 
6373
6373
  ```
6374
6374
 
6375
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/delete/tracking.ts)_
6375
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/delete/tracking.ts)_
6376
6376
 
6377
6377
  ## `sf project deploy cancel`
6378
6378
 
@@ -6446,7 +6446,7 @@ FLAG DESCRIPTIONS
6446
6446
 
6447
6447
  ```
6448
6448
 
6449
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/deploy/cancel.ts)_
6449
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/cancel.ts)_
6450
6450
 
6451
6451
  ## `sf project deploy preview`
6452
6452
 
@@ -6531,7 +6531,7 @@ FLAG DESCRIPTIONS
6531
6531
 
6532
6532
  ```
6533
6533
 
6534
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/deploy/preview.ts)_
6534
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/preview.ts)_
6535
6535
 
6536
6536
  ## `sf project deploy quick`
6537
6537
 
@@ -6626,7 +6626,7 @@ Canceling (69) The deploy is being canceled.
6626
6626
 
6627
6627
  ```
6628
6628
 
6629
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/deploy/quick.ts)_
6629
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/quick.ts)_
6630
6630
 
6631
6631
  ## `sf project deploy report`
6632
6632
 
@@ -6720,7 +6720,7 @@ FLAG DESCRIPTIONS
6720
6720
 
6721
6721
  ```
6722
6722
 
6723
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/deploy/report.ts)_
6723
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/report.ts)_
6724
6724
 
6725
6725
  ## `sf project deploy resume`
6726
6726
 
@@ -6819,7 +6819,7 @@ Canceling (69) The deploy is being canceled.
6819
6819
 
6820
6820
  ```
6821
6821
 
6822
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/deploy/resume.ts)_
6822
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/resume.ts)_
6823
6823
 
6824
6824
  ## `sf project deploy start`
6825
6825
 
@@ -7074,7 +7074,7 @@ Canceling (69) The deploy is being canceled.
7074
7074
 
7075
7075
  ```
7076
7076
 
7077
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/deploy/start.ts)_
7077
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/start.ts)_
7078
7078
 
7079
7079
  ## `sf project deploy validate`
7080
7080
 
@@ -7266,7 +7266,7 @@ Canceling (69) The deploy is being canceled.
7266
7266
 
7267
7267
  ```
7268
7268
 
7269
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/deploy/validate.ts)_
7269
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/deploy/validate.ts)_
7270
7270
 
7271
7271
  ## `sf project generate`
7272
7272
 
@@ -7373,7 +7373,7 @@ FLAG DESCRIPTIONS
7373
7373
 
7374
7374
  ```
7375
7375
 
7376
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/project/generate.ts)_
7376
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/project/generate.ts)_
7377
7377
 
7378
7378
  ## `sf project generate manifest`
7379
7379
 
@@ -7452,7 +7452,7 @@ Create a manifest from the metadata components in the specified org and include
7452
7452
 
7453
7453
  ```
7454
7454
 
7455
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/generate/manifest.ts)_
7455
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/generate/manifest.ts)_
7456
7456
 
7457
7457
  ## `sf project list ignored`
7458
7458
 
@@ -7496,7 +7496,7 @@ Check if a particular file is ignored:
7496
7496
 
7497
7497
  ```
7498
7498
 
7499
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/list/ignored.ts)_
7499
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/list/ignored.ts)_
7500
7500
 
7501
7501
  ## `sf project reset tracking`
7502
7502
 
@@ -7547,7 +7547,7 @@ Reset source tracking to revision number 30 for your default org:
7547
7547
 
7548
7548
  ```
7549
7549
 
7550
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/reset/tracking.ts)_
7550
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/reset/tracking.ts)_
7551
7551
 
7552
7552
  ## `sf project retrieve preview`
7553
7553
 
@@ -7603,7 +7603,7 @@ FLAG DESCRIPTIONS
7603
7603
 
7604
7604
  ```
7605
7605
 
7606
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/retrieve/preview.ts)_
7606
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/retrieve/preview.ts)_
7607
7607
 
7608
7608
  ## `sf project retrieve start`
7609
7609
 
@@ -7782,7 +7782,7 @@ SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the me
7782
7782
 
7783
7783
  ```
7784
7784
 
7785
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.4/src/commands/project/retrieve/start.ts)_
7785
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.5/src/commands/project/retrieve/start.ts)_
7786
7786
 
7787
7787
  ## `sf schema generate field`
7788
7788
 
@@ -7838,7 +7838,7 @@ FLAG DESCRIPTIONS
7838
7838
 
7839
7839
  ```
7840
7840
 
7841
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.29/src/commands/schema/generate/field.ts)_
7841
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/field.ts)_
7842
7842
 
7843
7843
  ## `sf schema generate platformevent`
7844
7844
 
@@ -7872,7 +7872,7 @@ Create a platform event with the specified label:
7872
7872
 
7873
7873
  ```
7874
7874
 
7875
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.29/src/commands/schema/generate/platformevent.ts)_
7875
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/platformevent.ts)_
7876
7876
 
7877
7877
  ## `sf schema generate sobject`
7878
7878
 
@@ -7931,7 +7931,7 @@ FLAG DESCRIPTIONS
7931
7931
 
7932
7932
  ```
7933
7933
 
7934
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.29/src/commands/schema/generate/sobject.ts)_
7934
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/sobject.ts)_
7935
7935
 
7936
7936
  ## `sf schema generate tab`
7937
7937
 
@@ -7981,7 +7981,7 @@ FLAG DESCRIPTIONS
7981
7981
 
7982
7982
  ```
7983
7983
 
7984
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.29/src/commands/schema/generate/tab.ts)_
7984
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.32/src/commands/schema/generate/tab.ts)_
7985
7985
 
7986
7986
  ## `sf search`
7987
7987
 
@@ -7999,7 +7999,7 @@ Once you select a command, hit enter and it will show the help for that command.
7999
7999
 
8000
8000
  ```
8001
8001
 
8002
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.5/src/commands/search.ts)_
8002
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.7/src/commands/search.ts)_
8003
8003
 
8004
8004
  ## `sf sobject describe`
8005
8005
 
@@ -8048,7 +8048,7 @@ Display the metadata of the ApexCodeCoverage Tooling API object in your default
8048
8048
 
8049
8049
  ```
8050
8050
 
8051
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.24/src/commands/sobject/describe.ts)_
8051
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.26/src/commands/sobject/describe.ts)_
8052
8052
 
8053
8053
  ## `sf sobject list`
8054
8054
 
@@ -8089,7 +8089,7 @@ List only custom objects in the org with alias "my-scratch-org":
8089
8089
 
8090
8090
  ```
8091
8091
 
8092
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.24/src/commands/sobject/list.ts)_
8092
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.26/src/commands/sobject/list.ts)_
8093
8093
 
8094
8094
  ## `sf static-resource generate`
8095
8095
 
@@ -8153,7 +8153,7 @@ FLAG DESCRIPTIONS
8153
8153
 
8154
8154
  ```
8155
8155
 
8156
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/static-resource/generate.ts)_
8156
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/static-resource/generate.ts)_
8157
8157
 
8158
8158
  ## `sf update [CHANNEL]`
8159
8159
 
@@ -8192,7 +8192,7 @@ See available versions:
8192
8192
 
8193
8193
  ```
8194
8194
 
8195
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.3/src/commands/update.ts)_
8195
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.5/src/commands/update.ts)_
8196
8196
 
8197
8197
  ## `sf version`
8198
8198
 
@@ -8272,7 +8272,7 @@ FLAG DESCRIPTIONS
8272
8272
 
8273
8273
  ```
8274
8274
 
8275
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/visualforce/generate/component.ts)_
8275
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/visualforce/generate/component.ts)_
8276
8276
 
8277
8277
  ## `sf visualforce generate page`
8278
8278
 
@@ -8324,7 +8324,7 @@ FLAG DESCRIPTIONS
8324
8324
 
8325
8325
  ```
8326
8326
 
8327
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.12/src/commands/visualforce/generate/page.ts)_
8327
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.14/src/commands/visualforce/generate/page.ts)_
8328
8328
 
8329
8329
  ## `sf which`
8330
8330
 
@@ -8360,6 +8360,6 @@ Wrap command in quotes to use spaces as separators.
8360
8360
 
8361
8361
  ```
8362
8362
 
8363
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.10/src/commands/which.ts)_
8363
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.12/src/commands/which.ts)_
8364
8364
  <!-- commandsstop -->
8365
8365
  ```