From 01d9e7d52cc1e3529117e233a4301bde21cd71e8 Mon Sep 17 00:00:00 2001 From: Willie Ruemmele Date: Wed, 8 Oct 2025 10:59:28 -0600 Subject: [PATCH 1/3] chore: add alias to org open agent --- src/commands/org/open/agent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/org/open/agent.ts b/src/commands/org/open/agent.ts index 788116e2..cb99d412 100644 --- a/src/commands/org/open/agent.ts +++ b/src/commands/org/open/agent.ts @@ -18,6 +18,7 @@ export class OrgOpenAgent extends OrgOpenCommandBase { public static readonly summary = messages.getMessage('summary'); public static readonly description = messages.getMessage('description'); public static readonly examples = messages.getMessages('examples'); + public static aliases = ['org:open:authoring-bundle']; public static readonly flags = { ...OrgOpenCommandBase.flags, From 953f253135eba3a2fd8792957d4f2edee9e9ae6b Mon Sep 17 00:00:00 2001 From: Willie Ruemmele Date: Wed, 8 Oct 2025 11:03:32 -0600 Subject: [PATCH 2/3] chore: fix snapshot --- command-snapshot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command-snapshot.json b/command-snapshot.json index d869de6c..73155e2b 100644 --- a/command-snapshot.json +++ b/command-snapshot.json @@ -138,7 +138,7 @@ "plugin": "@salesforce/plugin-org" }, { - "alias": [], + "alias": ["org:open:authoring-bundle"], "command": "org:open:agent", "flagAliases": ["urlonly"], "flagChars": ["b", "n", "o", "r"], From ae714a8831e1b6775308e1dbc31c07bc83471cbc Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 8 Oct 2025 17:07:24 +0000 Subject: [PATCH 3/3] chore(release): 5.9.33-demo.0 [skip ci] --- README.md | 33 ++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index fdbcb3ca..4b341fb6 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ FLAG DESCRIPTIONS You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both. ``` -_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/create/sandbox.ts)_ +_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -429,7 +429,7 @@ FLAG DESCRIPTIONS Omit this flag to have Salesforce generate a unique username for your org. ``` -_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/create/scratch.ts)_ +_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/create/scratch.ts)_ ## `sf org delete sandbox` @@ -475,7 +475,7 @@ EXAMPLES $ sf org delete sandbox --target-org my-sandbox --no-prompt ``` -_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/delete/sandbox.ts)_ +_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -519,7 +519,7 @@ EXAMPLES $ sf org delete scratch --target-org my-scratch-org --no-prompt ``` -_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/delete/scratch.ts)_ +_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -558,7 +558,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/disable/tracking.ts)_ +_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -603,7 +603,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/display.ts)_ +_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/display.ts)_ ## `sf org enable tracking` @@ -645,7 +645,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/enable/tracking.ts)_ +_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/enable/tracking.ts)_ ## `sf org list` @@ -684,7 +684,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/list.ts)_ +_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/list.ts)_ ## `sf org list metadata` @@ -751,7 +751,7 @@ FLAG DESCRIPTIONS Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report. ``` -_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/list/metadata.ts)_ +_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -806,7 +806,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/list/metadata-types.ts)_ +_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/list/metadata-types.ts)_ ## `sf org open` @@ -882,7 +882,7 @@ EXAMPLES $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml ``` -_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/open.ts)_ +_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/open.ts)_ ## `sf org open agent` @@ -919,6 +919,9 @@ DESCRIPTION To open Agent Builder in a specific browser, use the --browser flag. Supported browsers are "chrome", "edge", and "firefox". If you don't specify --browser, the org opens in your default browser. +ALIASES + $ sf org open authoring-bundle + EXAMPLES Open the agent with API name Coral_Cloud_Agent in your default org using your default browser: @@ -933,7 +936,7 @@ EXAMPLES $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent ``` -_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/open/agent.ts)_ +_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/open/agent.ts)_ ## `sf org refresh sandbox` @@ -1036,7 +1039,7 @@ FLAG DESCRIPTIONS You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both. ``` -_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/refresh/sandbox.ts)_ +_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/refresh/sandbox.ts)_ ## `sf org resume sandbox` @@ -1099,7 +1102,7 @@ FLAG DESCRIPTIONS returns the job ID. To resume checking the sandbox creation, rerun this command. ``` -_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/resume/sandbox.ts)_ +_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/resume/sandbox.ts)_ ## `sf org resume scratch` @@ -1152,6 +1155,6 @@ FLAG DESCRIPTIONS returns the job ID. To resume checking the scratch creation, rerun this command. ``` -_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/resume/scratch.ts)_ +_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/resume/scratch.ts)_ diff --git a/package.json b/package.json index 06603ae8..c15f38d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-org", "description": "Commands to interact with Salesforce orgs", - "version": "5.9.32", + "version": "5.9.33-demo.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {