Skip to content

Commit 5a60a10

Browse files
committed
chore(release): 5.9.60 [skip ci]
1 parent ee8ee19 commit 5a60a10

File tree

3 files changed

+70
-16
lines changed

3 files changed

+70
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.9.60](https://github.com/salesforcecli/plugin-org/compare/5.9.59...5.9.60) (2026-01-21)
2+
3+
### Bug Fixes
4+
5+
- add org open authoring-bundle to open directly to the Agents list view in the org ([946cf65](https://github.com/salesforcecli/plugin-org/commit/946cf65e692602e7190588fff049eb1d3ca2472b))
6+
- quick edit of help for new org open AAB command ([7e8b838](https://github.com/salesforcecli/plugin-org/commit/7e8b838be84ff0474e5c4e095720c820d231cc59))
7+
18
## [5.9.59](https://github.com/salesforcecli/plugin-org/compare/5.9.58...5.9.59) (2026-01-18)
29

310
### Bug Fixes

README.md

Lines changed: 62 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ the [SandboxNuts](https://github.com/salesforcecli/plugin-org/actions/workflows/
111111
- [`sf org list metadata-types`](#sf-org-list-metadata-types)
112112
- [`sf org open`](#sf-org-open)
113113
- [`sf org open agent`](#sf-org-open-agent)
114+
- [`sf org open authoring-bundle`](#sf-org-open-authoring-bundle)
114115
- [`sf org refresh sandbox`](#sf-org-refresh-sandbox)
115116
- [`sf org resume sandbox`](#sf-org-resume-sandbox)
116117
- [`sf org resume scratch`](#sf-org-resume-scratch)
@@ -247,7 +248,7 @@ FLAG DESCRIPTIONS
247248
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
248249
```
249250

250-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/create/sandbox.ts)_
251+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/sandbox.ts)_
251252

252253
## `sf org create scratch`
253254

@@ -429,7 +430,7 @@ FLAG DESCRIPTIONS
429430
Omit this flag to have Salesforce generate a unique username for your org.
430431
```
431432

432-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/create/scratch.ts)_
433+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/scratch.ts)_
433434

434435
## `sf org delete sandbox`
435436

@@ -475,7 +476,7 @@ EXAMPLES
475476
$ sf org delete sandbox --target-org my-sandbox --no-prompt
476477
```
477478

478-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/delete/sandbox.ts)_
479+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/sandbox.ts)_
479480

480481
## `sf org delete scratch`
481482

@@ -519,7 +520,7 @@ EXAMPLES
519520
$ sf org delete scratch --target-org my-scratch-org --no-prompt
520521
```
521522

522-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/delete/scratch.ts)_
523+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/scratch.ts)_
523524

524525
## `sf org disable tracking`
525526

@@ -558,7 +559,7 @@ EXAMPLES
558559
$ sf org disable tracking
559560
```
560561

561-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/disable/tracking.ts)_
562+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/disable/tracking.ts)_
562563

563564
## `sf org display`
564565

@@ -603,7 +604,7 @@ EXAMPLES
603604
$ sf org display --target-org TestOrg1 --verbose
604605
```
605606

606-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/display.ts)_
607+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/display.ts)_
607608

608609
## `sf org enable tracking`
609610

@@ -645,7 +646,7 @@ EXAMPLES
645646
$ sf org enable tracking
646647
```
647648

648-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/enable/tracking.ts)_
649+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/enable/tracking.ts)_
649650

650651
## `sf org list`
651652

@@ -684,7 +685,7 @@ EXAMPLES
684685
$ sf org list --clean
685686
```
686687

687-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list.ts)_
688+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list.ts)_
688689

689690
## `sf org list metadata`
690691

@@ -751,7 +752,7 @@ FLAG DESCRIPTIONS
751752
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
752753
```
753754

754-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list/metadata.ts)_
755+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata.ts)_
755756

756757
## `sf org list metadata-types`
757758

@@ -806,7 +807,7 @@ FLAG DESCRIPTIONS
806807
Override the api version used for api requests made by this command
807808
```
808809

809-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list/metadata-types.ts)_
810+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata-types.ts)_
810811

811812
## `sf org open`
812813

@@ -882,7 +883,7 @@ EXAMPLES
882883
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
883884
```
884885

885-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/open.ts)_
886+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open.ts)_
886887

887888
## `sf org open agent`
888889

@@ -933,7 +934,53 @@ EXAMPLES
933934
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
934935
```
935936

936-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/open/agent.ts)_
937+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open/agent.ts)_
938+
939+
## `sf org open authoring-bundle`
940+
941+
Open your org in Agentforce Studio, specically in the list view showing the list of agents.
942+
943+
```
944+
USAGE
945+
$ sf org open authoring-bundle -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [--private | -r | -b
946+
chrome|edge|firefox]
947+
948+
FLAGS
949+
-b, --browser=<option> Browser where the org opens.
950+
<options: chrome|edge|firefox>
951+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
952+
configuration variable is already set.
953+
-r, --url-only Display navigation URL, but don't launch browser.
954+
--api-version=<value> Override the api version used for api requests made by this command
955+
--private Open the org in the default browser using private (incognito) mode.
956+
957+
GLOBAL FLAGS
958+
--flags-dir=<value> Import flag values from a directory.
959+
--json Format output as json.
960+
961+
DESCRIPTION
962+
Open your org in Agentforce Studio, specically in the list view showing the list of agents.
963+
964+
The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an
965+
agent name to open it in Agentforce Builder in a new browser window.
966+
967+
To generate the URL but not launch it in your browser, specify --url-only.
968+
969+
EXAMPLES
970+
Open the agents list view in your default org using your default browser:
971+
972+
$ sf org open authoring-bundle
973+
974+
Open the agents list view in an incognito window of your default browser:
975+
976+
$ sf org open authoring-bundle --private
977+
978+
Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser:
979+
980+
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
981+
```
982+
983+
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open/authoring-bundle.ts)_
937984

938985
## `sf org refresh sandbox`
939986

@@ -1036,7 +1083,7 @@ FLAG DESCRIPTIONS
10361083
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
10371084
```
10381085

1039-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/refresh/sandbox.ts)_
1086+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/refresh/sandbox.ts)_
10401087

10411088
## `sf org resume sandbox`
10421089

@@ -1099,7 +1146,7 @@ FLAG DESCRIPTIONS
10991146
returns the job ID. To resume checking the sandbox creation, rerun this command.
11001147
```
11011148

1102-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/resume/sandbox.ts)_
1149+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/resume/sandbox.ts)_
11031150

11041151
## `sf org resume scratch`
11051152

@@ -1152,6 +1199,6 @@ FLAG DESCRIPTIONS
11521199
returns the job ID. To resume checking the scratch creation, rerun this command.
11531200
```
11541201

1155-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/resume/scratch.ts)_
1202+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/resume/scratch.ts)_
11561203

11571204
<!-- 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.59",
4+
"version": "5.9.60",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)