@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.133.1 linux-x64 node-v22.22.2
28+ @salesforce/cli/2.133.2 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.22 /src/commands/agent/activate.ts ) _
277+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/create.ts ) _
344+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/deactivate.ts ) _
393+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/generate/agent-spec.ts ) _
500+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/generate/authoring-bundle.ts ) _
577+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/generate/template.ts ) _
639+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/generate/test-spec.ts ) _
704+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/preview.ts ) _
777+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/preview/end.ts ) _
841+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/preview/send.ts ) _
908+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/preview/sessions.ts ) _
944+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/preview/start.ts ) _
1020+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/publish/authoring-bundle.ts ) _
1069+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/test/create.ts ) _
1133+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/test/list.ts ) _
1175+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/test/results.ts ) _
1249+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/test/resume.ts ) _
1331+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/test/run.ts ) _
1414+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /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.22 /src/commands/agent/validate/authoring-bundle.ts ) _
1471+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.33.0 /src/commands/agent/validate/authoring-bundle.ts ) _
14721472
14731473## ` sf alias list `
14741474
@@ -4081,7 +4081,7 @@ FLAG DESCRIPTIONS
40814081 "agent.user.<GUID>@your-org-domain.com".
40824082```
40834083
4084- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/create/agent-user.ts ) _
4084+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/create/agent-user.ts ) _
40854085
40864086## ` sf org create sandbox `
40874087
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
42154215 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
42164216```
42174217
4218- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/create/sandbox.ts ) _
4218+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/create/sandbox.ts ) _
42194219
42204220## ` sf org create scratch `
42214221
@@ -4397,7 +4397,7 @@ FLAG DESCRIPTIONS
43974397 Omit this flag to have Salesforce generate a unique username for your org.
43984398```
43994399
4400- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/create/scratch.ts ) _
4400+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/create/scratch.ts ) _
44014401
44024402## ` sf org create user `
44034403
@@ -4551,7 +4551,7 @@ EXAMPLES
45514551 $ sf org delete sandbox --target-org my-sandbox --no-prompt
45524552```
45534553
4554- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/delete/sandbox.ts ) _
4554+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/delete/sandbox.ts ) _
45554555
45564556## ` sf org delete scratch `
45574557
@@ -4595,7 +4595,7 @@ EXAMPLES
45954595 $ sf org delete scratch --target-org my-scratch-org --no-prompt
45964596```
45974597
4598- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/delete/scratch.ts ) _
4598+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/delete/scratch.ts ) _
45994599
46004600## ` sf org disable tracking `
46014601
@@ -4634,7 +4634,7 @@ EXAMPLES
46344634 $ sf org disable tracking
46354635```
46364636
4637- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/disable/tracking.ts ) _
4637+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/disable/tracking.ts ) _
46384638
46394639## ` sf org display `
46404640
@@ -4679,7 +4679,7 @@ EXAMPLES
46794679 $ sf org display --target-org TestOrg1 --verbose
46804680```
46814681
4682- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/display.ts ) _
4682+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/display.ts ) _
46834683
46844684## ` sf org display user `
46854685
@@ -4760,7 +4760,7 @@ EXAMPLES
47604760 $ sf org enable tracking
47614761```
47624762
4763- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/enable/tracking.ts ) _
4763+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/enable/tracking.ts ) _
47644764
47654765## ` sf org generate password `
47664766
@@ -4866,7 +4866,7 @@ EXAMPLES
48664866 $ sf org list --clean
48674867```
48684868
4869- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/list.ts ) _
4869+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/list.ts ) _
48704870
48714871## ` sf org list auth `
48724872
@@ -5005,7 +5005,7 @@ FLAG DESCRIPTIONS
50055005 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
50065006```
50075007
5008- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/list/metadata.ts ) _
5008+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/list/metadata.ts ) _
50095009
50105010## ` sf org list metadata-types `
50115011
@@ -5060,7 +5060,7 @@ FLAG DESCRIPTIONS
50605060 Override the api version used for api requests made by this command
50615061```
50625062
5063- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/list/metadata-types.ts ) _
5063+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/list/metadata-types.ts ) _
50645064
50655065## ` sf org list sobject record-counts `
50665066
@@ -5606,7 +5606,7 @@ EXAMPLES
56065606 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
56075607```
56085608
5609- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/open.ts ) _
5609+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/open.ts ) _
56105610
56115611## ` sf org open agent `
56125612
@@ -5681,7 +5681,7 @@ FLAG DESCRIPTIONS
56815681 flag.
56825682```
56835683
5684- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/open/agent.ts ) _
5684+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/open/agent.ts ) _
56855685
56865686## ` sf org open authoring-bundle `
56875687
@@ -5727,7 +5727,7 @@ EXAMPLES
57275727 $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
57285728```
57295729
5730- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/open/authoring-bundle.ts ) _
5730+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/open/authoring-bundle.ts ) _
57315731
57325732## ` sf org refresh sandbox `
57335733
@@ -5830,7 +5830,7 @@ FLAG DESCRIPTIONS
58305830 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
58315831```
58325832
5833- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/refresh/sandbox.ts ) _
5833+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/refresh/sandbox.ts ) _
58345834
58355835## ` sf org resume sandbox `
58365836
@@ -5893,7 +5893,7 @@ FLAG DESCRIPTIONS
58935893 returns the job ID. To resume checking the sandbox creation, rerun this command.
58945894```
58955895
5896- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/resume/sandbox.ts ) _
5896+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/resume/sandbox.ts ) _
58975897
58985898## ` sf org resume scratch `
58995899
@@ -5946,7 +5946,7 @@ FLAG DESCRIPTIONS
59465946 returns the job ID. To resume checking the scratch creation, rerun this command.
59475947```
59485948
5949- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/resume/scratch.ts ) _
5949+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.10.1 /src/commands/org/resume/scratch.ts ) _
59505950
59515951## ` sf package convert `
59525952
0 commit comments