@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.89.5 linux-x64 node-v22.15.0
28+ @salesforce/cli/2.89.6 linux-x64 node-v22.15.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -3149,7 +3149,7 @@ FLAG DESCRIPTIONS
31493149 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
31503150```
31513151
3152- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/create/sandbox.ts ) _
3152+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/create/sandbox.ts ) _
31533153
31543154## ` sf org create scratch `
31553155
@@ -3331,7 +3331,7 @@ FLAG DESCRIPTIONS
33313331 Omit this flag to have Salesforce generate a unique username for your org.
33323332```
33333333
3334- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/create/scratch.ts ) _
3334+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/create/scratch.ts ) _
33353335
33363336## ` sf org create user `
33373337
@@ -3485,7 +3485,7 @@ EXAMPLES
34853485 $ sf org delete sandbox --target-org my-sandbox --no-prompt
34863486```
34873487
3488- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/delete/sandbox.ts ) _
3488+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/delete/sandbox.ts ) _
34893489
34903490## ` sf org delete scratch `
34913491
@@ -3529,7 +3529,7 @@ EXAMPLES
35293529 $ sf org delete scratch --target-org my-scratch-org --no-prompt
35303530```
35313531
3532- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/delete/scratch.ts ) _
3532+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/delete/scratch.ts ) _
35333533
35343534## ` sf org disable tracking `
35353535
@@ -3568,7 +3568,7 @@ EXAMPLES
35683568 $ sf org disable tracking
35693569```
35703570
3571- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/disable/tracking.ts ) _
3571+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/disable/tracking.ts ) _
35723572
35733573## ` sf org display `
35743574
@@ -3613,7 +3613,7 @@ EXAMPLES
36133613 $ sf org display --target-org TestOrg1 --verbose
36143614```
36153615
3616- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/display.ts ) _
3616+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/display.ts ) _
36173617
36183618## ` sf org display user `
36193619
@@ -3694,7 +3694,7 @@ EXAMPLES
36943694 $ sf org enable tracking
36953695```
36963696
3697- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/enable/tracking.ts ) _
3697+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/enable/tracking.ts ) _
36983698
36993699## ` sf org generate password `
37003700
@@ -3800,7 +3800,7 @@ EXAMPLES
38003800 $ sf org list --clean
38013801```
38023802
3803- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/list.ts ) _
3803+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/list.ts ) _
38043804
38053805## ` sf org list auth `
38063806
@@ -3939,7 +3939,7 @@ FLAG DESCRIPTIONS
39393939 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
39403940```
39413941
3942- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/list/metadata.ts ) _
3942+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/list/metadata.ts ) _
39433943
39443944## ` sf org list metadata-types `
39453945
@@ -3994,7 +3994,7 @@ FLAG DESCRIPTIONS
39943994 Override the api version used for api requests made by this command
39953995```
39963996
3997- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/list/metadata-types.ts ) _
3997+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/list/metadata-types.ts ) _
39983998
39993999## ` sf org list sobject record-counts `
40004000
@@ -4577,7 +4577,7 @@ EXAMPLES
45774577 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
45784578```
45794579
4580- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/open.ts ) _
4580+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/open.ts ) _
45814581
45824582## ` sf org open agent `
45834583
@@ -4591,7 +4591,7 @@ USAGE
45914591FLAGS
45924592 -b, --browser=<option> Browser where the org opens.
45934593 <options: chrome|edge|firefox>
4594- -n, --name=<value> (required) API name, also known as developer name, of the agent you want to open in the
4594+ -n, --api- name=<value> (required) API name, also known as developer name, of the agent you want to open in the
45954595 org's Agent Builder UI.
45964596 -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
45974597 configuration variable is already set.
@@ -4606,8 +4606,8 @@ GLOBAL FLAGS
46064606DESCRIPTION
46074607 Open an agent in your org's Agent Builder UI in a browser.
46084608
4609- Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API
4610- name, go to Setup in your org and navigate to the agent's details page.
4609+ Use the --api- name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's
4610+ API name, go to Setup in your org and navigate to the agent's details page.
46114611
46124612 To generate the URL but not launch it in your browser, specify --url-only.
46134613
@@ -4617,18 +4617,18 @@ DESCRIPTION
46174617EXAMPLES
46184618 Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
46194619
4620- $ sf org open agent --name Coral_Cloud_Agent
4620+ $ sf org open agent --api- name Coral_Cloud_Agent
46214621
46224622 Open the agent in an incognito window of your default browser:
46234623
4624- $ sf org open agent --private --name Coral_Cloud_Agent:
4624+ $ sf org open agent --private --api- name Coral_Cloud_Agent:
46254625
46264626 Open the agent in an org with alias MyTestOrg1 using the Firefox browser:
46274627
4628- $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
4628+ $ sf org open agent --target-org MyTestOrg1 --browser firefox --api- name Coral_Cloud_Agent
46294629```
46304630
4631- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/open/agent.ts ) _
4631+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/open/agent.ts ) _
46324632
46334633## ` sf org refresh sandbox `
46344634
@@ -4731,7 +4731,7 @@ FLAG DESCRIPTIONS
47314731 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
47324732```
47334733
4734- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/refresh/sandbox.ts ) _
4734+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/refresh/sandbox.ts ) _
47354735
47364736## ` sf org resume sandbox `
47374737
@@ -4794,7 +4794,7 @@ FLAG DESCRIPTIONS
47944794 returns the job ID. To resume checking the sandbox creation, rerun this command.
47954795```
47964796
4797- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/resume/sandbox.ts ) _
4797+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/resume/sandbox.ts ) _
47984798
47994799## ` sf org resume scratch `
48004800
@@ -4847,7 +4847,7 @@ FLAG DESCRIPTIONS
48474847 returns the job ID. To resume checking the scratch creation, rerun this command.
48484848```
48494849
4850- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.7 /src/commands/org/resume/scratch.ts ) _
4850+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.7.8 /src/commands/org/resume/scratch.ts ) _
48514851
48524852## ` sf package create `
48534853
@@ -6372,7 +6372,7 @@ FLAG DESCRIPTIONS
63726372 If you specify this flag, don’t specify --metadata or --source-dir.
63736373```
63746374
6375- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/convert/mdapi.ts ) _
6375+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/convert/mdapi.ts ) _
63766376
63776377## ` sf project convert source `
63786378
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
64456445 Override the api version used for api requests made by this command
64466446```
64476447
6448- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/convert/source.ts ) _
6448+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/convert/source.ts ) _
64496449
64506450## ` sf project convert source-behavior `
64516451
@@ -6504,7 +6504,7 @@ EXAMPLES
65046504 $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
65056505```
65066506
6507- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/convert/source-behavior.ts ) _
6507+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/convert/source-behavior.ts ) _
65086508
65096509## ` sf project delete source `
65106510
@@ -6644,7 +6644,7 @@ FLAG DESCRIPTIONS
66446644 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
66456645```
66466646
6647- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/delete/source.ts ) _
6647+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/delete/source.ts ) _
66486648
66496649## ` sf project delete tracking `
66506650
@@ -6681,7 +6681,7 @@ EXAMPLES
66816681 $ sf project delete tracking --target-org my-scratch
66826682```
66836683
6684- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/delete/tracking.ts ) _
6684+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/delete/tracking.ts ) _
66856685
66866686## ` sf project deploy cancel `
66876687
@@ -6753,7 +6753,7 @@ FLAG DESCRIPTIONS
67536753 project deploy report".
67546754```
67556755
6756- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/deploy/cancel.ts ) _
6756+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/deploy/cancel.ts ) _
67576757
67586758## ` sf project deploy preview `
67596759
@@ -6836,7 +6836,7 @@ FLAG DESCRIPTIONS
68366836 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
68376837```
68386838
6839- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/deploy/preview.ts ) _
6839+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/deploy/preview.ts ) _
68406840
68416841## ` sf project deploy quick `
68426842
@@ -6929,7 +6929,7 @@ ERROR CODES
69296929 Canceling (69) The deploy is being canceled.
69306930```
69316931
6932- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/deploy/quick.ts ) _
6932+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/deploy/quick.ts ) _
69336933
69346934## ` sf project deploy report `
69356935
@@ -7021,7 +7021,7 @@ FLAG DESCRIPTIONS
70217021 --coverage-formatters lcov --coverage-formatters clover
70227022```
70237023
7024- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/deploy/report.ts ) _
7024+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/deploy/report.ts ) _
70257025
70267026## ` sf project deploy resume `
70277027
@@ -7118,7 +7118,7 @@ ERROR CODES
71187118 Canceling (69) The deploy is being canceled.
71197119```
71207120
7121- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/deploy/resume.ts ) _
7121+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/deploy/resume.ts ) _
71227122
71237123## ` sf project deploy start `
71247124
@@ -7371,7 +7371,7 @@ ERROR CODES
73717371 Canceling (69) The deploy is being canceled.
73727372```
73737373
7374- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/deploy/start.ts ) _
7374+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/deploy/start.ts ) _
73757375
73767376## ` sf project deploy validate `
73777377
@@ -7561,7 +7561,7 @@ ERROR CODES
75617561 Canceling (69) The deploy is being canceled.
75627562```
75637563
7564- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/deploy/validate.ts ) _
7564+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/deploy/validate.ts ) _
75657565
75667566## ` sf project generate `
75677567
@@ -7762,7 +7762,7 @@ EXAMPLES
77627762 $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
77637763```
77647764
7765- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/generate/manifest.ts ) _
7765+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/generate/manifest.ts ) _
77667766
77677767## ` sf project list ignored `
77687768
@@ -7804,7 +7804,7 @@ EXAMPLES
78047804 $ sf project list ignored --source-dir package.xml
78057805```
78067806
7807- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/list/ignored.ts ) _
7807+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/list/ignored.ts ) _
78087808
78097809## ` sf project reset tracking `
78107810
@@ -7853,7 +7853,7 @@ EXAMPLES
78537853 $ sf project reset tracking --revision 30
78547854```
78557855
7856- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/reset/tracking.ts ) _
7856+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/reset/tracking.ts ) _
78577857
78587858## ` sf project retrieve preview `
78597859
@@ -7907,7 +7907,7 @@ FLAG DESCRIPTIONS
79077907 production orgs.
79087908```
79097909
7910- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/retrieve/preview.ts ) _
7910+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/retrieve/preview.ts ) _
79117911
79127912## ` sf project retrieve start `
79137913
@@ -8088,7 +8088,7 @@ ENVIRONMENT VARIABLES
80888088 SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
80898089```
80908090
8091- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.9 /src/commands/project/retrieve/start.ts ) _
8091+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.10 /src/commands/project/retrieve/start.ts ) _
80928092
80938093## ` sf schema generate field `
80948094
0 commit comments