@@ -193,7 +193,7 @@ FLAG DESCRIPTIONS
193193 "agent.user.<GUID>@your-org-domain.com".
194194```
195195
196- _ See code: [ src/commands/org/create/agent-user.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/create/agent-user.ts ) _
196+ _ See code: [ src/commands/org/create/agent-user.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/create/agent-user.ts ) _
197197
198198## ` sf org create sandbox `
199199
@@ -327,7 +327,7 @@ FLAG DESCRIPTIONS
327327 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
328328```
329329
330- _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/create/sandbox.ts ) _
330+ _ See code: [ src/commands/org/create/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/create/sandbox.ts ) _
331331
332332## ` sf org create scratch `
333333
@@ -509,7 +509,7 @@ FLAG DESCRIPTIONS
509509 Omit this flag to have Salesforce generate a unique username for your org.
510510```
511511
512- _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/create/scratch.ts ) _
512+ _ See code: [ src/commands/org/create/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/create/scratch.ts ) _
513513
514514## ` sf org delete sandbox `
515515
@@ -555,7 +555,7 @@ EXAMPLES
555555 $ sf org delete sandbox --target-org my-sandbox --no-prompt
556556```
557557
558- _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/delete/sandbox.ts ) _
558+ _ See code: [ src/commands/org/delete/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/delete/sandbox.ts ) _
559559
560560## ` sf org delete scratch `
561561
@@ -599,7 +599,7 @@ EXAMPLES
599599 $ sf org delete scratch --target-org my-scratch-org --no-prompt
600600```
601601
602- _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/delete/scratch.ts ) _
602+ _ See code: [ src/commands/org/delete/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/delete/scratch.ts ) _
603603
604604## ` sf org disable tracking `
605605
@@ -638,7 +638,7 @@ EXAMPLES
638638 $ sf org disable tracking
639639```
640640
641- _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/disable/tracking.ts ) _
641+ _ See code: [ src/commands/org/disable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/disable/tracking.ts ) _
642642
643643## ` sf org display `
644644
@@ -683,7 +683,7 @@ EXAMPLES
683683 $ sf org display --target-org TestOrg1 --verbose
684684```
685685
686- _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/display.ts ) _
686+ _ See code: [ src/commands/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/display.ts ) _
687687
688688## ` sf org enable tracking `
689689
@@ -725,7 +725,7 @@ EXAMPLES
725725 $ sf org enable tracking
726726```
727727
728- _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/enable/tracking.ts ) _
728+ _ See code: [ src/commands/org/enable/tracking.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/enable/tracking.ts ) _
729729
730730## ` sf org list `
731731
@@ -764,7 +764,7 @@ EXAMPLES
764764 $ sf org list --clean
765765```
766766
767- _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/list.ts ) _
767+ _ See code: [ src/commands/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/list.ts ) _
768768
769769## ` sf org list metadata `
770770
@@ -831,7 +831,7 @@ FLAG DESCRIPTIONS
831831 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
832832```
833833
834- _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/list/metadata.ts ) _
834+ _ See code: [ src/commands/org/list/metadata.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/list/metadata.ts ) _
835835
836836## ` sf org list metadata-types `
837837
@@ -886,7 +886,7 @@ FLAG DESCRIPTIONS
886886 Override the api version used for api requests made by this command
887887```
888888
889- _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/list/metadata-types.ts ) _
889+ _ See code: [ src/commands/org/list/metadata-types.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/list/metadata-types.ts ) _
890890
891891## ` sf org open `
892892
@@ -962,27 +962,29 @@ EXAMPLES
962962 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
963963```
964964
965- _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/open.ts ) _
965+ _ See code: [ src/commands/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/open.ts ) _
966966
967967## ` sf org open agent `
968968
969969Open an agent in your org's Agent Builder UI in a browser.
970970
971971```
972972USAGE
973- $ sf org open agent -o <value> -n <value> [--json] [--flags-dir <value>] [--api-version <value>] [-- private | -r |
974- -b chrome|edge|firefox]
973+ $ sf org open agent -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-n <value>] [-- private | -r
974+ | -b chrome|edge|firefox] [--authoring-bundle <value>] [--version <value> ]
975975
976976FLAGS
977- -b, --browser=<option> Browser where the org opens.
978- <options: chrome|edge|firefox>
979- -n, --api-name=<value> (required) API name, also known as developer name, of the agent you want to open in the
980- org's Agent Builder UI.
981- -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
982- configuration variable is already set.
983- -r, --url-only Display navigation URL, but don’t launch browser.
984- --api-version=<value> Override the api version used for api requests made by this command
985- --private Open the org in the default browser using private (incognito) mode.
977+ -b, --browser=<option> Browser where the org opens.
978+ <options: chrome|edge|firefox>
979+ -n, --api-name=<value> API name, also known as developer name, of the agent you want to open in the org's
980+ Agent Builder UI.
981+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
982+ configuration variable is already set.
983+ -r, --url-only Display navigation URL, but don’t launch browser.
984+ --api-version=<value> Override the api version used for api requests made by this command
985+ --authoring-bundle=<value> API name of the agent to open in Agentforce Builder.
986+ --private Open the org in the default browser using private (incognito) mode.
987+ --version=<value> Version number of the agent to open in Agentforce Builder.
986988
987989GLOBAL FLAGS
988990 --flags-dir=<value> Import flag values from a directory.
@@ -994,6 +996,9 @@ DESCRIPTION
994996 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
995997 API name, go to Setup in your org and navigate to the agent's details page.
996998
999+ Alternatively, use the --authoring-bundle flag to open an agent in Agentforce Builder. Optionally include --version to
1000+ open a specific version of the agent. You'll specify the api name of the authoring bundle.
1001+
9971002 To generate the URL but not launch it in your browser, specify --url-only.
9981003
9991004 To open Agent Builder in a specific browser, use the --browser flag. Supported browsers are "chrome", "edge", and
@@ -1011,9 +1016,28 @@ EXAMPLES
10111016 Open the agent in an org with alias MyTestOrg1 using the Firefox browser:
10121017
10131018 $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
1019+
1020+ Open an agent in Agentforce Builder using its authoring bundle name:
1021+
1022+ $ sf org open agent --authoring-bundle MyAgent
1023+
1024+ Open a specific version of an agent in Agentforce Builder:
1025+
1026+ $ sf org open agent --authoring-bundle MyAgent --version 1
1027+
1028+ FLAG DESCRIPTIONS
1029+ --authoring-bundle=<value> API name of the agent to open in Agentforce Builder.
1030+
1031+ The API name of the agent to open directly in Agentforce Builder. Optionally specify --version to open a specific
1032+ version.
1033+
1034+ --version=<value> Version number of the agent to open in Agentforce Builder.
1035+
1036+ The version number of the agent to open directly in Agentforce Builder. Can only be used with the --authoring-bundle
1037+ flag.
10141038```
10151039
1016- _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/open/agent.ts ) _
1040+ _ See code: [ src/commands/org/open/agent.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/open/agent.ts ) _
10171041
10181042## ` sf org open authoring-bundle `
10191043
@@ -1059,7 +1083,7 @@ EXAMPLES
10591083 $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
10601084```
10611085
1062- _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/open/authoring-bundle.ts ) _
1086+ _ See code: [ src/commands/org/open/authoring-bundle.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/open/authoring-bundle.ts ) _
10631087
10641088## ` sf org refresh sandbox `
10651089
@@ -1162,7 +1186,7 @@ FLAG DESCRIPTIONS
11621186 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
11631187```
11641188
1165- _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/refresh/sandbox.ts ) _
1189+ _ See code: [ src/commands/org/refresh/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/refresh/sandbox.ts ) _
11661190
11671191## ` sf org resume sandbox `
11681192
@@ -1225,7 +1249,7 @@ FLAG DESCRIPTIONS
12251249 returns the job ID. To resume checking the sandbox creation, rerun this command.
12261250```
12271251
1228- _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/resume/sandbox.ts ) _
1252+ _ See code: [ src/commands/org/resume/sandbox.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/resume/sandbox.ts ) _
12291253
12301254## ` sf org resume scratch `
12311255
@@ -1278,6 +1302,6 @@ FLAG DESCRIPTIONS
12781302 returns the job ID. To resume checking the scratch creation, rerun this command.
12791303```
12801304
1281- _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.9.86 /src/commands/org/resume/scratch.ts ) _
1305+ _ See code: [ src/commands/org/resume/scratch.ts] ( https://github.com/salesforcecli/plugin-org/blob/5.10.0 /src/commands/org/resume/scratch.ts ) _
12821306
12831307<!-- commandsstop -->
0 commit comments