@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.132.12 linux-x64 node-v22.22.2
28+ @salesforce/cli/2.132.13 linux-x64 node-v22.22.2
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -274,7 +274,7 @@ ERROR CODES
274274 ActivationFailed (4) Failed to activate the agent due to API or network errors.
275275```
276276
277- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/activate.ts ) _
277+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/activate.ts ) _
278278
279279## ` sf agent create `
280280
@@ -341,7 +341,7 @@ EXAMPLES
341341 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
342342```
343343
344- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/create.ts ) _
344+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/create.ts ) _
345345
346346## ` sf agent deactivate `
347347
@@ -390,7 +390,7 @@ ERROR CODES
390390 DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
391391```
392392
393- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/deactivate.ts ) _
393+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/deactivate.ts ) _
394394
395395## ` sf agent generate agent-spec `
396396
@@ -497,7 +497,7 @@ EXAMPLES
497497 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
498498```
499499
500- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/generate/agent-spec.ts ) _
500+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/generate/agent-spec.ts ) _
501501
502502## ` sf agent generate authoring-bundle `
503503
@@ -574,7 +574,7 @@ EXAMPLES
574574 other-package-dir/main/default --target-org my-dev-org
575575```
576576
577- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/generate/authoring-bundle.ts ) _
577+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/generate/authoring-bundle.ts ) _
578578
579579## ` sf agent generate template `
580580
@@ -636,7 +636,7 @@ EXAMPLES
636636 my-package --source-org my-scratch-org
637637```
638638
639- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/generate/template.ts ) _
639+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/generate/template.ts ) _
640640
641641## ` sf agent generate test-spec `
642642
@@ -701,7 +701,7 @@ EXAMPLES
701701 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
702702```
703703
704- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/generate/test-spec.ts ) _
704+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/generate/test-spec.ts ) _
705705
706706## ` sf agent preview `
707707
@@ -774,7 +774,7 @@ EXAMPLES
774774 $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
775775```
776776
777- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/preview.ts ) _
777+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/preview.ts ) _
778778
779779## ` sf agent preview end `
780780
@@ -838,7 +838,7 @@ ERROR CODES
838838 SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
839839```
840840
841- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/preview/end.ts ) _
841+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/preview/end.ts ) _
842842
843843## ` sf agent preview send `
844844
@@ -905,7 +905,7 @@ ERROR CODES
905905 SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
906906```
907907
908- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/preview/send.ts ) _
908+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/preview/send.ts ) _
909909
910910## ` sf agent preview sessions `
911911
@@ -941,7 +941,7 @@ ERROR CODES
941941 Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
942942```
943943
944- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/preview/sessions.ts ) _
944+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/preview/sessions.ts ) _
945945
946946## ` sf agent preview start `
947947
@@ -1017,7 +1017,7 @@ ERROR CODES
10171017 PreviewStartFailed (4) Preview session failed to start due to API or network errors.
10181018```
10191019
1020- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/preview/start.ts ) _
1020+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/preview/start.ts ) _
10211021
10221022## ` sf agent publish authoring-bundle `
10231023
@@ -1066,7 +1066,7 @@ EXAMPLES
10661066 $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
10671067```
10681068
1069- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/publish/authoring-bundle.ts ) _
1069+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/publish/authoring-bundle.ts ) _
10701070
10711071## ` sf agent test create `
10721072
@@ -1130,7 +1130,7 @@ ERROR CODES
11301130 DeploymentFailed (4) Deployment failed due to API or network errors.
11311131```
11321132
1133- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/test/create.ts ) _
1133+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/test/create.ts ) _
11341134
11351135## ` sf agent test list `
11361136
@@ -1172,7 +1172,7 @@ ERROR CODES
11721172 Failed (4) Failed to retrieve agent tests due to API or network errors.
11731173```
11741174
1175- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/test/list.ts ) _
1175+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/test/list.ts ) _
11761176
11771177## ` sf agent test results `
11781178
@@ -1246,7 +1246,7 @@ ERROR CODES
12461246 Failed (4) Failed to retrieve results due to API or network errors.
12471247```
12481248
1249- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/test/results.ts ) _
1249+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/test/results.ts ) _
12501250
12511251## ` sf agent test resume `
12521252
@@ -1328,7 +1328,7 @@ ERROR CODES
13281328 OperationFailed (4) Failed to poll test due to API or network errors.
13291329```
13301330
1331- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/test/resume.ts ) _
1331+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/test/resume.ts ) _
13321332
13331333## ` sf agent test run `
13341334
@@ -1411,7 +1411,7 @@ ERROR CODES
14111411 OperationFailed (4) Failed to start or poll test due to API or network errors.
14121412```
14131413
1414- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/test/run.ts ) _
1414+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/test/run.ts ) _
14151415
14161416## ` sf agent validate authoring-bundle `
14171417
@@ -1468,7 +1468,7 @@ ERROR CODES
14681468 ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
14691469```
14701470
1471- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.19 /src/commands/agent/validate/authoring-bundle.ts ) _
1471+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.32.20 /src/commands/agent/validate/authoring-bundle.ts ) _
14721472
14731473## ` sf alias list `
14741474
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
98819881 directory.
98829882```
98839883
9884- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/analytics/template.ts ) _
9884+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/analytics/template.ts ) _
98859885
98869886## ` sf template generate apex class `
98879887
@@ -9941,7 +9941,7 @@ FLAG DESCRIPTIONS
99419941 Supplied parameter values or default values are filled into a copy of the template.
99429942```
99439943
9944- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/apex/class.ts ) _
9944+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/apex/class.ts ) _
99459945
99469946## ` sf template generate apex trigger `
99479947
@@ -10011,7 +10011,7 @@ FLAG DESCRIPTIONS
1001110011 Supplied parameter values or default values are filled into a copy of the template.
1001210012```
1001310013
10014- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/apex/trigger.ts ) _
10014+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/apex/trigger.ts ) _
1001510015
1001610016## ` sf template generate digital-experience site `
1001710017
@@ -10065,7 +10065,7 @@ FLAG DESCRIPTIONS
1006510065 project, defaults to the current directory.
1006610066```
1006710067
10068- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/digital-experience/site.ts ) _
10068+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/digital-experience/site.ts ) _
1006910069
1007010070## ` sf template generate flexipage `
1007110071
@@ -10147,7 +10147,7 @@ FLAG DESCRIPTIONS
1014710147 'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
1014810148```
1014910149
10150- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/flexipage/index.ts ) _
10150+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/flexipage/index.ts ) _
1015110151
1015210152## ` sf template generate lightning app `
1015310153
@@ -10205,7 +10205,7 @@ FLAG DESCRIPTIONS
1020510205 field in the DX project's "sfdx-project.json" file.
1020610206```
1020710207
10208- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/lightning/app.ts ) _
10208+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/lightning/app.ts ) _
1020910209
1021010210## ` sf template generate lightning component `
1021110211
@@ -10282,7 +10282,7 @@ FLAG DESCRIPTIONS
1028210282 field in the DX project's "sfdx-project.json" file.
1028310283```
1028410284
10285- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/lightning/component.ts ) _
10285+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/lightning/component.ts ) _
1028610286
1028710287## ` sf template generate lightning event `
1028810288
@@ -10340,7 +10340,7 @@ FLAG DESCRIPTIONS
1034010340 field in the DX project's "sfdx-project.json" file.
1034110341```
1034210342
10343- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/lightning/event.ts ) _
10343+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/lightning/event.ts ) _
1034410344
1034510345## ` sf template generate lightning interface `
1034610346
@@ -10398,7 +10398,7 @@ FLAG DESCRIPTIONS
1039810398 field in the DX project's "sfdx-project.json" file.
1039910399```
1040010400
10401- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/lightning/interface.ts ) _
10401+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/lightning/interface.ts ) _
1040210402
1040310403## ` sf template generate lightning test `
1040410404
@@ -10456,7 +10456,7 @@ FLAG DESCRIPTIONS
1045610456 field in the DX project's "sfdx-project.json" file.
1045710457```
1045810458
10459- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/lightning/test.ts ) _
10459+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/lightning/test.ts ) _
1046010460
1046110461## ` sf template generate project `
1046210462
@@ -10582,7 +10582,7 @@ FLAG DESCRIPTIONS
1058210582 server-side type stripping.
1058310583```
1058410584
10585- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/project/index.ts ) _
10585+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/project/index.ts ) _
1058610586
1058710587## ` sf template generate static-resource `
1058810588
@@ -10645,7 +10645,7 @@ FLAG DESCRIPTIONS
1064510645 etc.
1064610646```
1064710647
10648- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/static-resource/index.ts ) _
10648+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/static-resource/index.ts ) _
1064910649
1065010650## ` sf template generate ui-bundle `
1065110651
@@ -10729,7 +10729,7 @@ FLAG DESCRIPTIONS
1072910729 Supplied parameter values or default values are filled into a copy of the template.
1073010730```
1073110731
10732- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/ui-bundle/index.ts ) _
10732+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/ui-bundle/index.ts ) _
1073310733
1073410734## ` sf template generate visualforce component `
1073510735
@@ -10786,7 +10786,7 @@ FLAG DESCRIPTIONS
1078610786 Supplied parameter values or default values are filled into a copy of the template.
1078710787```
1078810788
10789- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/visualforce/component.ts ) _
10789+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/visualforce/component.ts ) _
1079010790
1079110791## ` sf template generate visualforce page `
1079210792
@@ -10837,7 +10837,7 @@ FLAG DESCRIPTIONS
1083710837 The name can be up to 40 characters and must start with a letter.
1083810838```
1083910839
10840- _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.15.7 /src/commands/template/generate/visualforce/page.ts ) _
10840+ _ See code: [ @salesforce/plugin-templates ] ( https://github.com/salesforcecli/plugin-templates/blob/56.16.0 /src/commands/template/generate/visualforce/page.ts ) _
1084110841
1084210842## ` sf update [CHANNEL] `
1084310843
0 commit comments