@salesforce/cli 2.129.0 → 2.129.2

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.0 linux-x64 node-v22.22.1
28
+ @salesforce/cli/2.129.2 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.4/src/commands/agent/activate.ts)_
267
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/create.ts)_
334
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/deactivate.ts)_
375
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/generate/agent-spec.ts)_
482
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/generate/authoring-bundle.ts)_
559
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/generate/template.ts)_
607
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/generate/test-spec.ts)_
672
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/preview.ts)_
745
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/preview/end.ts)_
800
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/preview/send.ts)_
858
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/preview/sessions.ts)_
891
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/preview/start.ts)_
948
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/publish/authoring-bundle.ts)_
997
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/test/create.ts)_
1052
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/test/list.ts)_
1087
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/test/results.ts)_
1153
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/test/resume.ts)_
1226
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/test/run.ts)_
1300
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/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.4/src/commands/agent/validate/authoring-bundle.ts)_
1347
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.5/src/commands/agent/validate/authoring-bundle.ts)_
1348
1348
 
1349
1349
  ## `sf alias list`
1350
1350
 
@@ -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.1/src/commands/org/assign/permset.ts)_
3835
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/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.1/src/commands/org/assign/permsetlicense.ts)_
3882
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/assign/permsetlicense.ts)_
3883
3883
 
3884
3884
  ## `sf org create sandbox`
3885
3885
 
@@ -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.1/src/commands/org/create/user.ts)_
4306
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/create/user.ts)_
4307
4307
 
4308
4308
  ## `sf org delete sandbox`
4309
4309
 
@@ -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.1/src/commands/org/display/user.ts)_
4519
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/display/user.ts)_
4520
4520
 
4521
4521
  ## `sf org enable tracking`
4522
4522
 
@@ -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.1/src/commands/org/generate/password.ts)_
4628
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/generate/password.ts)_
4629
4629
 
4630
4630
  ## `sf org list`
4631
4631
 
@@ -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.1/src/commands/org/list/users.ts)_
4945
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/list/users.ts)_
4946
4946
 
4947
4947
  ## `sf org login access-token`
4948
4948
 
@@ -7413,7 +7413,7 @@ EXAMPLES
7413
7413
  $ sf plugins
7414
7414
  ```
7415
7415
 
7416
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.58/src/commands/plugins/index.ts)_
7416
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/index.ts)_
7417
7417
 
7418
7418
  ## `sf plugins discover`
7419
7419
 
@@ -7458,7 +7458,7 @@ EXAMPLES
7458
7458
  $ sf plugins inspect @salesforce/plugin-packaging
7459
7459
  ```
7460
7460
 
7461
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.58/src/commands/plugins/inspect.ts)_
7461
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/inspect.ts)_
7462
7462
 
7463
7463
  ## `sf plugins install PLUGIN`
7464
7464
 
@@ -7507,7 +7507,7 @@ EXAMPLES
7507
7507
  $ sf plugins install someuser/someplugin
7508
7508
  ```
7509
7509
 
7510
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.58/src/commands/plugins/install.ts)_
7510
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/install.ts)_
7511
7511
 
7512
7512
  ## `sf plugins link PATH`
7513
7513
 
@@ -7538,7 +7538,7 @@ EXAMPLES
7538
7538
  $ sf plugins link @salesforce/plugin-packaging
7539
7539
  ```
7540
7540
 
7541
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.58/src/commands/plugins/link.ts)_
7541
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/link.ts)_
7542
7542
 
7543
7543
  ## `sf plugins reset`
7544
7544
 
@@ -7553,7 +7553,7 @@ FLAGS
7553
7553
  --reinstall Reinstall all plugins after uninstalling.
7554
7554
  ```
7555
7555
 
7556
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.58/src/commands/plugins/reset.ts)_
7556
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/reset.ts)_
7557
7557
 
7558
7558
  ## `sf plugins trust verify`
7559
7559
 
@@ -7610,7 +7610,7 @@ EXAMPLES
7610
7610
  $ sf plugins uninstall @salesforce/plugin-packaging
7611
7611
  ```
7612
7612
 
7613
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.58/src/commands/plugins/uninstall.ts)_
7613
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/uninstall.ts)_
7614
7614
 
7615
7615
  ## `sf plugins update`
7616
7616
 
@@ -7628,7 +7628,7 @@ DESCRIPTION
7628
7628
  Update installed plugins.
7629
7629
  ```
7630
7630
 
7631
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.58/src/commands/plugins/update.ts)_
7631
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/update.ts)_
7632
7632
 
7633
7633
  ## `sf project convert mdapi`
7634
7634
 
@@ -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.7/src/commands/template/generate/analytics/template.ts)_
9682
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/apex/class.ts)_
9742
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/apex/trigger.ts)_
9812
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/digital-experience/site.ts)_
9866
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/flexipage/index.ts)_
9948
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/lightning/app.ts)_
10004
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/lightning/component.ts)_
10074
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/lightning/event.ts)_
10130
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/lightning/interface.ts)_
10186
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/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.7/src/commands/template/generate/lightning/test.ts)_
10242
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/test.ts)_
10243
10243
 
10244
10244
  ## `sf template generate project`
10245
10245
 
@@ -10247,8 +10247,9 @@ Generate a Salesforce DX project.
10247
10247
 
10248
10248
  ```
10249
10249
  USAGE
10250
- $ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t standard|empty|analytics|reactb2e|reactb2x] [-d
10251
- <value>] [-s <value>] [-p <value>] [-x] [--api-version <value>]
10250
+ $ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t
10251
+ standard|empty|analytics|reactb2e|reactb2x|agent] [-d <value>] [-s <value>] [-p <value>] [-x] [--api-version
10252
+ <value>]
10252
10253
 
10253
10254
  FLAGS
10254
10255
  -d, --output-dir=<value> [default: .] Directory for saving the created files.
@@ -10256,7 +10257,7 @@ FLAGS
10256
10257
  -p, --default-package-dir=<value> [default: force-app] Default package directory name.
10257
10258
  -s, --namespace=<value> Namespace associated with this project and any connected scratch orgs.
10258
10259
  -t, --template=<option> [default: standard] Template to use for project creation.
10259
- <options: standard|empty|analytics|reactb2e|reactb2x>
10260
+ <options: standard|empty|analytics|reactb2e|reactb2x|agent>
10260
10261
  -x, --manifest Generate a manifest (package.xml) for change-set based development.
10261
10262
  --api-version=<value> Will set this version as sourceApiVersion in the sfdx-project.json file
10262
10263
 
@@ -10311,7 +10312,7 @@ FLAG DESCRIPTIONS
10311
10312
 
10312
10313
  Metadata items such as classes and Lightning bundles are placed inside this folder.
10313
10314
 
10314
- -t, --template=standard|empty|analytics|reactb2e|reactb2x Template to use for project creation.
10315
+ -t, --template=standard|empty|analytics|reactb2e|reactb2x|agent Template to use for project creation.
10315
10316
 
10316
10317
  The template determines the sample configuration files and directories that this command generates. For example, the
10317
10318
  empty template provides these files and directory to get you started.
@@ -10338,6 +10339,9 @@ FLAG DESCRIPTIONS
10338
10339
  The reactb2e and reactb2x templates provide React-based project scaffolding for B2E and B2X web application use
10339
10340
  cases.
10340
10341
 
10342
+ The agent template provides project scaffolding for building Agentforce agents and includes a sample agent called
10343
+ Local Info Agent.
10344
+
10341
10345
  -x, --manifest Generate a manifest (package.xml) for change-set based development.
10342
10346
 
10343
10347
  Generates a default manifest (package.xml) for fetching Apex, Visualforce, Lightning components, and static
@@ -10348,7 +10352,7 @@ FLAG DESCRIPTIONS
10348
10352
  Override the api version used for api requests made by this command
10349
10353
  ```
10350
10354
 
10351
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/project/index.ts)_
10355
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/project/index.ts)_
10352
10356
 
10353
10357
  ## `sf template generate static-resource`
10354
10358
 
@@ -10411,7 +10415,7 @@ FLAG DESCRIPTIONS
10411
10415
  etc.
10412
10416
  ```
10413
10417
 
10414
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/static-resource/index.ts)_
10418
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/static-resource/index.ts)_
10415
10419
 
10416
10420
  ## `sf template generate visualforce component`
10417
10421
 
@@ -10468,7 +10472,7 @@ FLAG DESCRIPTIONS
10468
10472
  Supplied parameter values or default values are filled into a copy of the template.
10469
10473
  ```
10470
10474
 
10471
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/visualforce/component.ts)_
10475
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/visualforce/component.ts)_
10472
10476
 
10473
10477
  ## `sf template generate visualforce page`
10474
10478
 
@@ -10519,7 +10523,7 @@ FLAG DESCRIPTIONS
10519
10523
  The name can be up to 40 characters and must start with a letter.
10520
10524
  ```
10521
10525
 
10522
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.7/src/commands/template/generate/visualforce/page.ts)_
10526
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/visualforce/page.ts)_
10523
10527
 
10524
10528
  ## `sf update [CHANNEL]`
10525
10529