@salesforce/cli 2.62.2 → 2.62.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.62.2 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.62.4 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -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.21/src/commands/analytics/generate/template.ts)_
339
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/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.21/src/commands/apex/generate/class.ts)_
398
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/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.21/src/commands/apex/generate/trigger.ts)_
467
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/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.5.0/src/commands/apex/get/log.ts)_
523
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/get/log.ts)_
524
524
 
525
525
  ## `sf apex get test`
526
526
 
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  me@myorg'
581
581
  ```
582
582
 
583
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/get/test.ts)_
583
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/get/test.ts)_
584
584
 
585
585
  ## `sf apex list log`
586
586
 
@@ -620,7 +620,7 @@ EXAMPLES
620
620
  $ sf apex list log --target-org me@my.org
621
621
  ```
622
622
 
623
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/list/log.ts)_
623
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/list/log.ts)_
624
624
 
625
625
  ## `sf apex run`
626
626
 
@@ -667,7 +667,7 @@ EXAMPLES
667
667
  $ sf apex run
668
668
  ```
669
669
 
670
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/run.ts)_
670
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/run.ts)_
671
671
 
672
672
  ## `sf apex run test`
673
673
 
@@ -807,7 +807,7 @@ FLAG DESCRIPTIONS
807
807
  --tests Test1 --tests Test2
808
808
  ```
809
809
 
810
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/run/test.ts)_
810
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/run/test.ts)_
811
811
 
812
812
  ## `sf apex tail log`
813
813
 
@@ -850,7 +850,7 @@ EXAMPLES
850
850
  $ sf apex tail log --color --skip-trace-flag
851
851
  ```
852
852
 
853
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/tail/log.ts)_
853
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/tail/log.ts)_
854
854
 
855
855
  ## `sf api request graphql`
856
856
 
@@ -1329,7 +1329,7 @@ EXAMPLES
1329
1329
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1330
1330
  ```
1331
1331
 
1332
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/create/file.ts)_
1332
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/create/file.ts)_
1333
1333
 
1334
1334
  ## `sf data create record`
1335
1335
 
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
  TracedEntityId=01p17000000R6bLAAS"
1386
1386
  ```
1387
1387
 
1388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/create/record.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/create/record.ts)_
1389
1389
 
1390
1390
  ## `sf data delete bulk`
1391
1391
 
@@ -1443,7 +1443,7 @@ FLAG DESCRIPTIONS
1443
1443
  and can be enabled only by a system administrator.
1444
1444
  ```
1445
1445
 
1446
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/bulk.ts)_
1446
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/delete/bulk.ts)_
1447
1447
 
1448
1448
  ## `sf data delete record`
1449
1449
 
@@ -1504,7 +1504,7 @@ EXAMPLES
1504
1504
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1505
1505
  ```
1506
1506
 
1507
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/record.ts)_
1507
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/delete/record.ts)_
1508
1508
 
1509
1509
  ## `sf data delete resume`
1510
1510
 
@@ -1543,7 +1543,7 @@ EXAMPLES
1543
1543
  $ sf data delete resume --use-most-recent --target-org my-scratch
1544
1544
  ```
1545
1545
 
1546
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/resume.ts)_
1546
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/delete/resume.ts)_
1547
1547
 
1548
1548
  ## `sf data export tree`
1549
1549
 
@@ -1604,7 +1604,7 @@ EXAMPLES
1604
1604
  my-scratch
1605
1605
  ```
1606
1606
 
1607
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/export/tree.ts)_
1607
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/export/tree.ts)_
1608
1608
 
1609
1609
  ## `sf data get record`
1610
1610
 
@@ -1668,7 +1668,7 @@ EXAMPLES
1668
1668
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1669
1669
  ```
1670
1670
 
1671
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/get/record.ts)_
1671
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/get/record.ts)_
1672
1672
 
1673
1673
  ## `sf data import tree`
1674
1674
 
@@ -1733,7 +1733,7 @@ FLAG DESCRIPTIONS
1733
1733
  - files(array) - Files: An array of files paths to load
1734
1734
  ```
1735
1735
 
1736
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/import/tree.ts)_
1736
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/import/tree.ts)_
1737
1737
 
1738
1738
  ## `sf data query`
1739
1739
 
@@ -1797,7 +1797,7 @@ EXAMPLES
1797
1797
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1798
1798
  ```
1799
1799
 
1800
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/query.ts)_
1800
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/query.ts)_
1801
1801
 
1802
1802
  ## `sf data query resume`
1803
1803
 
@@ -1835,7 +1835,7 @@ EXAMPLES
1835
1835
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1836
1836
  ```
1837
1837
 
1838
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/query/resume.ts)_
1838
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/query/resume.ts)_
1839
1839
 
1840
1840
  ## `sf data resume`
1841
1841
 
@@ -1872,7 +1872,7 @@ EXAMPLES
1872
1872
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1873
1873
  ```
1874
1874
 
1875
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/resume.ts)_
1875
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/resume.ts)_
1876
1876
 
1877
1877
  ## `sf data search`
1878
1878
 
@@ -1922,7 +1922,7 @@ EXAMPLES
1922
1922
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
1923
1923
  ```
1924
1924
 
1925
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/search.ts)_
1925
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/search.ts)_
1926
1926
 
1927
1927
  ## `sf data update record`
1928
1928
 
@@ -1984,7 +1984,7 @@ EXAMPLES
1984
1984
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1985
1985
  ```
1986
1986
 
1987
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/update/record.ts)_
1987
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/update/record.ts)_
1988
1988
 
1989
1989
  ## `sf data upsert bulk`
1990
1990
 
@@ -2037,7 +2037,7 @@ EXAMPLES
2037
2037
  my-scratch
2038
2038
  ```
2039
2039
 
2040
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/upsert/bulk.ts)_
2040
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/upsert/bulk.ts)_
2041
2041
 
2042
2042
  ## `sf data upsert resume`
2043
2043
 
@@ -2076,7 +2076,7 @@ EXAMPLES
2076
2076
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2077
2077
  ```
2078
2078
 
2079
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/upsert/resume.ts)_
2079
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/upsert/resume.ts)_
2080
2080
 
2081
2081
  ## `sf doctor`
2082
2082
 
@@ -2171,7 +2171,7 @@ EXAMPLES
2171
2171
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2172
2172
  ```
2173
2173
 
2174
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/delete.ts)_
2174
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/force/data/bulk/delete.ts)_
2175
2175
 
2176
2176
  ## `sf force data bulk status`
2177
2177
 
@@ -2208,7 +2208,7 @@ EXAMPLES
2208
2208
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2209
2209
  ```
2210
2210
 
2211
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/status.ts)_
2211
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/force/data/bulk/status.ts)_
2212
2212
 
2213
2213
  ## `sf force data bulk upsert`
2214
2214
 
@@ -2266,7 +2266,7 @@ EXAMPLES
2266
2266
  --target-org my-scratch
2267
2267
  ```
2268
2268
 
2269
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/upsert.ts)_
2269
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/force/data/bulk/upsert.ts)_
2270
2270
 
2271
2271
  ## `sf help [COMMAND]`
2272
2272
 
@@ -2286,7 +2286,7 @@ DESCRIPTION
2286
2286
  Display help for sf.
2287
2287
  ```
2288
2288
 
2289
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.13/src/commands/help.ts)_
2289
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.14/src/commands/help.ts)_
2290
2290
 
2291
2291
  ## `sf info releasenotes display`
2292
2292
 
@@ -2381,7 +2381,7 @@ FLAG DESCRIPTIONS
2381
2381
  Supplied parameter values or default values are filled into a copy of the template.
2382
2382
  ```
2383
2383
 
2384
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/app.ts)_
2384
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/app.ts)_
2385
2385
 
2386
2386
  ## `sf lightning generate component`
2387
2387
 
@@ -2450,7 +2450,7 @@ FLAG DESCRIPTIONS
2450
2450
  Supplied parameter values or default values are filled into a copy of the template.
2451
2451
  ```
2452
2452
 
2453
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/component.ts)_
2453
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/component.ts)_
2454
2454
 
2455
2455
  ## `sf lightning generate event`
2456
2456
 
@@ -2505,7 +2505,7 @@ FLAG DESCRIPTIONS
2505
2505
  Supplied parameter values or default values are filled into a copy of the template.
2506
2506
  ```
2507
2507
 
2508
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/event.ts)_
2508
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/event.ts)_
2509
2509
 
2510
2510
  ## `sf lightning generate interface`
2511
2511
 
@@ -2560,7 +2560,7 @@ FLAG DESCRIPTIONS
2560
2560
  Supplied parameter values or default values are filled into a copy of the template.
2561
2561
  ```
2562
2562
 
2563
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/interface.ts)_
2563
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/interface.ts)_
2564
2564
 
2565
2565
  ## `sf lightning generate test`
2566
2566
 
@@ -2615,7 +2615,7 @@ FLAG DESCRIPTIONS
2615
2615
  Supplied parameter values or default values are filled into a copy of the template.
2616
2616
  ```
2617
2617
 
2618
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/test.ts)_
2618
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/test.ts)_
2619
2619
 
2620
2620
  ## `sf org assign permset`
2621
2621
 
@@ -4485,7 +4485,7 @@ FLAG DESCRIPTIONS
4485
4485
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4486
4486
  ```
4487
4487
 
4488
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/create.ts)_
4488
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/create.ts)_
4489
4489
 
4490
4490
  ## `sf package delete`
4491
4491
 
@@ -4527,7 +4527,7 @@ EXAMPLES
4527
4527
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4528
4528
  ```
4529
4529
 
4530
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/delete.ts)_
4530
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/delete.ts)_
4531
4531
 
4532
4532
  ## `sf package install`
4533
4533
 
@@ -4626,7 +4626,7 @@ FLAG DESCRIPTIONS
4626
4626
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
4627
4627
  ```
4628
4628
 
4629
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/install.ts)_
4629
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/install.ts)_
4630
4630
 
4631
4631
  ## `sf package install report`
4632
4632
 
@@ -4659,7 +4659,7 @@ EXAMPLES
4659
4659
  $ sf package install report --request-id 0Hf... --target-org me@example.com
4660
4660
  ```
4661
4661
 
4662
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/install/report.ts)_
4662
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/install/report.ts)_
4663
4663
 
4664
4664
  ## `sf package installed list`
4665
4665
 
@@ -4691,7 +4691,7 @@ EXAMPLES
4691
4691
  $ sf package installed list --target-org me@example.com
4692
4692
  ```
4693
4693
 
4694
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/installed/list.ts)_
4694
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/installed/list.ts)_
4695
4695
 
4696
4696
  ## `sf package list`
4697
4697
 
@@ -4729,7 +4729,7 @@ EXAMPLES
4729
4729
  $ sf package list --target-dev-hub devhub@example.com --verbose
4730
4730
  ```
4731
4731
 
4732
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/list.ts)_
4732
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/list.ts)_
4733
4733
 
4734
4734
  ## `sf package uninstall`
4735
4735
 
@@ -4777,7 +4777,7 @@ EXAMPLES
4777
4777
  $ sf package uninstall --package "Undesirable Package Alias"
4778
4778
  ```
4779
4779
 
4780
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/uninstall.ts)_
4780
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/uninstall.ts)_
4781
4781
 
4782
4782
  ## `sf package uninstall report`
4783
4783
 
@@ -4810,7 +4810,7 @@ EXAMPLES
4810
4810
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
4811
4811
  ```
4812
4812
 
4813
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/uninstall/report.ts)_
4813
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/uninstall/report.ts)_
4814
4814
 
4815
4815
  ## `sf package update`
4816
4816
 
@@ -4865,7 +4865,7 @@ FLAG DESCRIPTIONS
4865
4865
  associated with your package.
4866
4866
  ```
4867
4867
 
4868
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/update.ts)_
4868
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/update.ts)_
4869
4869
 
4870
4870
  ## `sf package version create`
4871
4871
 
@@ -5040,7 +5040,7 @@ FLAG DESCRIPTIONS
5040
5040
  periods of no output from commands.
5041
5041
  ```
5042
5042
 
5043
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create.ts)_
5043
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create.ts)_
5044
5044
 
5045
5045
  ## `sf package version create list`
5046
5046
 
@@ -5101,7 +5101,7 @@ EXAMPLES
5101
5101
  $ sf package version create list --created-last-days 0 --status Success
5102
5102
  ```
5103
5103
 
5104
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create/list.ts)_
5104
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create/list.ts)_
5105
5105
 
5106
5106
  ## `sf package version create report`
5107
5107
 
@@ -5144,7 +5144,7 @@ EXAMPLES
5144
5144
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5145
5145
  ```
5146
5146
 
5147
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create/report.ts)_
5147
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create/report.ts)_
5148
5148
 
5149
5149
  ## `sf package version delete`
5150
5150
 
@@ -5185,7 +5185,7 @@ EXAMPLES
5185
5185
  $ sf package version delete --package 04t... --target-org devhub@example.com
5186
5186
  ```
5187
5187
 
5188
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/delete.ts)_
5188
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/delete.ts)_
5189
5189
 
5190
5190
  ## `sf package version displayancestry`
5191
5191
 
@@ -5245,7 +5245,7 @@ FLAG DESCRIPTIONS
5245
5245
  You can use the DOT code output in graph visualization software to create tree visualizations.
5246
5246
  ```
5247
5247
 
5248
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/displayancestry.ts)_
5248
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/displayancestry.ts)_
5249
5249
 
5250
5250
  ## `sf package version list`
5251
5251
 
@@ -5321,7 +5321,7 @@ EXAMPLES
5321
5321
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5322
5322
  ```
5323
5323
 
5324
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/list.ts)_
5324
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/list.ts)_
5325
5325
 
5326
5326
  ## `sf package version promote`
5327
5327
 
@@ -5365,7 +5365,7 @@ EXAMPLES
5365
5365
  $ sf package version promote --package "Awesome Package Alias"
5366
5366
  ```
5367
5367
 
5368
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/promote.ts)_
5368
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/promote.ts)_
5369
5369
 
5370
5370
  ## `sf package version report`
5371
5371
 
@@ -5405,7 +5405,7 @@ EXAMPLES
5405
5405
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5406
5406
  ```
5407
5407
 
5408
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/report.ts)_
5408
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/report.ts)_
5409
5409
 
5410
5410
  ## `sf package version update`
5411
5411
 
@@ -5458,7 +5458,7 @@ EXAMPLES
5458
5458
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5459
5459
  ```
5460
5460
 
5461
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/update.ts)_
5461
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/update.ts)_
5462
5462
 
5463
5463
  ## `sf package1 version create`
5464
5464
 
@@ -5525,7 +5525,7 @@ FLAG DESCRIPTIONS
5525
5525
  subscribers.
5526
5526
  ```
5527
5527
 
5528
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/create.ts)_
5528
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/create.ts)_
5529
5529
 
5530
5530
  ## `sf package1 version create get`
5531
5531
 
@@ -5558,7 +5558,7 @@ EXAMPLES
5558
5558
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5559
5559
  ```
5560
5560
 
5561
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/create/get.ts)_
5561
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/create/get.ts)_
5562
5562
 
5563
5563
  ## `sf package1 version display`
5564
5564
 
@@ -5592,7 +5592,7 @@ EXAMPLES
5592
5592
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5593
5593
  ```
5594
5594
 
5595
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/display.ts)_
5595
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/display.ts)_
5596
5596
 
5597
5597
  ## `sf package1 version list`
5598
5598
 
@@ -5630,7 +5630,7 @@ FLAG DESCRIPTIONS
5630
5630
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5631
5631
  ```
5632
5632
 
5633
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/list.ts)_
5633
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/list.ts)_
5634
5634
 
5635
5635
  ## `sf plugins`
5636
5636
 
@@ -5653,7 +5653,7 @@ EXAMPLES
5653
5653
  $ sf plugins
5654
5654
  ```
5655
5655
 
5656
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/index.ts)_
5656
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/index.ts)_
5657
5657
 
5658
5658
  ## `sf plugins discover`
5659
5659
 
@@ -5698,7 +5698,7 @@ EXAMPLES
5698
5698
  $ sf plugins inspect @salesforce/plugin-packaging
5699
5699
  ```
5700
5700
 
5701
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/inspect.ts)_
5701
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/inspect.ts)_
5702
5702
 
5703
5703
  ## `sf plugins install PLUGIN`
5704
5704
 
@@ -5747,7 +5747,7 @@ EXAMPLES
5747
5747
  $ sf plugins install someuser/someplugin
5748
5748
  ```
5749
5749
 
5750
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/install.ts)_
5750
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/install.ts)_
5751
5751
 
5752
5752
  ## `sf plugins link PATH`
5753
5753
 
@@ -5778,7 +5778,7 @@ EXAMPLES
5778
5778
  $ sf plugins link @salesforce/plugin-packaging
5779
5779
  ```
5780
5780
 
5781
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/link.ts)_
5781
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/link.ts)_
5782
5782
 
5783
5783
  ## `sf plugins reset`
5784
5784
 
@@ -5793,7 +5793,7 @@ FLAGS
5793
5793
  --reinstall Reinstall all plugins after uninstalling.
5794
5794
  ```
5795
5795
 
5796
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/reset.ts)_
5796
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/reset.ts)_
5797
5797
 
5798
5798
  ## `sf plugins trust verify`
5799
5799
 
@@ -5822,7 +5822,7 @@ EXAMPLES
5822
5822
  $ sf plugins trust verify --npm @scope/npmName
5823
5823
  ```
5824
5824
 
5825
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.32/src/commands/plugins/trust/verify.ts)_
5825
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.33/src/commands/plugins/trust/verify.ts)_
5826
5826
 
5827
5827
  ## `sf plugins uninstall [PLUGIN]`
5828
5828
 
@@ -5850,7 +5850,7 @@ EXAMPLES
5850
5850
  $ sf plugins uninstall @salesforce/plugin-packaging
5851
5851
  ```
5852
5852
 
5853
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/uninstall.ts)_
5853
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/uninstall.ts)_
5854
5854
 
5855
5855
  ## `sf plugins update`
5856
5856
 
@@ -5868,7 +5868,7 @@ DESCRIPTION
5868
5868
  Update installed plugins.
5869
5869
  ```
5870
5870
 
5871
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/update.ts)_
5871
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/update.ts)_
5872
5872
 
5873
5873
  ## `sf project convert mdapi`
5874
5874
 
@@ -5931,7 +5931,7 @@ FLAG DESCRIPTIONS
5931
5931
  If you specify this parameter, don’t specify --metadata or --source-dir.
5932
5932
  ```
5933
5933
 
5934
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/mdapi.ts)_
5934
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/mdapi.ts)_
5935
5935
 
5936
5936
  ## `sf project convert source`
5937
5937
 
@@ -6004,7 +6004,7 @@ FLAG DESCRIPTIONS
6004
6004
  Override the api version used for api requests made by this command
6005
6005
  ```
6006
6006
 
6007
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source.ts)_
6007
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/source.ts)_
6008
6008
 
6009
6009
  ## `sf project convert source-behavior`
6010
6010
 
@@ -6062,7 +6062,7 @@ EXAMPLES
6062
6062
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6063
6063
  ```
6064
6064
 
6065
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source-behavior.ts)_
6065
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/source-behavior.ts)_
6066
6066
 
6067
6067
  ## `sf project delete source`
6068
6068
 
@@ -6202,7 +6202,7 @@ FLAG DESCRIPTIONS
6202
6202
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6203
6203
  ```
6204
6204
 
6205
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/source.ts)_
6205
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/delete/source.ts)_
6206
6206
 
6207
6207
  ## `sf project delete tracking`
6208
6208
 
@@ -6239,7 +6239,7 @@ EXAMPLES
6239
6239
  $ sf project delete tracking --target-org my-scratch
6240
6240
  ```
6241
6241
 
6242
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/tracking.ts)_
6242
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/delete/tracking.ts)_
6243
6243
 
6244
6244
  ## `sf project deploy cancel`
6245
6245
 
@@ -6311,7 +6311,7 @@ FLAG DESCRIPTIONS
6311
6311
  project deploy report".
6312
6312
  ```
6313
6313
 
6314
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/cancel.ts)_
6314
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/cancel.ts)_
6315
6315
 
6316
6316
  ## `sf project deploy preview`
6317
6317
 
@@ -6394,7 +6394,7 @@ FLAG DESCRIPTIONS
6394
6394
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6395
6395
  ```
6396
6396
 
6397
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/preview.ts)_
6397
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/preview.ts)_
6398
6398
 
6399
6399
  ## `sf project deploy quick`
6400
6400
 
@@ -6487,7 +6487,7 @@ ERROR CODES
6487
6487
  Canceling (69) The deploy is being canceled.
6488
6488
  ```
6489
6489
 
6490
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/quick.ts)_
6490
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/quick.ts)_
6491
6491
 
6492
6492
  ## `sf project deploy report`
6493
6493
 
@@ -6579,7 +6579,7 @@ FLAG DESCRIPTIONS
6579
6579
  --coverage-formatters lcov --coverage-formatters clover
6580
6580
  ```
6581
6581
 
6582
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/report.ts)_
6582
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/report.ts)_
6583
6583
 
6584
6584
  ## `sf project deploy resume`
6585
6585
 
@@ -6676,7 +6676,7 @@ ERROR CODES
6676
6676
  Canceling (69) The deploy is being canceled.
6677
6677
  ```
6678
6678
 
6679
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/resume.ts)_
6679
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/resume.ts)_
6680
6680
 
6681
6681
  ## `sf project deploy start`
6682
6682
 
@@ -6929,7 +6929,7 @@ ERROR CODES
6929
6929
  Canceling (69) The deploy is being canceled.
6930
6930
  ```
6931
6931
 
6932
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/start.ts)_
6932
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/start.ts)_
6933
6933
 
6934
6934
  ## `sf project deploy validate`
6935
6935
 
@@ -7119,7 +7119,7 @@ ERROR CODES
7119
7119
  Canceling (69) The deploy is being canceled.
7120
7120
  ```
7121
7121
 
7122
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/validate.ts)_
7122
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/validate.ts)_
7123
7123
 
7124
7124
  ## `sf project generate`
7125
7125
 
@@ -7224,7 +7224,7 @@ FLAG DESCRIPTIONS
7224
7224
  Override the api version used for api requests made by this command
7225
7225
  ```
7226
7226
 
7227
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/project/generate.ts)_
7227
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/project/generate.ts)_
7228
7228
 
7229
7229
  ## `sf project generate manifest`
7230
7230
 
@@ -7301,7 +7301,7 @@ EXAMPLES
7301
7301
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7302
7302
  ```
7303
7303
 
7304
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/generate/manifest.ts)_
7304
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/generate/manifest.ts)_
7305
7305
 
7306
7306
  ## `sf project list ignored`
7307
7307
 
@@ -7343,7 +7343,7 @@ EXAMPLES
7343
7343
  $ sf project list ignored --source-dir package.xml
7344
7344
  ```
7345
7345
 
7346
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/list/ignored.ts)_
7346
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/list/ignored.ts)_
7347
7347
 
7348
7348
  ## `sf project reset tracking`
7349
7349
 
@@ -7392,7 +7392,7 @@ EXAMPLES
7392
7392
  $ sf project reset tracking --revision 30
7393
7393
  ```
7394
7394
 
7395
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/reset/tracking.ts)_
7395
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/reset/tracking.ts)_
7396
7396
 
7397
7397
  ## `sf project retrieve preview`
7398
7398
 
@@ -7446,7 +7446,7 @@ FLAG DESCRIPTIONS
7446
7446
  production orgs.
7447
7447
  ```
7448
7448
 
7449
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/preview.ts)_
7449
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/retrieve/preview.ts)_
7450
7450
 
7451
7451
  ## `sf project retrieve start`
7452
7452
 
@@ -7623,7 +7623,7 @@ ENVIRONMENT VARIABLES
7623
7623
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7624
7624
  ```
7625
7625
 
7626
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/start.ts)_
7626
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/retrieve/start.ts)_
7627
7627
 
7628
7628
  ## `sf schema generate field`
7629
7629
 
@@ -7677,7 +7677,7 @@ FLAG DESCRIPTIONS
7677
7677
  If you don't specify this flag, the command prompts you to choose from your local objects.
7678
7678
  ```
7679
7679
 
7680
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/field.ts)_
7680
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/field.ts)_
7681
7681
 
7682
7682
  ## `sf schema generate platformevent`
7683
7683
 
@@ -7709,7 +7709,7 @@ EXAMPLES
7709
7709
  $ sf schema generate platformevent --label "My Platform Event"
7710
7710
  ```
7711
7711
 
7712
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/platformevent.ts)_
7712
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/platformevent.ts)_
7713
7713
 
7714
7714
  ## `sf schema generate sobject`
7715
7715
 
@@ -7766,7 +7766,7 @@ FLAG DESCRIPTIONS
7766
7766
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7767
7767
  ```
7768
7768
 
7769
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/sobject.ts)_
7769
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/sobject.ts)_
7770
7770
 
7771
7771
  ## `sf schema generate tab`
7772
7772
 
@@ -7814,7 +7814,7 @@ FLAG DESCRIPTIONS
7814
7814
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7815
7815
  ```
7816
7816
 
7817
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/tab.ts)_
7817
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/tab.ts)_
7818
7818
 
7819
7819
  ## `sf search`
7820
7820
 
@@ -7830,7 +7830,7 @@ DESCRIPTION
7830
7830
  Once you select a command, hit enter and it will show the help for that command.
7831
7831
  ```
7832
7832
 
7833
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.10/src/commands/search.ts)_
7833
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.11/src/commands/search.ts)_
7834
7834
 
7835
7835
  ## `sf sobject describe`
7836
7836
 
@@ -7978,7 +7978,7 @@ FLAG DESCRIPTIONS
7978
7978
  etc.
7979
7979
  ```
7980
7980
 
7981
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/static-resource/generate.ts)_
7981
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/static-resource/generate.ts)_
7982
7982
 
7983
7983
  ## `sf update [CHANNEL]`
7984
7984
 
@@ -8016,7 +8016,7 @@ EXAMPLES
8016
8016
  $ sf update --available
8017
8017
  ```
8018
8018
 
8019
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.0/src/commands/update.ts)_
8019
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.1/src/commands/update.ts)_
8020
8020
 
8021
8021
  ## `sf version`
8022
8022
 
@@ -8092,7 +8092,7 @@ FLAG DESCRIPTIONS
8092
8092
  Supplied parameter values or default values are filled into a copy of the template.
8093
8093
  ```
8094
8094
 
8095
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/component.ts)_
8095
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/visualforce/generate/component.ts)_
8096
8096
 
8097
8097
  ## `sf visualforce generate page`
8098
8098
 
@@ -8142,7 +8142,7 @@ FLAG DESCRIPTIONS
8142
8142
  The name can be up to 40 characters and must start with a letter.
8143
8143
  ```
8144
8144
 
8145
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/page.ts)_
8145
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/visualforce/generate/page.ts)_
8146
8146
 
8147
8147
  ## `sf which`
8148
8148