Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 38 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
$ sf COMMAND
running command...
$ sf (--version|-v)
@salesforce/cli/2.137.5 linux-x64 node-v22.22.3
@salesforce/cli/2.137.6 linux-x64 node-v22.22.3
$ sf --help [COMMAND]
USAGE
$ sf COMMAND
Expand Down Expand Up @@ -4435,7 +4435,7 @@ EXAMPLES
$ sf org auth show-access-token --target-org my-org --json
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/auth/show-access-token.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-access-token.ts)_

## `sf org auth show-sfdx-auth-url`

Expand Down Expand Up @@ -4479,7 +4479,7 @@ EXAMPLES
$ sf org auth show-sfdx-auth-url --target-org my-org --json
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/auth/show-sfdx-auth-url.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-sfdx-auth-url.ts)_

## `sf org auth show-user-password`

Expand Down Expand Up @@ -4526,7 +4526,7 @@ EXAMPLES
$ sf org auth show-user-password --target-org my-org --json
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/auth/show-user-password.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-user-password.ts)_

## `sf org create agent-user`

Expand Down Expand Up @@ -4604,7 +4604,7 @@ FLAG DESCRIPTIONS
"agent.user.<GUID>@your-org-domain.com".
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/create/agent-user.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/agent-user.ts)_

## `sf org create sandbox`

Expand Down Expand Up @@ -4738,7 +4738,7 @@ FLAG DESCRIPTIONS
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/create/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/sandbox.ts)_

## `sf org create scratch`

Expand Down Expand Up @@ -4920,7 +4920,7 @@ FLAG DESCRIPTIONS
Omit this flag to have Salesforce generate a unique username for your org.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/create/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/scratch.ts)_

## `sf org create user`

Expand Down Expand Up @@ -5074,7 +5074,7 @@ EXAMPLES
$ sf org delete sandbox --target-org my-sandbox --no-prompt
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/delete/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/sandbox.ts)_

## `sf org delete scratch`

Expand Down Expand Up @@ -5118,7 +5118,7 @@ EXAMPLES
$ sf org delete scratch --target-org my-scratch-org --no-prompt
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/delete/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/scratch.ts)_

## `sf org disable tracking`

Expand Down Expand Up @@ -5157,7 +5157,7 @@ EXAMPLES
$ sf org disable tracking
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/disable/tracking.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/disable/tracking.ts)_

## `sf org display`

Expand Down Expand Up @@ -5202,7 +5202,7 @@ EXAMPLES
$ sf org display --target-org TestOrg1 --verbose
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/display.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/display.ts)_

## `sf org display user`

Expand Down Expand Up @@ -5282,7 +5282,7 @@ EXAMPLES
$ sf org enable tracking
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/enable/tracking.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/enable/tracking.ts)_

## `sf org generate password`

Expand Down Expand Up @@ -5388,7 +5388,7 @@ EXAMPLES
$ sf org list --clean
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/list.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list.ts)_

## `sf org list auth`

Expand Down Expand Up @@ -5527,7 +5527,7 @@ FLAG DESCRIPTIONS
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/list/metadata.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata.ts)_

## `sf org list metadata-types`

Expand Down Expand Up @@ -5582,7 +5582,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/list/metadata-types.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata-types.ts)_

## `sf org list sobject record-counts`

Expand Down Expand Up @@ -6128,11 +6128,11 @@ EXAMPLES
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/open.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open.ts)_

## `sf org open agent`

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

```
USAGE
Expand All @@ -6143,35 +6143,35 @@ FLAGS
-b, --browser=<option> Browser where the org opens.
<options: chrome|edge|firefox>
-n, --api-name=<value> API name, also known as developer name, of the agent you want to open in the org's
Agent Builder UI.
Agentforce Builder UI.
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
configuration variable is already set.
-r, --url-only Display navigation URL, but don’t launch browser.
--api-version=<value> Override the api version used for api requests made by this command
--authoring-bundle=<value> API name of the agent to open in Agentforce Builder.
--private Open the org in the default browser using private (incognito) mode.
--version=<value> Version number of the agent to open in Agentforce Builder.
--authoring-bundle=<value> API name of the agent's authoring bundle to open in Agentforce Builder.
--private Open the agent in the default browser using private (incognito) mode.
--version=<value> Version number of the agent to open in Agentforce Builder. If not specified, the
highest version is opened by default.

GLOBAL FLAGS
--flags-dir=<value> Import flag values from a directory.
--json Format output as json.

DESCRIPTION
Open an agent in your org's Agent Builder UI in a browser.
Open an agent in your org's Agentforce Builder UI in a browser.

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
API name, go to Setup in your org and navigate to the agent's details page.

Alternatively, use the --authoring-bundle flag to open an agent in Agentforce Builder. Optionally include --version to
open a specific version of the agent. You'll specify the api name of the authoring bundle.
Use the --api-name flag to open an agent using its API name in the Agentforce Builder UI of your org. Alternatively,
use the --authoring-bundle flag to open an agent using the API name of its authoring bundle. The two API names are
typically the same for the same agent. Optionally specify the --version flag to open a specific version of the agent.

To generate the URL but not launch it in your browser, specify --url-only.

To open Agent Builder in a specific browser, use the --browser flag. Supported browsers are "chrome", "edge", and
To open Agentforce 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.

EXAMPLES
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser; opens the highest
version:

$ sf org open agent --api-name Coral_Cloud_Agent

Expand All @@ -6183,27 +6183,16 @@ EXAMPLES

$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent

Open an agent in Agentforce Builder using its authoring bundle name:

$ sf org open agent --authoring-bundle MyAgent

Open a specific version of an agent in Agentforce Builder:

$ sf org open agent --authoring-bundle MyAgent --version 1
Open an agent in Agentforce Builder using its authoring bundle API name:

FLAG DESCRIPTIONS
--authoring-bundle=<value> API name of the agent to open in Agentforce Builder.

The API name of the agent to open directly in Agentforce Builder. Optionally specify --version to open a specific
version.
$ sf org open agent --authoring-bundle Coral_Cloud_Agent

--version=<value> Version number of the agent to open in Agentforce Builder.
Open a version 1 of an agent in Agentforce Builder:

The version number of the agent to open directly in Agentforce Builder. Can only be used with the --authoring-bundle
flag.
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/open/agent.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/agent.ts)_

## `sf org open authoring-bundle`

Expand Down Expand Up @@ -6249,7 +6238,7 @@ EXAMPLES
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/open/authoring-bundle.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/authoring-bundle.ts)_

## `sf org refresh sandbox`

Expand Down Expand Up @@ -6352,7 +6341,7 @@ FLAG DESCRIPTIONS
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/refresh/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/refresh/sandbox.ts)_

## `sf org resume sandbox`

Expand Down Expand Up @@ -6415,7 +6404,7 @@ FLAG DESCRIPTIONS
returns the job ID. To resume checking the sandbox creation, rerun this command.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/resume/sandbox.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/sandbox.ts)_

## `sf org resume scratch`

Expand Down Expand Up @@ -6468,7 +6457,7 @@ FLAG DESCRIPTIONS
returns the job ID. To resume checking the scratch creation, rerun this command.
```

_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.3/src/commands/org/resume/scratch.ts)_
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/scratch.ts)_

## `sf package convert`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.137.5",
"version": "2.137.6",
"author": "Salesforce",
"bin": {
"sf": "./bin/run.js",
Expand Down Expand Up @@ -168,7 +168,7 @@
"@salesforce/plugin-info": "3.4.136",
"@salesforce/plugin-limits": "3.3.91",
"@salesforce/plugin-marketplace": "1.3.28",
"@salesforce/plugin-org": "5.11.3",
"@salesforce/plugin-org": "5.11.4",
"@salesforce/plugin-packaging": "2.28.3",
"@salesforce/plugin-schema": "3.3.115",
"@salesforce/plugin-settings": "2.4.82",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2267,10 +2267,10 @@
got "^13.0.0"
proxy-agent "^6.5.0"

"@salesforce/plugin-org@5.11.3":
version "5.11.3"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.11.3.tgz#ed279afe97690b1bd7a865fdc7238b0d1509167d"
integrity sha512-qrZsbgtSLeKkOv0koCtZxQwdhiFdpXBPF7RiVUMMCLDybfydRTDCIm6oPJ61PWo7IaBXEvIMiQsUUZzJjfH+tA==
"@salesforce/plugin-org@5.11.4":
version "5.11.4"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.11.4.tgz#3023018e2df2a12b77846e61f43313d627551bee"
integrity sha512-D7ZJECnHe0aGCU+2RNsf5FfJXdaUWWSdkgSuEziAFU3J0zmkKexpRzJplqXBehx45sVl4RvjcJp88x0cXWHuCg==
dependencies:
"@oclif/core" "^4.11.3"
"@oclif/multi-stage-output" "^0.8.40"
Expand Down
Loading