@salesforce/cli 2.128.2 → 2.128.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.128.2 linux-x64 node-v22.22.1
28
+ @salesforce/cli/2.128.3 linux-x64 node-v22.22.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -264,7 +264,7 @@ EXAMPLES
264
264
  $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
265
265
  ```
266
266
 
267
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/activate.ts)_
267
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/activate.ts)_
268
268
 
269
269
  ## `sf agent create`
270
270
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
332
332
  ```
333
333
 
334
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/create.ts)_
334
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/create.ts)_
335
335
 
336
336
  ## `sf agent deactivate`
337
337
 
@@ -372,7 +372,7 @@ EXAMPLES
372
372
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
373
373
  ```
374
374
 
375
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/deactivate.ts)_
375
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/deactivate.ts)_
376
376
 
377
377
  ## `sf agent generate agent-spec`
378
378
 
@@ -479,7 +479,7 @@ EXAMPLES
479
479
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
480
480
  ```
481
481
 
482
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/generate/agent-spec.ts)_
482
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/agent-spec.ts)_
483
483
 
484
484
  ## `sf agent generate authoring-bundle`
485
485
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  other-package-dir/main/default --target-org my-dev-org
557
557
  ```
558
558
 
559
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/generate/authoring-bundle.ts)_
559
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/authoring-bundle.ts)_
560
560
 
561
561
  ## `sf agent generate template`
562
562
 
@@ -604,7 +604,7 @@ EXAMPLES
604
604
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
605
605
  ```
606
606
 
607
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/generate/template.ts)_
607
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/template.ts)_
608
608
 
609
609
  ## `sf agent generate test-spec`
610
610
 
@@ -669,7 +669,7 @@ EXAMPLES
669
669
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
670
670
  ```
671
671
 
672
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/generate/test-spec.ts)_
672
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/test-spec.ts)_
673
673
 
674
674
  ## `sf agent preview`
675
675
 
@@ -742,7 +742,7 @@ EXAMPLES
742
742
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
743
743
  ```
744
744
 
745
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview.ts)_
745
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview.ts)_
746
746
 
747
747
  ## `sf agent preview end`
748
748
 
@@ -797,7 +797,7 @@ EXAMPLES
797
797
  $ sf agent preview end --authoring-bundle My_Local_Agent
798
798
  ```
799
799
 
800
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/end.ts)_
800
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/end.ts)_
801
801
 
802
802
  ## `sf agent preview send`
803
803
 
@@ -855,7 +855,7 @@ EXAMPLES
855
855
  $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
856
856
  ```
857
857
 
858
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/send.ts)_
858
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/send.ts)_
859
859
 
860
860
  ## `sf agent preview sessions`
861
861
 
@@ -888,7 +888,7 @@ EXAMPLES
888
888
  $ sf agent preview sessions
889
889
  ```
890
890
 
891
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/sessions.ts)_
891
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/sessions.ts)_
892
892
 
893
893
  ## `sf agent preview start`
894
894
 
@@ -945,7 +945,7 @@ EXAMPLES
945
945
  $ sf agent preview start --api-name My_Published_Agent
946
946
  ```
947
947
 
948
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/preview/start.ts)_
948
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/start.ts)_
949
949
 
950
950
  ## `sf agent publish authoring-bundle`
951
951
 
@@ -994,7 +994,7 @@ EXAMPLES
994
994
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
995
995
  ```
996
996
 
997
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/publish/authoring-bundle.ts)_
997
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/publish/authoring-bundle.ts)_
998
998
 
999
999
  ## `sf agent test create`
1000
1000
 
@@ -1049,7 +1049,7 @@ EXAMPLES
1049
1049
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
1050
1050
  ```
1051
1051
 
1052
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/create.ts)_
1052
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/create.ts)_
1053
1053
 
1054
1054
  ## `sf agent test list`
1055
1055
 
@@ -1084,7 +1084,7 @@ EXAMPLES
1084
1084
  $ sf agent test list --target-org my-org
1085
1085
  ```
1086
1086
 
1087
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/list.ts)_
1087
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/list.ts)_
1088
1088
 
1089
1089
  ## `sf agent test results`
1090
1090
 
@@ -1150,7 +1150,7 @@ FLAG DESCRIPTIONS
1150
1150
  expression when using custom evaluations.
1151
1151
  ```
1152
1152
 
1153
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/results.ts)_
1153
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/results.ts)_
1154
1154
 
1155
1155
  ## `sf agent test resume`
1156
1156
 
@@ -1223,7 +1223,7 @@ FLAG DESCRIPTIONS
1223
1223
  expression when using custom evaluations.
1224
1224
  ```
1225
1225
 
1226
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/resume.ts)_
1226
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/resume.ts)_
1227
1227
 
1228
1228
  ## `sf agent test run`
1229
1229
 
@@ -1297,7 +1297,7 @@ FLAG DESCRIPTIONS
1297
1297
  expression when using custom evaluations.
1298
1298
  ```
1299
1299
 
1300
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/test/run.ts)_
1300
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/run.ts)_
1301
1301
 
1302
1302
  ## `sf agent validate authoring-bundle`
1303
1303
 
@@ -1344,7 +1344,7 @@ EXAMPLES
1344
1344
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1345
1345
  ```
1346
1346
 
1347
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.1/src/commands/agent/validate/authoring-bundle.ts)_
1347
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/validate/authoring-bundle.ts)_
1348
1348
 
1349
1349
  ## `sf alias list`
1350
1350
 
@@ -1517,7 +1517,7 @@ FLAG DESCRIPTIONS
1517
1517
  directory.
1518
1518
  ```
1519
1519
 
1520
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/apex/get/log.ts)_
1520
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/apex/get/log.ts)_
1521
1521
 
1522
1522
  ## `sf apex get test`
1523
1523
 
@@ -1577,7 +1577,7 @@ EXAMPLES
1577
1577
  me@myorg'
1578
1578
  ```
1579
1579
 
1580
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/apex/get/test.ts)_
1580
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/apex/get/test.ts)_
1581
1581
 
1582
1582
  ## `sf apex list log`
1583
1583
 
@@ -1617,7 +1617,7 @@ EXAMPLES
1617
1617
  $ sf apex list log --target-org me@my.org
1618
1618
  ```
1619
1619
 
1620
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/apex/list/log.ts)_
1620
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/apex/list/log.ts)_
1621
1621
 
1622
1622
  ## `sf apex run`
1623
1623
 
@@ -1664,7 +1664,7 @@ EXAMPLES
1664
1664
  $ sf apex run
1665
1665
  ```
1666
1666
 
1667
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/apex/run.ts)_
1667
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/apex/run.ts)_
1668
1668
 
1669
1669
  ## `sf apex run test`
1670
1670
 
@@ -1811,7 +1811,7 @@ FLAG DESCRIPTIONS
1811
1811
  --tests Test1 --tests Test2
1812
1812
  ```
1813
1813
 
1814
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/apex/run/test.ts)_
1814
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/apex/run/test.ts)_
1815
1815
 
1816
1816
  ## `sf apex tail log`
1817
1817
 
@@ -1854,7 +1854,7 @@ EXAMPLES
1854
1854
  $ sf apex tail log --color --skip-trace-flag
1855
1855
  ```
1856
1856
 
1857
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/apex/tail/log.ts)_
1857
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/apex/tail/log.ts)_
1858
1858
 
1859
1859
  ## `sf api request graphql`
1860
1860
 
@@ -2047,7 +2047,7 @@ EXAMPLES
2047
2047
  $ sf autocomplete --refresh-cache
2048
2048
  ```
2049
2049
 
2050
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.40/src/commands/autocomplete/index.ts)_
2050
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.41/src/commands/autocomplete/index.ts)_
2051
2051
 
2052
2052
  ## `sf commands`
2053
2053
 
@@ -2329,7 +2329,7 @@ EXAMPLES
2329
2329
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2330
2330
  ```
2331
2331
 
2332
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/bulk/results.ts)_
2332
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/bulk/results.ts)_
2333
2333
 
2334
2334
  ## `sf data create file`
2335
2335
 
@@ -2378,7 +2378,7 @@ EXAMPLES
2378
2378
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2379
2379
  ```
2380
2380
 
2381
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/create/file.ts)_
2381
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/create/file.ts)_
2382
2382
 
2383
2383
  ## `sf data create record`
2384
2384
 
@@ -2434,7 +2434,7 @@ EXAMPLES
2434
2434
  TracedEntityId=01p17000000R6bLAAS"
2435
2435
  ```
2436
2436
 
2437
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/create/record.ts)_
2437
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/create/record.ts)_
2438
2438
 
2439
2439
  ## `sf data delete bulk`
2440
2440
 
@@ -2493,7 +2493,7 @@ FLAG DESCRIPTIONS
2493
2493
  and can be enabled only by a system administrator.
2494
2494
  ```
2495
2495
 
2496
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/delete/bulk.ts)_
2496
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/delete/bulk.ts)_
2497
2497
 
2498
2498
  ## `sf data delete record`
2499
2499
 
@@ -2554,7 +2554,7 @@ EXAMPLES
2554
2554
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2555
2555
  ```
2556
2556
 
2557
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/delete/record.ts)_
2557
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/delete/record.ts)_
2558
2558
 
2559
2559
  ## `sf data delete resume`
2560
2560
 
@@ -2593,7 +2593,7 @@ EXAMPLES
2593
2593
  $ sf data delete resume --use-most-recent --target-org my-scratch
2594
2594
  ```
2595
2595
 
2596
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/delete/resume.ts)_
2596
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/delete/resume.ts)_
2597
2597
 
2598
2598
  ## `sf data export bulk`
2599
2599
 
@@ -2660,7 +2660,7 @@ EXAMPLES
2660
2660
  --result-format json --wait 10 --all-rows
2661
2661
  ```
2662
2662
 
2663
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/export/bulk.ts)_
2663
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/export/bulk.ts)_
2664
2664
 
2665
2665
  ## `sf data export resume`
2666
2666
 
@@ -2699,7 +2699,7 @@ EXAMPLES
2699
2699
  $ sf data export resume --use-most-recent
2700
2700
  ```
2701
2701
 
2702
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/export/resume.ts)_
2702
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/export/resume.ts)_
2703
2703
 
2704
2704
  ## `sf data export tree`
2705
2705
 
@@ -2759,7 +2759,7 @@ EXAMPLES
2759
2759
  my-scratch
2760
2760
  ```
2761
2761
 
2762
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/export/tree.ts)_
2762
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/export/tree.ts)_
2763
2763
 
2764
2764
  ## `sf data get record`
2765
2765
 
@@ -2823,7 +2823,7 @@ EXAMPLES
2823
2823
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2824
2824
  ```
2825
2825
 
2826
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/get/record.ts)_
2826
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/get/record.ts)_
2827
2827
 
2828
2828
  ## `sf data import bulk`
2829
2829
 
@@ -2875,7 +2875,7 @@ EXAMPLES
2875
2875
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2876
2876
  ```
2877
2877
 
2878
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/import/bulk.ts)_
2878
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/import/bulk.ts)_
2879
2879
 
2880
2880
  ## `sf data import resume`
2881
2881
 
@@ -2911,7 +2911,7 @@ EXAMPLES
2911
2911
  $ sf data import resume --use-most-recent --target-org my-scratch
2912
2912
  ```
2913
2913
 
2914
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/import/resume.ts)_
2914
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/import/resume.ts)_
2915
2915
 
2916
2916
  ## `sf data import tree`
2917
2917
 
@@ -2975,7 +2975,7 @@ FLAG DESCRIPTIONS
2975
2975
  - files(array) - Files: An array of files paths to load
2976
2976
  ```
2977
2977
 
2978
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/import/tree.ts)_
2978
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/import/tree.ts)_
2979
2979
 
2980
2980
  ## `sf data query`
2981
2981
 
@@ -3028,7 +3028,7 @@ EXAMPLES
3028
3028
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3029
3029
  ```
3030
3030
 
3031
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/query.ts)_
3031
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/query.ts)_
3032
3032
 
3033
3033
  ## `sf data resume`
3034
3034
 
@@ -3065,7 +3065,7 @@ EXAMPLES
3065
3065
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3066
3066
  ```
3067
3067
 
3068
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/resume.ts)_
3068
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/resume.ts)_
3069
3069
 
3070
3070
  ## `sf data search`
3071
3071
 
@@ -3115,7 +3115,7 @@ EXAMPLES
3115
3115
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3116
3116
  ```
3117
3117
 
3118
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/search.ts)_
3118
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/search.ts)_
3119
3119
 
3120
3120
  ## `sf data update bulk`
3121
3121
 
@@ -3170,7 +3170,7 @@ EXAMPLES
3170
3170
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3171
3171
  ```
3172
3172
 
3173
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/update/bulk.ts)_
3173
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/update/bulk.ts)_
3174
3174
 
3175
3175
  ## `sf data update record`
3176
3176
 
@@ -3232,7 +3232,7 @@ EXAMPLES
3232
3232
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3233
3233
  ```
3234
3234
 
3235
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/update/record.ts)_
3235
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/update/record.ts)_
3236
3236
 
3237
3237
  ## `sf data update resume`
3238
3238
 
@@ -3271,7 +3271,7 @@ EXAMPLES
3271
3271
  $ sf data update resume --use-most-recent
3272
3272
  ```
3273
3273
 
3274
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/update/resume.ts)_
3274
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/update/resume.ts)_
3275
3275
 
3276
3276
  ## `sf data upsert bulk`
3277
3277
 
@@ -3327,7 +3327,7 @@ EXAMPLES
3327
3327
  my-scratch
3328
3328
  ```
3329
3329
 
3330
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/upsert/bulk.ts)_
3330
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/upsert/bulk.ts)_
3331
3331
 
3332
3332
  ## `sf data upsert resume`
3333
3333
 
@@ -3366,7 +3366,7 @@ EXAMPLES
3366
3366
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3367
3367
  ```
3368
3368
 
3369
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/upsert/resume.ts)_
3369
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/data/upsert/resume.ts)_
3370
3370
 
3371
3371
  ## `sf doctor`
3372
3372
 
@@ -3414,7 +3414,7 @@ EXAMPLES
3414
3414
  $ sf doctor --plugin @salesforce/plugin-source
3415
3415
  ```
3416
3416
 
3417
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.109/src/commands/doctor.ts)_
3417
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.111/src/commands/doctor.ts)_
3418
3418
 
3419
3419
  ## `sf force data bulk delete`
3420
3420
 
@@ -3461,7 +3461,7 @@ EXAMPLES
3461
3461
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3462
3462
  ```
3463
3463
 
3464
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/force/data/bulk/delete.ts)_
3464
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/force/data/bulk/delete.ts)_
3465
3465
 
3466
3466
  ## `sf force data bulk status`
3467
3467
 
@@ -3498,7 +3498,7 @@ EXAMPLES
3498
3498
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3499
3499
  ```
3500
3500
 
3501
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/force/data/bulk/status.ts)_
3501
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/force/data/bulk/status.ts)_
3502
3502
 
3503
3503
  ## `sf force data bulk upsert`
3504
3504
 
@@ -3556,7 +3556,7 @@ EXAMPLES
3556
3556
  --target-org my-scratch
3557
3557
  ```
3558
3558
 
3559
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/force/data/bulk/upsert.ts)_
3559
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.80/src/commands/force/data/bulk/upsert.ts)_
3560
3560
 
3561
3561
  ## `sf help [COMMAND]`
3562
3562
 
@@ -3616,7 +3616,7 @@ EXAMPLES
3616
3616
  $ sf info releasenotes display --version latest
3617
3617
  ```
3618
3618
 
3619
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.109/src/commands/info/releasenotes/display.ts)_
3619
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.111/src/commands/info/releasenotes/display.ts)_
3620
3620
 
3621
3621
  ## `sf logic get test`
3622
3622
 
@@ -3664,7 +3664,7 @@ EXAMPLES
3664
3664
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
3665
3665
  ```
3666
3666
 
3667
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/logic/get/test.ts)_
3667
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/logic/get/test.ts)_
3668
3668
 
3669
3669
  ## `sf logic run test`
3670
3670
 
@@ -3786,7 +3786,7 @@ FLAG DESCRIPTIONS
3786
3786
  --tests Test1 --tests Test2
3787
3787
  ```
3788
3788
 
3789
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.12/src/commands/logic/run/test.ts)_
3789
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.13/src/commands/logic/run/test.ts)_
3790
3790
 
3791
3791
  ## `sf org assign permset`
3792
3792
 
@@ -3832,7 +3832,7 @@ EXAMPLES
3832
3832
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3833
3833
  ```
3834
3834
 
3835
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.0/src/commands/org/assign/permset.ts)_
3835
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.1/src/commands/org/assign/permset.ts)_
3836
3836
 
3837
3837
  ## `sf org assign permsetlicense`
3838
3838
 
@@ -3879,7 +3879,7 @@ EXAMPLES
3879
3879
  user3
3880
3880
  ```
3881
3881
 
3882
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.0/src/commands/org/assign/permsetlicense.ts)_
3882
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.1/src/commands/org/assign/permsetlicense.ts)_
3883
3883
 
3884
3884
  ## `sf org create sandbox`
3885
3885
 
@@ -4013,7 +4013,7 @@ FLAG DESCRIPTIONS
4013
4013
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4014
4014
  ```
4015
4015
 
4016
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/create/sandbox.ts)_
4016
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/create/sandbox.ts)_
4017
4017
 
4018
4018
  ## `sf org create scratch`
4019
4019
 
@@ -4195,7 +4195,7 @@ FLAG DESCRIPTIONS
4195
4195
  Omit this flag to have Salesforce generate a unique username for your org.
4196
4196
  ```
4197
4197
 
4198
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/create/scratch.ts)_
4198
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/create/scratch.ts)_
4199
4199
 
4200
4200
  ## `sf org create user`
4201
4201
 
@@ -4303,7 +4303,7 @@ FLAG DESCRIPTIONS
4303
4303
  might be different than what you specify in the definition file.
4304
4304
  ```
4305
4305
 
4306
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.0/src/commands/org/create/user.ts)_
4306
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.1/src/commands/org/create/user.ts)_
4307
4307
 
4308
4308
  ## `sf org delete sandbox`
4309
4309
 
@@ -4349,7 +4349,7 @@ EXAMPLES
4349
4349
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4350
4350
  ```
4351
4351
 
4352
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/delete/sandbox.ts)_
4352
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/delete/sandbox.ts)_
4353
4353
 
4354
4354
  ## `sf org delete scratch`
4355
4355
 
@@ -4393,7 +4393,7 @@ EXAMPLES
4393
4393
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4394
4394
  ```
4395
4395
 
4396
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/delete/scratch.ts)_
4396
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/delete/scratch.ts)_
4397
4397
 
4398
4398
  ## `sf org disable tracking`
4399
4399
 
@@ -4432,7 +4432,7 @@ EXAMPLES
4432
4432
  $ sf org disable tracking
4433
4433
  ```
4434
4434
 
4435
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/disable/tracking.ts)_
4435
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/disable/tracking.ts)_
4436
4436
 
4437
4437
  ## `sf org display`
4438
4438
 
@@ -4477,7 +4477,7 @@ EXAMPLES
4477
4477
  $ sf org display --target-org TestOrg1 --verbose
4478
4478
  ```
4479
4479
 
4480
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/display.ts)_
4480
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/display.ts)_
4481
4481
 
4482
4482
  ## `sf org display user`
4483
4483
 
@@ -4516,7 +4516,7 @@ EXAMPLES
4516
4516
  $ sf org display user --target-org me@my.org --json
4517
4517
  ```
4518
4518
 
4519
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.0/src/commands/org/display/user.ts)_
4519
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.1/src/commands/org/display/user.ts)_
4520
4520
 
4521
4521
  ## `sf org enable tracking`
4522
4522
 
@@ -4558,7 +4558,7 @@ EXAMPLES
4558
4558
  $ sf org enable tracking
4559
4559
  ```
4560
4560
 
4561
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/enable/tracking.ts)_
4561
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/enable/tracking.ts)_
4562
4562
 
4563
4563
  ## `sf org generate password`
4564
4564
 
@@ -4625,7 +4625,7 @@ EXAMPLES
4625
4625
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
4626
4626
  ```
4627
4627
 
4628
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.0/src/commands/org/generate/password.ts)_
4628
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.1/src/commands/org/generate/password.ts)_
4629
4629
 
4630
4630
  ## `sf org list`
4631
4631
 
@@ -4664,7 +4664,7 @@ EXAMPLES
4664
4664
  $ sf org list --clean
4665
4665
  ```
4666
4666
 
4667
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/list.ts)_
4667
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/list.ts)_
4668
4668
 
4669
4669
  ## `sf org list auth`
4670
4670
 
@@ -4736,7 +4736,7 @@ EXAMPLES
4736
4736
  $ sf org list limits --target-org my-scratch-org
4737
4737
  ```
4738
4738
 
4739
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.79/src/commands/org/list/limits.ts)_
4739
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.80/src/commands/org/list/limits.ts)_
4740
4740
 
4741
4741
  ## `sf org list metadata`
4742
4742
 
@@ -4803,7 +4803,7 @@ FLAG DESCRIPTIONS
4803
4803
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4804
4804
  ```
4805
4805
 
4806
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/list/metadata.ts)_
4806
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/list/metadata.ts)_
4807
4807
 
4808
4808
  ## `sf org list metadata-types`
4809
4809
 
@@ -4858,7 +4858,7 @@ FLAG DESCRIPTIONS
4858
4858
  Override the api version used for api requests made by this command
4859
4859
  ```
4860
4860
 
4861
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/list/metadata-types.ts)_
4861
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/list/metadata-types.ts)_
4862
4862
 
4863
4863
  ## `sf org list sobject record-counts`
4864
4864
 
@@ -4904,7 +4904,7 @@ EXAMPLES
4904
4904
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
4905
4905
  ```
4906
4906
 
4907
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.79/src/commands/org/list/sobject/record-counts.ts)_
4907
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.80/src/commands/org/list/sobject/record-counts.ts)_
4908
4908
 
4909
4909
  ## `sf org list users`
4910
4910
 
@@ -4942,7 +4942,7 @@ EXAMPLES
4942
4942
  $ sf org list users --target-org me@my.org
4943
4943
  ```
4944
4944
 
4945
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.0/src/commands/org/list/users.ts)_
4945
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.7.1/src/commands/org/list/users.ts)_
4946
4946
 
4947
4947
  ## `sf org login access-token`
4948
4948
 
@@ -5404,7 +5404,7 @@ EXAMPLES
5404
5404
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5405
5405
  ```
5406
5406
 
5407
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/open.ts)_
5407
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/open.ts)_
5408
5408
 
5409
5409
  ## `sf org open agent`
5410
5410
 
@@ -5455,7 +5455,7 @@ EXAMPLES
5455
5455
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5456
5456
  ```
5457
5457
 
5458
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/open/agent.ts)_
5458
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/open/agent.ts)_
5459
5459
 
5460
5460
  ## `sf org open authoring-bundle`
5461
5461
 
@@ -5501,7 +5501,7 @@ EXAMPLES
5501
5501
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
5502
5502
  ```
5503
5503
 
5504
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/open/authoring-bundle.ts)_
5504
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/open/authoring-bundle.ts)_
5505
5505
 
5506
5506
  ## `sf org refresh sandbox`
5507
5507
 
@@ -5604,7 +5604,7 @@ FLAG DESCRIPTIONS
5604
5604
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5605
5605
  ```
5606
5606
 
5607
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/refresh/sandbox.ts)_
5607
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/refresh/sandbox.ts)_
5608
5608
 
5609
5609
  ## `sf org resume sandbox`
5610
5610
 
@@ -5667,7 +5667,7 @@ FLAG DESCRIPTIONS
5667
5667
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5668
5668
  ```
5669
5669
 
5670
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/resume/sandbox.ts)_
5670
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/resume/sandbox.ts)_
5671
5671
 
5672
5672
  ## `sf org resume scratch`
5673
5673
 
@@ -5720,7 +5720,7 @@ FLAG DESCRIPTIONS
5720
5720
  returns the job ID. To resume checking the scratch creation, rerun this command.
5721
5721
  ```
5722
5722
 
5723
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.71/src/commands/org/resume/scratch.ts)_
5723
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.72/src/commands/org/resume/scratch.ts)_
5724
5724
 
5725
5725
  ## `sf package convert`
5726
5726
 
@@ -5817,7 +5817,7 @@ FLAG DESCRIPTIONS
5817
5817
  --installation-key-bypass flag is required.
5818
5818
  ```
5819
5819
 
5820
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/convert.ts)_
5820
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/convert.ts)_
5821
5821
 
5822
5822
  ## `sf package create`
5823
5823
 
@@ -5896,7 +5896,7 @@ FLAG DESCRIPTIONS
5896
5896
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5897
5897
  ```
5898
5898
 
5899
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/create.ts)_
5899
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/create.ts)_
5900
5900
 
5901
5901
  ## `sf package delete`
5902
5902
 
@@ -5938,7 +5938,7 @@ EXAMPLES
5938
5938
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5939
5939
  ```
5940
5940
 
5941
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/delete.ts)_
5941
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/delete.ts)_
5942
5942
 
5943
5943
  ## `sf package install`
5944
5944
 
@@ -6037,7 +6037,7 @@ FLAG DESCRIPTIONS
6037
6037
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6038
6038
  ```
6039
6039
 
6040
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/install.ts)_
6040
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/install.ts)_
6041
6041
 
6042
6042
  ## `sf package install report`
6043
6043
 
@@ -6070,7 +6070,7 @@ EXAMPLES
6070
6070
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6071
6071
  ```
6072
6072
 
6073
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/install/report.ts)_
6073
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/install/report.ts)_
6074
6074
 
6075
6075
  ## `sf package installed list`
6076
6076
 
@@ -6102,7 +6102,7 @@ EXAMPLES
6102
6102
  $ sf package installed list --target-org me@example.com
6103
6103
  ```
6104
6104
 
6105
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/installed/list.ts)_
6105
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/installed/list.ts)_
6106
6106
 
6107
6107
  ## `sf package list`
6108
6108
 
@@ -6140,7 +6140,7 @@ EXAMPLES
6140
6140
  $ sf package list --target-dev-hub devhub@example.com --verbose
6141
6141
  ```
6142
6142
 
6143
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/list.ts)_
6143
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/list.ts)_
6144
6144
 
6145
6145
  ## `sf package push-upgrade abort`
6146
6146
 
@@ -6179,7 +6179,7 @@ EXAMPLES
6179
6179
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6180
6180
  ```
6181
6181
 
6182
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/abort.ts)_
6182
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/push-upgrade/abort.ts)_
6183
6183
 
6184
6184
  ## `sf package push-upgrade list`
6185
6185
 
@@ -6238,7 +6238,7 @@ EXAMPLES
6238
6238
  $ sf package push-upgrade list --package 033xyz –-status Failed
6239
6239
  ```
6240
6240
 
6241
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/list.ts)_
6241
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/push-upgrade/list.ts)_
6242
6242
 
6243
6243
  ## `sf package push-upgrade report`
6244
6244
 
@@ -6280,7 +6280,7 @@ EXAMPLES
6280
6280
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6281
6281
  ```
6282
6282
 
6283
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/report.ts)_
6283
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/push-upgrade/report.ts)_
6284
6284
 
6285
6285
  ## `sf package push-upgrade schedule`
6286
6286
 
@@ -6367,7 +6367,7 @@ FLAG DESCRIPTIONS
6367
6367
  Overrides the value of the target-dev-hub configuration variable, if set.
6368
6368
  ```
6369
6369
 
6370
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/schedule.ts)_
6370
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/push-upgrade/schedule.ts)_
6371
6371
 
6372
6372
  ## `sf package uninstall`
6373
6373
 
@@ -6415,7 +6415,7 @@ EXAMPLES
6415
6415
  $ sf package uninstall --package "Undesirable Package Alias"
6416
6416
  ```
6417
6417
 
6418
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/uninstall.ts)_
6418
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/uninstall.ts)_
6419
6419
 
6420
6420
  ## `sf package uninstall report`
6421
6421
 
@@ -6448,7 +6448,7 @@ EXAMPLES
6448
6448
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6449
6449
  ```
6450
6450
 
6451
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/uninstall/report.ts)_
6451
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/uninstall/report.ts)_
6452
6452
 
6453
6453
  ## `sf package update`
6454
6454
 
@@ -6516,7 +6516,7 @@ FLAG DESCRIPTIONS
6516
6516
  the Installed Packages page. Only released package versions can be set as the recommended version.
6517
6517
  ```
6518
6518
 
6519
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/update.ts)_
6519
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/update.ts)_
6520
6520
 
6521
6521
  ## `sf package version create`
6522
6522
 
@@ -6693,7 +6693,7 @@ FLAG DESCRIPTIONS
6693
6693
  periods of no output from commands.
6694
6694
  ```
6695
6695
 
6696
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/create.ts)_
6696
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/create.ts)_
6697
6697
 
6698
6698
  ## `sf package version create list`
6699
6699
 
@@ -6754,7 +6754,7 @@ EXAMPLES
6754
6754
  $ sf package version create list --created-last-days 0 --status Success
6755
6755
  ```
6756
6756
 
6757
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/create/list.ts)_
6757
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/create/list.ts)_
6758
6758
 
6759
6759
  ## `sf package version create report`
6760
6760
 
@@ -6797,7 +6797,7 @@ EXAMPLES
6797
6797
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6798
6798
  ```
6799
6799
 
6800
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/create/report.ts)_
6800
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/create/report.ts)_
6801
6801
 
6802
6802
  ## `sf package version delete`
6803
6803
 
@@ -6838,7 +6838,7 @@ EXAMPLES
6838
6838
  $ sf package version delete --package 04t... --target-org devhub@example.com
6839
6839
  ```
6840
6840
 
6841
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/delete.ts)_
6841
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/delete.ts)_
6842
6842
 
6843
6843
  ## `sf package version displayancestry`
6844
6844
 
@@ -6898,7 +6898,7 @@ FLAG DESCRIPTIONS
6898
6898
  You can use the DOT code output in graph visualization software to create tree visualizations.
6899
6899
  ```
6900
6900
 
6901
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/displayancestry.ts)_
6901
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/displayancestry.ts)_
6902
6902
 
6903
6903
  ## `sf package version displaydependencies`
6904
6904
 
@@ -6960,7 +6960,7 @@ FLAG DESCRIPTIONS
6960
6960
  package, which must be installed last.
6961
6961
  ```
6962
6962
 
6963
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/displaydependencies.ts)_
6963
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/displaydependencies.ts)_
6964
6964
 
6965
6965
  ## `sf package version list`
6966
6966
 
@@ -7036,7 +7036,7 @@ EXAMPLES
7036
7036
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7037
7037
  ```
7038
7038
 
7039
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/list.ts)_
7039
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/list.ts)_
7040
7040
 
7041
7041
  ## `sf package version promote`
7042
7042
 
@@ -7080,7 +7080,7 @@ EXAMPLES
7080
7080
  $ sf package version promote --package "Awesome Package Alias"
7081
7081
  ```
7082
7082
 
7083
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/promote.ts)_
7083
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/promote.ts)_
7084
7084
 
7085
7085
  ## `sf package version report`
7086
7086
 
@@ -7120,7 +7120,7 @@ EXAMPLES
7120
7120
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7121
7121
  ```
7122
7122
 
7123
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/report.ts)_
7123
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/report.ts)_
7124
7124
 
7125
7125
  ## `sf package version retrieve`
7126
7126
 
@@ -7165,7 +7165,7 @@ EXAMPLES
7165
7165
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
7166
7166
  ```
7167
7167
 
7168
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/retrieve.ts)_
7168
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/retrieve.ts)_
7169
7169
 
7170
7170
  ## `sf package version update`
7171
7171
 
@@ -7218,7 +7218,7 @@ EXAMPLES
7218
7218
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7219
7219
  ```
7220
7220
 
7221
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/update.ts)_
7221
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package/version/update.ts)_
7222
7222
 
7223
7223
  ## `sf package1 version create`
7224
7224
 
@@ -7285,7 +7285,7 @@ FLAG DESCRIPTIONS
7285
7285
  subscribers.
7286
7286
  ```
7287
7287
 
7288
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/create.ts)_
7288
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package1/version/create.ts)_
7289
7289
 
7290
7290
  ## `sf package1 version create get`
7291
7291
 
@@ -7318,7 +7318,7 @@ EXAMPLES
7318
7318
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7319
7319
  ```
7320
7320
 
7321
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/create/get.ts)_
7321
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package1/version/create/get.ts)_
7322
7322
 
7323
7323
  ## `sf package1 version display`
7324
7324
 
@@ -7352,7 +7352,7 @@ EXAMPLES
7352
7352
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7353
7353
  ```
7354
7354
 
7355
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/display.ts)_
7355
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package1/version/display.ts)_
7356
7356
 
7357
7357
  ## `sf package1 version list`
7358
7358
 
@@ -7390,7 +7390,7 @@ FLAG DESCRIPTIONS
7390
7390
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7391
7391
  ```
7392
7392
 
7393
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/list.ts)_
7393
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.10/src/commands/package1/version/list.ts)_
7394
7394
 
7395
7395
  ## `sf plugins`
7396
7396
 
@@ -7691,7 +7691,7 @@ FLAG DESCRIPTIONS
7691
7691
  If you specify this flag, don’t specify --metadata or --source-dir.
7692
7692
  ```
7693
7693
 
7694
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/convert/mdapi.ts)_
7694
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/convert/mdapi.ts)_
7695
7695
 
7696
7696
  ## `sf project convert source`
7697
7697
 
@@ -7764,7 +7764,7 @@ FLAG DESCRIPTIONS
7764
7764
  Override the api version used for api requests made by this command
7765
7765
  ```
7766
7766
 
7767
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/convert/source.ts)_
7767
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/convert/source.ts)_
7768
7768
 
7769
7769
  ## `sf project convert source-behavior`
7770
7770
 
@@ -7823,7 +7823,7 @@ EXAMPLES
7823
7823
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7824
7824
  ```
7825
7825
 
7826
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/convert/source-behavior.ts)_
7826
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/convert/source-behavior.ts)_
7827
7827
 
7828
7828
  ## `sf project delete source`
7829
7829
 
@@ -7976,7 +7976,7 @@ FLAG DESCRIPTIONS
7976
7976
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7977
7977
  ```
7978
7978
 
7979
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/delete/source.ts)_
7979
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/delete/source.ts)_
7980
7980
 
7981
7981
  ## `sf project delete tracking`
7982
7982
 
@@ -8013,7 +8013,7 @@ EXAMPLES
8013
8013
  $ sf project delete tracking --target-org my-scratch
8014
8014
  ```
8015
8015
 
8016
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/delete/tracking.ts)_
8016
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/delete/tracking.ts)_
8017
8017
 
8018
8018
  ## `sf project deploy cancel`
8019
8019
 
@@ -8085,7 +8085,7 @@ FLAG DESCRIPTIONS
8085
8085
  project deploy report".
8086
8086
  ```
8087
8087
 
8088
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/cancel.ts)_
8088
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/deploy/cancel.ts)_
8089
8089
 
8090
8090
  ## `sf project deploy preview`
8091
8091
 
@@ -8168,7 +8168,7 @@ FLAG DESCRIPTIONS
8168
8168
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8169
8169
  ```
8170
8170
 
8171
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/preview.ts)_
8171
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/deploy/preview.ts)_
8172
8172
 
8173
8173
  ## `sf project deploy quick`
8174
8174
 
@@ -8261,7 +8261,7 @@ ERROR CODES
8261
8261
  Canceling (69) The deploy is being canceled.
8262
8262
  ```
8263
8263
 
8264
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/quick.ts)_
8264
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/deploy/quick.ts)_
8265
8265
 
8266
8266
  ## `sf project deploy report`
8267
8267
 
@@ -8353,7 +8353,7 @@ FLAG DESCRIPTIONS
8353
8353
  --coverage-formatters lcov --coverage-formatters clover
8354
8354
  ```
8355
8355
 
8356
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/report.ts)_
8356
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/deploy/report.ts)_
8357
8357
 
8358
8358
  ## `sf project deploy resume`
8359
8359
 
@@ -8450,7 +8450,7 @@ ERROR CODES
8450
8450
  Canceling (69) The deploy is being canceled.
8451
8451
  ```
8452
8452
 
8453
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/resume.ts)_
8453
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/deploy/resume.ts)_
8454
8454
 
8455
8455
  ## `sf project deploy start`
8456
8456
 
@@ -8716,7 +8716,7 @@ ERROR CODES
8716
8716
  Canceling (69) The deploy is being canceled.
8717
8717
  ```
8718
8718
 
8719
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/start.ts)_
8719
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/deploy/start.ts)_
8720
8720
 
8721
8721
  ## `sf project deploy validate`
8722
8722
 
@@ -8920,7 +8920,7 @@ ERROR CODES
8920
8920
  Canceling (69) The deploy is being canceled.
8921
8921
  ```
8922
8922
 
8923
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/validate.ts)_
8923
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/deploy/validate.ts)_
8924
8924
 
8925
8925
  ## `sf project generate manifest`
8926
8926
 
@@ -9016,7 +9016,7 @@ EXAMPLES
9016
9016
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9017
9017
  ```
9018
9018
 
9019
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/generate/manifest.ts)_
9019
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/generate/manifest.ts)_
9020
9020
 
9021
9021
  ## `sf project list ignored`
9022
9022
 
@@ -9058,7 +9058,7 @@ EXAMPLES
9058
9058
  $ sf project list ignored --source-dir package.xml
9059
9059
  ```
9060
9060
 
9061
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/list/ignored.ts)_
9061
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/list/ignored.ts)_
9062
9062
 
9063
9063
  ## `sf project reset tracking`
9064
9064
 
@@ -9107,7 +9107,7 @@ EXAMPLES
9107
9107
  $ sf project reset tracking --revision 30
9108
9108
  ```
9109
9109
 
9110
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/reset/tracking.ts)_
9110
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/reset/tracking.ts)_
9111
9111
 
9112
9112
  ## `sf project retrieve preview`
9113
9113
 
@@ -9161,7 +9161,7 @@ FLAG DESCRIPTIONS
9161
9161
  production orgs.
9162
9162
  ```
9163
9163
 
9164
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/retrieve/preview.ts)_
9164
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/retrieve/preview.ts)_
9165
9165
 
9166
9166
  ## `sf project retrieve start`
9167
9167
 
@@ -9342,7 +9342,7 @@ ENVIRONMENT VARIABLES
9342
9342
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9343
9343
  ```
9344
9344
 
9345
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/retrieve/start.ts)_
9345
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.16/src/commands/project/retrieve/start.ts)_
9346
9346
 
9347
9347
  ## `sf schema generate field`
9348
9348
 
@@ -9549,7 +9549,7 @@ DESCRIPTION
9549
9549
  Once you select a command, hit enter and it will show the help for that command.
9550
9550
  ```
9551
9551
 
9552
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.38/src/commands/search.ts)_
9552
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.39/src/commands/search.ts)_
9553
9553
 
9554
9554
  ## `sf sobject describe`
9555
9555
 
@@ -9596,7 +9596,7 @@ EXAMPLES
9596
9596
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
9597
9597
  ```
9598
9598
 
9599
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.96/src/commands/sobject/describe.ts)_
9599
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.98/src/commands/sobject/describe.ts)_
9600
9600
 
9601
9601
  ## `sf sobject list`
9602
9602
 
@@ -9635,7 +9635,7 @@ EXAMPLES
9635
9635
  $ sf sobject list --sobject custom --target-org my-scratch-org
9636
9636
  ```
9637
9637
 
9638
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.96/src/commands/sobject/list.ts)_
9638
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.98/src/commands/sobject/list.ts)_
9639
9639
 
9640
9640
  ## `sf template generate analytics template`
9641
9641
 
@@ -9679,7 +9679,7 @@ FLAG DESCRIPTIONS
9679
9679
  directory.
9680
9680
  ```
9681
9681
 
9682
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/analytics/template.ts)_
9682
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/analytics/template.ts)_
9683
9683
 
9684
9684
  ## `sf template generate apex class`
9685
9685
 
@@ -9739,7 +9739,7 @@ FLAG DESCRIPTIONS
9739
9739
  Supplied parameter values or default values are filled into a copy of the template.
9740
9740
  ```
9741
9741
 
9742
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/apex/class.ts)_
9742
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/apex/class.ts)_
9743
9743
 
9744
9744
  ## `sf template generate apex trigger`
9745
9745
 
@@ -9809,7 +9809,7 @@ FLAG DESCRIPTIONS
9809
9809
  Supplied parameter values or default values are filled into a copy of the template.
9810
9810
  ```
9811
9811
 
9812
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/apex/trigger.ts)_
9812
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/apex/trigger.ts)_
9813
9813
 
9814
9814
  ## `sf template generate digital-experience site`
9815
9815
 
@@ -9863,7 +9863,7 @@ FLAG DESCRIPTIONS
9863
9863
  project, defaults to the current directory.
9864
9864
  ```
9865
9865
 
9866
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/digital-experience/site.ts)_
9866
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/digital-experience/site.ts)_
9867
9867
 
9868
9868
  ## `sf template generate flexipage`
9869
9869
 
@@ -9945,7 +9945,7 @@ FLAG DESCRIPTIONS
9945
9945
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
9946
9946
  ```
9947
9947
 
9948
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/flexipage/index.ts)_
9948
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/flexipage/index.ts)_
9949
9949
 
9950
9950
  ## `sf template generate lightning app`
9951
9951
 
@@ -10001,7 +10001,7 @@ FLAG DESCRIPTIONS
10001
10001
  Supplied parameter values or default values are filled into a copy of the template.
10002
10002
  ```
10003
10003
 
10004
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/lightning/app.ts)_
10004
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/lightning/app.ts)_
10005
10005
 
10006
10006
  ## `sf template generate lightning component`
10007
10007
 
@@ -10071,7 +10071,7 @@ FLAG DESCRIPTIONS
10071
10071
  Supplied parameter values or default values are filled into a copy of the template.
10072
10072
  ```
10073
10073
 
10074
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/lightning/component.ts)_
10074
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/lightning/component.ts)_
10075
10075
 
10076
10076
  ## `sf template generate lightning event`
10077
10077
 
@@ -10127,7 +10127,7 @@ FLAG DESCRIPTIONS
10127
10127
  Supplied parameter values or default values are filled into a copy of the template.
10128
10128
  ```
10129
10129
 
10130
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/lightning/event.ts)_
10130
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/lightning/event.ts)_
10131
10131
 
10132
10132
  ## `sf template generate lightning interface`
10133
10133
 
@@ -10183,7 +10183,7 @@ FLAG DESCRIPTIONS
10183
10183
  Supplied parameter values or default values are filled into a copy of the template.
10184
10184
  ```
10185
10185
 
10186
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/lightning/interface.ts)_
10186
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/lightning/interface.ts)_
10187
10187
 
10188
10188
  ## `sf template generate lightning test`
10189
10189
 
@@ -10239,7 +10239,7 @@ FLAG DESCRIPTIONS
10239
10239
  Supplied parameter values or default values are filled into a copy of the template.
10240
10240
  ```
10241
10241
 
10242
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/lightning/test.ts)_
10242
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/lightning/test.ts)_
10243
10243
 
10244
10244
  ## `sf template generate project`
10245
10245
 
@@ -10348,7 +10348,7 @@ FLAG DESCRIPTIONS
10348
10348
  Override the api version used for api requests made by this command
10349
10349
  ```
10350
10350
 
10351
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/project/index.ts)_
10351
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/project/index.ts)_
10352
10352
 
10353
10353
  ## `sf template generate static-resource`
10354
10354
 
@@ -10411,7 +10411,7 @@ FLAG DESCRIPTIONS
10411
10411
  etc.
10412
10412
  ```
10413
10413
 
10414
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/static-resource/index.ts)_
10414
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/static-resource/index.ts)_
10415
10415
 
10416
10416
  ## `sf template generate visualforce component`
10417
10417
 
@@ -10468,7 +10468,7 @@ FLAG DESCRIPTIONS
10468
10468
  Supplied parameter values or default values are filled into a copy of the template.
10469
10469
  ```
10470
10470
 
10471
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/visualforce/component.ts)_
10471
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/visualforce/component.ts)_
10472
10472
 
10473
10473
  ## `sf template generate visualforce page`
10474
10474
 
@@ -10519,7 +10519,7 @@ FLAG DESCRIPTIONS
10519
10519
  The name can be up to 40 characters and must start with a letter.
10520
10520
  ```
10521
10521
 
10522
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.5/src/commands/template/generate/visualforce/page.ts)_
10522
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/visualforce/page.ts)_
10523
10523
 
10524
10524
  ## `sf update [CHANNEL]`
10525
10525
 
@@ -10557,7 +10557,7 @@ EXAMPLES
10557
10557
  $ sf update --available
10558
10558
  ```
10559
10559
 
10560
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.22/src/commands/update.ts)_
10560
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.23/src/commands/update.ts)_
10561
10561
 
10562
10562
  ## `sf version`
10563
10563