Skip to content

Commit c6284de

Browse files
committed
chore(release): 5.10.0 [skip ci]
1 parent d83a7a0 commit c6284de

3 files changed

Lines changed: 66 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.10.0](https://github.com/salesforcecli/plugin-org/compare/5.9.86...5.10.0) (2026-04-21)
2+
3+
### Bug Fixes
4+
5+
- deprecate 'org open authoring-bundle' expand 'org open agent' ([fecb66c](https://github.com/salesforcecli/plugin-org/commit/fecb66c37c03f9abf0cbf7fc3436086c5eab3f6c))
6+
- remove mid-sentence line breaks in open.agent.md ([56e1e7f](https://github.com/salesforcecli/plugin-org/commit/56e1e7fa8c0762ebb647a73a9f2b464fd17459d2))
7+
8+
### Features
9+
10+
- add helpful error messages for agent not found cases ([139bb7a](https://github.com/salesforcecli/plugin-org/commit/139bb7a4269446b280993a02727a0d7ed4c5a555))
11+
- add new flags to open AAB ([be28860](https://github.com/salesforcecli/plugin-org/commit/be288601f871649144e237e89eb37731a0c115c0))
12+
- support --version flag with --api-name in org open agent ([62658c9](https://github.com/salesforcecli/plugin-org/commit/62658c93b6ec7793ed523d759d803bb96e87c1f1))
13+
114
## [5.9.86](https://github.com/salesforcecli/plugin-org/compare/5.9.85...5.9.86) (2026-04-17)
215

316
### Bug Fixes

README.md

Lines changed: 52 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -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

969969
Open an agent in your org's Agent Builder UI in a browser.
970970

971971
```
972972
USAGE
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
976976
FLAGS
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
987989
GLOBAL 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 -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "Commands to interact with Salesforce orgs",
4-
"version": "5.9.86",
4+
"version": "5.10.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"enableO11y": true,

0 commit comments

Comments
 (0)