@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.122.4 linux-x64 node-v22.22.0
28+ @salesforce/cli/2.122.5 linux-x64 node-v22.22.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -248,7 +248,7 @@ EXAMPLES
248248 $ sf agent activate --api-name Resort_Manager --target-org my-org
249249```
250250
251- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/activate.ts ) _
251+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/activate.ts ) _
252252
253253## ` sf agent create `
254254
@@ -315,7 +315,7 @@ EXAMPLES
315315 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
316316```
317317
318- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/create.ts ) _
318+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/create.ts ) _
319319
320320## ` sf agent deactivate `
321321
@@ -355,7 +355,7 @@ EXAMPLES
355355 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
356356```
357357
358- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/deactivate.ts ) _
358+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/deactivate.ts ) _
359359
360360## ` sf agent generate agent-spec `
361361
@@ -462,7 +462,7 @@ EXAMPLES
462462 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
463463```
464464
465- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/generate/agent-spec.ts ) _
465+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/generate/agent-spec.ts ) _
466466
467467## ` sf agent generate authoring-bundle `
468468
@@ -528,7 +528,7 @@ EXAMPLES
528528 other-package-dir/main/default --target-org my-dev-org
529529```
530530
531- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/generate/authoring-bundle.ts ) _
531+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/generate/authoring-bundle.ts ) _
532532
533533## ` sf agent generate template `
534534
@@ -576,7 +576,7 @@ EXAMPLES
576576 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
577577```
578578
579- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/generate/template.ts ) _
579+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/generate/template.ts ) _
580580
581581## ` sf agent generate test-spec `
582582
@@ -637,7 +637,7 @@ EXAMPLES
637637 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
638638```
639639
640- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/generate/test-spec.ts ) _
640+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/generate/test-spec.ts ) _
641641
642642## ` sf agent preview `
643643
@@ -710,7 +710,7 @@ EXAMPLES
710710 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
711711```
712712
713- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/preview.ts ) _
713+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/preview.ts ) _
714714
715715## ` sf agent publish authoring-bundle `
716716
@@ -759,7 +759,7 @@ EXAMPLES
759759 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
760760```
761761
762- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/publish/authoring-bundle.ts ) _
762+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/publish/authoring-bundle.ts ) _
763763
764764## ` sf agent test create `
765765
@@ -814,7 +814,7 @@ EXAMPLES
814814 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
815815```
816816
817- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/test/create.ts ) _
817+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/test/create.ts ) _
818818
819819## ` sf agent test list `
820820
@@ -849,7 +849,7 @@ EXAMPLES
849849 $ sf agent test list --target-org my-org
850850```
851851
852- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/test/list.ts ) _
852+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/test/list.ts ) _
853853
854854## ` sf agent test results `
855855
@@ -915,7 +915,7 @@ FLAG DESCRIPTIONS
915915 expression when using custom evaluations.
916916```
917917
918- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/test/results.ts ) _
918+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/test/results.ts ) _
919919
920920## ` sf agent test resume `
921921
@@ -988,7 +988,7 @@ FLAG DESCRIPTIONS
988988 expression when using custom evaluations.
989989```
990990
991- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/test/resume.ts ) _
991+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/test/resume.ts ) _
992992
993993## ` sf agent test run `
994994
@@ -1062,7 +1062,7 @@ FLAG DESCRIPTIONS
10621062 expression when using custom evaluations.
10631063```
10641064
1065- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/test/run.ts ) _
1065+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/test/run.ts ) _
10661066
10671067## ` sf agent validate authoring-bundle `
10681068
@@ -1109,7 +1109,7 @@ EXAMPLES
11091109 $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11101110```
11111111
1112- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.1 /src/commands/agent/validate/authoring-bundle.ts ) _
1112+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.27.2 /src/commands/agent/validate/authoring-bundle.ts ) _
11131113
11141114## ` sf alias list `
11151115
0 commit comments