@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.114.3 linux-x64 node-v22.21.1
28+ @salesforce/cli/2.114.4 linux-x64 node-v22.21.1
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -244,7 +244,7 @@ EXAMPLES
244244 $ sf agent activate --api-name Resort_Manager --target-org my-org
245245```
246246
247- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/activate.ts ) _
247+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/activate.ts ) _
248248
249249## ` sf agent create `
250250
@@ -306,7 +306,7 @@ EXAMPLES
306306 $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
307307```
308308
309- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/create.ts ) _
309+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/create.ts ) _
310310
311311## ` sf agent deactivate `
312312
@@ -346,7 +346,7 @@ EXAMPLES
346346 $ sf agent deactivate --api-name Resort_Manager --target-org my-org
347347```
348348
349- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/deactivate.ts ) _
349+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/deactivate.ts ) _
350350
351351## ` sf agent generate agent-spec `
352352
@@ -451,7 +451,7 @@ EXAMPLES
451451 $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
452452```
453453
454- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/generate/agent-spec.ts ) _
454+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/generate/agent-spec.ts ) _
455455
456456## ` sf agent generate template `
457457
@@ -499,7 +499,7 @@ EXAMPLES
499499 force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
500500```
501501
502- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/generate/template.ts ) _
502+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/generate/template.ts ) _
503503
504504## ` sf agent generate test-spec `
505505
@@ -560,7 +560,7 @@ EXAMPLES
560560 force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
561561```
562562
563- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/generate/test-spec.ts ) _
563+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/generate/test-spec.ts ) _
564564
565565## ` sf agent preview `
566566
@@ -624,7 +624,7 @@ EXAMPLES
624624 transcripts/my-preview
625625```
626626
627- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/preview.ts ) _
627+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/preview.ts ) _
628628
629629## ` sf agent test create `
630630
@@ -679,7 +679,7 @@ EXAMPLES
679679 $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
680680```
681681
682- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/test/create.ts ) _
682+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/test/create.ts ) _
683683
684684## ` sf agent test list `
685685
@@ -714,7 +714,7 @@ EXAMPLES
714714 $ sf agent test list --target-org my-org
715715```
716716
717- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/test/list.ts ) _
717+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/test/list.ts ) _
718718
719719## ` sf agent test results `
720720
@@ -780,7 +780,7 @@ FLAG DESCRIPTIONS
780780 expression when using custom evaluations.
781781```
782782
783- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/test/results.ts ) _
783+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/test/results.ts ) _
784784
785785## ` sf agent test resume `
786786
@@ -853,7 +853,7 @@ FLAG DESCRIPTIONS
853853 expression when using custom evaluations.
854854```
855855
856- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/test/resume.ts ) _
856+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/test/resume.ts ) _
857857
858858## ` sf agent test run `
859859
@@ -927,7 +927,7 @@ FLAG DESCRIPTIONS
927927 expression when using custom evaluations.
928928```
929929
930- _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.27 /src/commands/agent/test/run.ts ) _
930+ _ See code: [ @salesforce/plugin-agent ] ( https://github.com/salesforcecli/plugin-agent/blob/1.24.29 /src/commands/agent/test/run.ts ) _
931931
932932## ` sf alias list `
933933
@@ -1270,7 +1270,7 @@ FLAG DESCRIPTIONS
12701270 directory.
12711271```
12721272
1273- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/apex/get/log.ts ) _
1273+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/apex/get/log.ts ) _
12741274
12751275## ` sf apex get test `
12761276
@@ -1330,7 +1330,7 @@ EXAMPLES
13301330 me@myorg'
13311331```
13321332
1333- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/apex/get/test.ts ) _
1333+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/apex/get/test.ts ) _
13341334
13351335## ` sf apex list log `
13361336
@@ -1370,7 +1370,7 @@ EXAMPLES
13701370 $ sf apex list log --target-org me@my.org
13711371```
13721372
1373- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/apex/list/log.ts ) _
1373+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/apex/list/log.ts ) _
13741374
13751375## ` sf apex run `
13761376
@@ -1417,7 +1417,7 @@ EXAMPLES
14171417 $ sf apex run
14181418```
14191419
1420- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/apex/run.ts ) _
1420+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/apex/run.ts ) _
14211421
14221422## ` sf apex run test `
14231423
@@ -1563,7 +1563,7 @@ FLAG DESCRIPTIONS
15631563 --tests Test1 --tests Test2
15641564```
15651565
1566- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/apex/run/test.ts ) _
1566+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/apex/run/test.ts ) _
15671567
15681568## ` sf apex tail log `
15691569
@@ -1606,7 +1606,7 @@ EXAMPLES
16061606 $ sf apex tail log --color --skip-trace-flag
16071607```
16081608
1609- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/apex/tail/log.ts ) _
1609+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/apex/tail/log.ts ) _
16101610
16111611## ` sf api request graphql `
16121612
@@ -3705,7 +3705,7 @@ EXAMPLES
37053705 $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
37063706```
37073707
3708- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/logic/get/test.ts ) _
3708+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/logic/get/test.ts ) _
37093709
37103710## ` sf logic run test `
37113711
@@ -3827,7 +3827,7 @@ FLAG DESCRIPTIONS
38273827 --tests Test1 --tests Test2
38283828```
38293829
3830- _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.7 /src/commands/logic/run/test.ts ) _
3830+ _ See code: [ @salesforce/plugin-apex ] ( https://github.com/salesforcecli/plugin-apex/blob/3.8.8 /src/commands/logic/run/test.ts ) _
38313831
38323832## ` sf org assign permset `
38333833
@@ -4054,7 +4054,7 @@ FLAG DESCRIPTIONS
40544054 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
40554055```
40564056
4057- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/create/sandbox.ts ) _
4057+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/create/sandbox.ts ) _
40584058
40594059## ` sf org create scratch `
40604060
@@ -4236,7 +4236,7 @@ FLAG DESCRIPTIONS
42364236 Omit this flag to have Salesforce generate a unique username for your org.
42374237```
42384238
4239- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/create/scratch.ts ) _
4239+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/create/scratch.ts ) _
42404240
42414241## ` sf org create user `
42424242
@@ -4390,7 +4390,7 @@ EXAMPLES
43904390 $ sf org delete sandbox --target-org my-sandbox --no-prompt
43914391```
43924392
4393- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/delete/sandbox.ts ) _
4393+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/delete/sandbox.ts ) _
43944394
43954395## ` sf org delete scratch `
43964396
@@ -4434,7 +4434,7 @@ EXAMPLES
44344434 $ sf org delete scratch --target-org my-scratch-org --no-prompt
44354435```
44364436
4437- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/delete/scratch.ts ) _
4437+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/delete/scratch.ts ) _
44384438
44394439## ` sf org disable tracking `
44404440
@@ -4473,7 +4473,7 @@ EXAMPLES
44734473 $ sf org disable tracking
44744474```
44754475
4476- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/disable/tracking.ts ) _
4476+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/disable/tracking.ts ) _
44774477
44784478## ` sf org display `
44794479
@@ -4518,7 +4518,7 @@ EXAMPLES
45184518 $ sf org display --target-org TestOrg1 --verbose
45194519```
45204520
4521- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/display.ts ) _
4521+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/display.ts ) _
45224522
45234523## ` sf org display user `
45244524
@@ -4599,7 +4599,7 @@ EXAMPLES
45994599 $ sf org enable tracking
46004600```
46014601
4602- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/enable/tracking.ts ) _
4602+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/enable/tracking.ts ) _
46034603
46044604## ` sf org generate password `
46054605
@@ -4705,7 +4705,7 @@ EXAMPLES
47054705 $ sf org list --clean
47064706```
47074707
4708- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/list.ts ) _
4708+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/list.ts ) _
47094709
47104710## ` sf org list auth `
47114711
@@ -4844,7 +4844,7 @@ FLAG DESCRIPTIONS
48444844 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
48454845```
48464846
4847- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/list/metadata.ts ) _
4847+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/list/metadata.ts ) _
48484848
48494849## ` sf org list metadata-types `
48504850
@@ -4899,7 +4899,7 @@ FLAG DESCRIPTIONS
48994899 Override the api version used for api requests made by this command
49004900```
49014901
4902- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/list/metadata-types.ts ) _
4902+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/list/metadata-types.ts ) _
49034903
49044904## ` sf org list sobject record-counts `
49054905
@@ -5445,7 +5445,7 @@ EXAMPLES
54455445 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
54465446```
54475447
5448- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/open.ts ) _
5448+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/open.ts ) _
54495449
54505450## ` sf org open agent `
54515451
@@ -5496,7 +5496,7 @@ EXAMPLES
54965496 $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
54975497```
54985498
5499- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/open/agent.ts ) _
5499+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/open/agent.ts ) _
55005500
55015501## ` sf org refresh sandbox `
55025502
@@ -5599,7 +5599,7 @@ FLAG DESCRIPTIONS
55995599 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
56005600```
56015601
5602- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/refresh/sandbox.ts ) _
5602+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/refresh/sandbox.ts ) _
56035603
56045604## ` sf org resume sandbox `
56055605
@@ -5662,7 +5662,7 @@ FLAG DESCRIPTIONS
56625662 returns the job ID. To resume checking the sandbox creation, rerun this command.
56635663```
56645664
5665- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/resume/sandbox.ts ) _
5665+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/resume/sandbox.ts ) _
56665666
56675667## ` sf org resume scratch `
56685668
@@ -5715,7 +5715,7 @@ FLAG DESCRIPTIONS
57155715 returns the job ID. To resume checking the scratch creation, rerun this command.
57165716```
57175717
5718- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.45 /src/commands/org/resume/scratch.ts ) _
5718+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.46 /src/commands/org/resume/scratch.ts ) _
57195719
57205720## ` sf package convert `
57215721
@@ -9798,7 +9798,7 @@ EXAMPLES
97989798 $ sf update --available
97999799```
98009800
9801- _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/4.7.15 /src/commands/update.ts ) _
9801+ _ See code: [ @oclif/plugin-update ] ( https://github.com/oclif/plugin-update/blob/4.7.16 /src/commands/update.ts ) _
98029802
98039803## ` sf version `
98049804
0 commit comments