@salesforce/cli 2.129.4 → 2.129.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -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.129.4 linux-x64 node-v22.22.1
28
+ @salesforce/cli/2.129.5 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.7/src/commands/agent/activate.ts)_
267
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/create.ts)_
334
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/deactivate.ts)_
375
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/generate/agent-spec.ts)_
482
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/generate/authoring-bundle.ts)_
559
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/generate/template.ts)_
607
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/generate/test-spec.ts)_
672
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/preview.ts)_
745
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/preview/end.ts)_
800
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/preview/send.ts)_
858
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/preview/sessions.ts)_
891
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/preview/start.ts)_
948
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/publish/authoring-bundle.ts)_
997
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/test/create.ts)_
1052
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/test/list.ts)_
1087
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/test/results.ts)_
1153
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/test/resume.ts)_
1226
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/test/run.ts)_
1300
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/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.7/src/commands/agent/validate/authoring-bundle.ts)_
1347
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.10/src/commands/agent/validate/authoring-bundle.ts)_
1348
1348
 
1349
1349
  ## `sf alias list`
1350
1350
 
@@ -1372,7 +1372,7 @@ EXAMPLES
1372
1372
  $ sf alias list
1373
1373
  ```
1374
1374
 
1375
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/list.ts)_
1375
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/alias/list.ts)_
1376
1376
 
1377
1377
  ## `sf alias set`
1378
1378
 
@@ -1421,7 +1421,7 @@ EXAMPLES
1421
1421
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
1422
1422
  ```
1423
1423
 
1424
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/set.ts)_
1424
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/alias/set.ts)_
1425
1425
 
1426
1426
  ## `sf alias unset`
1427
1427
 
@@ -1461,7 +1461,7 @@ EXAMPLES
1461
1461
  $ sf alias unset --all [--no-prompt]
1462
1462
  ```
1463
1463
 
1464
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/unset.ts)_
1464
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/alias/unset.ts)_
1465
1465
 
1466
1466
  ## `sf apex get log`
1467
1467
 
@@ -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.14/src/commands/apex/get/log.ts)_
1520
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/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.14/src/commands/apex/get/test.ts)_
1580
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/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.14/src/commands/apex/list/log.ts)_
1620
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/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.14/src/commands/apex/run.ts)_
1667
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/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.14/src/commands/apex/run/test.ts)_
1814
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/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.14/src/commands/apex/tail/log.ts)_
1857
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/apex/tail/log.ts)_
1858
1858
 
1859
1859
  ## `sf api request graphql`
1860
1860
 
@@ -2125,7 +2125,7 @@ CONFIGURATION VARIABLES
2125
2125
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2126
2126
  ```
2127
2127
 
2128
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/get.ts)_
2128
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/get.ts)_
2129
2129
 
2130
2130
  ## `sf config list`
2131
2131
 
@@ -2165,7 +2165,7 @@ EXAMPLES
2165
2165
  $ sf config list
2166
2166
  ```
2167
2167
 
2168
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/list.ts)_
2168
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/list.ts)_
2169
2169
 
2170
2170
  ## `sf config set`
2171
2171
 
@@ -2234,7 +2234,7 @@ CONFIGURATION VARIABLES
2234
2234
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2235
2235
  ```
2236
2236
 
2237
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/set.ts)_
2237
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/set.ts)_
2238
2238
 
2239
2239
  ## `sf config unset`
2240
2240
 
@@ -2284,7 +2284,7 @@ CONFIGURATION VARIABLES
2284
2284
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2285
2285
  ```
2286
2286
 
2287
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/unset.ts)_
2287
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.62/src/commands/config/unset.ts)_
2288
2288
 
2289
2289
  ## `sf data bulk results`
2290
2290
 
@@ -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.80/src/commands/data/bulk/results.ts)_
2332
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/create/file.ts)_
2381
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/create/record.ts)_
2437
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/delete/bulk.ts)_
2496
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/delete/record.ts)_
2557
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/delete/resume.ts)_
2596
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/export/bulk.ts)_
2663
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/export/resume.ts)_
2702
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/export/tree.ts)_
2762
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/get/record.ts)_
2826
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/import/bulk.ts)_
2878
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/import/resume.ts)_
2914
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/import/tree.ts)_
2978
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/query.ts)_
3031
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/resume.ts)_
3068
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/search.ts)_
3118
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/update/bulk.ts)_
3173
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/update/record.ts)_
3235
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/update/resume.ts)_
3274
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/upsert/bulk.ts)_
3330
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/data/upsert/resume.ts)_
3369
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.112/src/commands/doctor.ts)_
3417
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.114/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.80/src/commands/force/data/bulk/delete.ts)_
3464
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/force/data/bulk/status.ts)_
3501
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/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.80/src/commands/force/data/bulk/upsert.ts)_
3559
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.83/src/commands/force/data/bulk/upsert.ts)_
3560
3560
 
3561
3561
  ## `sf help [COMMAND]`
3562
3562
 
@@ -3576,7 +3576,7 @@ DESCRIPTION
3576
3576
  Display help for sf.
3577
3577
  ```
3578
3578
 
3579
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.39/src/commands/help.ts)_
3579
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.40/src/commands/help.ts)_
3580
3580
 
3581
3581
  ## `sf info releasenotes display`
3582
3582
 
@@ -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.112/src/commands/info/releasenotes/display.ts)_
3619
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.114/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.14/src/commands/logic/get/test.ts)_
3667
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/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.14/src/commands/logic/run/test.ts)_
3789
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.15/src/commands/logic/run/test.ts)_
3790
3790
 
3791
3791
  ## `sf org assign permset`
3792
3792
 
@@ -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.73/src/commands/org/create/sandbox.ts)_
4016
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/create/scratch.ts)_
4198
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/create/scratch.ts)_
4199
4199
 
4200
4200
  ## `sf org create user`
4201
4201
 
@@ -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.73/src/commands/org/delete/sandbox.ts)_
4352
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/delete/scratch.ts)_
4396
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/disable/tracking.ts)_
4435
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/display.ts)_
4480
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/display.ts)_
4481
4481
 
4482
4482
  ## `sf org display user`
4483
4483
 
@@ -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.73/src/commands/org/enable/tracking.ts)_
4561
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/enable/tracking.ts)_
4562
4562
 
4563
4563
  ## `sf org generate password`
4564
4564
 
@@ -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.73/src/commands/org/list.ts)_
4667
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/list.ts)_
4668
4668
 
4669
4669
  ## `sf org list auth`
4670
4670
 
@@ -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.73/src/commands/org/list/metadata.ts)_
4806
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/list/metadata-types.ts)_
4861
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/list/metadata-types.ts)_
4862
4862
 
4863
4863
  ## `sf org list sobject record-counts`
4864
4864
 
@@ -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.73/src/commands/org/open.ts)_
5407
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/open/agent.ts)_
5458
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/open/authoring-bundle.ts)_
5504
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/refresh/sandbox.ts)_
5607
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/resume/sandbox.ts)_
5670
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/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.73/src/commands/org/resume/scratch.ts)_
5723
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.74/src/commands/org/resume/scratch.ts)_
5724
5724
 
5725
5725
  ## `sf package convert`
5726
5726
 
@@ -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.40/src/commands/search.ts)_
9552
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.41/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.99/src/commands/sobject/describe.ts)_
9599
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.100/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.99/src/commands/sobject/list.ts)_
9638
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.100/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.11.1/src/commands/template/generate/analytics/template.ts)_
9682
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/apex/class.ts)_
9742
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/apex/trigger.ts)_
9812
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/digital-experience/site.ts)_
9866
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/flexipage/index.ts)_
9948
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/lightning/app.ts)_
10004
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/lightning/component.ts)_
10074
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/lightning/event.ts)_
10130
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/lightning/interface.ts)_
10186
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/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.11.1/src/commands/template/generate/lightning/test.ts)_
10242
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/lightning/test.ts)_
10243
10243
 
10244
10244
  ## `sf template generate project`
10245
10245
 
@@ -10352,7 +10352,7 @@ FLAG DESCRIPTIONS
10352
10352
  Override the api version used for api requests made by this command
10353
10353
  ```
10354
10354
 
10355
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/project/index.ts)_
10355
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/project/index.ts)_
10356
10356
 
10357
10357
  ## `sf template generate static-resource`
10358
10358
 
@@ -10415,7 +10415,7 @@ FLAG DESCRIPTIONS
10415
10415
  etc.
10416
10416
  ```
10417
10417
 
10418
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/static-resource/index.ts)_
10418
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/static-resource/index.ts)_
10419
10419
 
10420
10420
  ## `sf template generate visualforce component`
10421
10421
 
@@ -10472,7 +10472,7 @@ FLAG DESCRIPTIONS
10472
10472
  Supplied parameter values or default values are filled into a copy of the template.
10473
10473
  ```
10474
10474
 
10475
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/visualforce/component.ts)_
10475
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/visualforce/component.ts)_
10476
10476
 
10477
10477
  ## `sf template generate visualforce page`
10478
10478
 
@@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS
10523
10523
  The name can be up to 40 characters and must start with a letter.
10524
10524
  ```
10525
10525
 
10526
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/visualforce/page.ts)_
10526
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.3/src/commands/template/generate/visualforce/page.ts)_
10527
10527
 
10528
10528
  ## `sf update [CHANNEL]`
10529
10529
 
@@ -10561,7 +10561,7 @@ EXAMPLES
10561
10561
  $ sf update --available
10562
10562
  ```
10563
10563
 
10564
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.24/src/commands/update.ts)_
10564
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.26/src/commands/update.ts)_
10565
10565
 
10566
10566
  ## `sf version`
10567
10567
 
@@ -10615,7 +10615,7 @@ EXAMPLES
10615
10615
  $ sf which "foo bar baz"
10616
10616
  ```
10617
10617
 
10618
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.45/src/commands/which.ts)_
10618
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.46/src/commands/which.ts)_
10619
10619
 
10620
10620
  <!-- commandsstop -->
10621
10621