diff --git a/README.md b/README.md index 3e50c88a..7d340f35 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.120.3 linux-x64 node-v22.21.1 +@salesforce/cli/2.121.0 linux-x64 node-v22.22.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -137,6 +137,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI. - [`sf org logout`](#sf-org-logout) - [`sf org open`](#sf-org-open) - [`sf org open agent`](#sf-org-open-agent) +- [`sf org open authoring-bundle`](#sf-org-open-authoring-bundle) - [`sf org refresh sandbox`](#sf-org-refresh-sandbox) - [`sf org resume sandbox`](#sf-org-resume-sandbox) - [`sf org resume scratch`](#sf-org-resume-scratch) @@ -247,7 +248,7 @@ EXAMPLES $ sf agent activate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -314,7 +315,7 @@ EXAMPLES $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -354,7 +355,7 @@ EXAMPLES $ sf agent deactivate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -461,7 +462,7 @@ EXAMPLES $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -527,7 +528,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -575,7 +576,7 @@ EXAMPLES force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -636,7 +637,7 @@ EXAMPLES force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -644,12 +645,10 @@ Interact with an agent to preview how it responds to your statements, questions, ``` USAGE - $ sf agent preview [--flags-dir ] [--api-version ] (-c -o ) [-n ] - [--authoring-bundle ] [-d ] [-x] [--use-live-actions] + $ sf agent preview -o [--flags-dir ] [--api-version ] [-n ] [--authoring-bundle + ] [-d ] [-x] [--use-live-actions] FLAGS - -c, --client-app= Name of the linked client app to use for the connection to the published and active - agent. -d, --output-dir= Directory where conversation transcripts are saved. -n, --api-name= API name of the published and active agent you want to interact with. -o, --target-org= (required) Username or alias of the target org. Not required if the `target-org` @@ -695,14 +694,6 @@ DESCRIPTION the files are saved to the "./temp/agent-preview" directory. Specify a new default directory with the --output-dir flag. - NOTE: You can also use this command to connect to a published and active agent, which are labeled "(Published)" if you - let this command provide the list of agents to preview. That use case, however, requires additional security and - configuration in both your org and your DX project. The examples in this help are for previewing an agent from its - Agent Script file in your DX project and require only simple authorization of your org, such as with the "org login - web" command. The --client-app and --api-name flags are used only for previewing published and active agents, they - don't apply to Agent Script agents. See "Connect to a Published Agent" in the "Agentforce Developer Guide" for - complete documentation: https://developer.salesforce.com/docs/einstein/genai/guide/agent-dx-preview.html. - EXAMPLES Preview an agent in simulated mode by choosing from a list of authoring bundles provided by the command; use the org with alias "my-dev-org": @@ -715,7 +706,7 @@ EXAMPLES $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/preview.ts)_ ## `sf agent publish authoring-bundle` @@ -762,7 +753,7 @@ EXAMPLES $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -817,7 +808,7 @@ EXAMPLES $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -852,7 +843,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -918,7 +909,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -991,7 +982,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -1065,7 +1056,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/test/run.ts)_ ## `sf agent validate authoring-bundle` @@ -1112,7 +1103,7 @@ EXAMPLES $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.6/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` @@ -1271,7 +1262,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/analytics/generate/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/analytics/generate/template.ts)_ ## `sf apex generate class` @@ -1330,7 +1321,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/apex/generate/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/apex/generate/class.ts)_ ## `sf apex generate trigger` @@ -1399,7 +1390,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/apex/generate/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/apex/generate/trigger.ts)_ ## `sf apex get log` @@ -1985,7 +1976,7 @@ EXAMPLES $ sf autocomplete --refresh-cache ``` -_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.39/src/commands/autocomplete/index.ts)_ +_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.40/src/commands/autocomplete/index.ts)_ ## `sf commands` @@ -2014,7 +2005,7 @@ DESCRIPTION List all sf commands. ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.38/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.39/src/commands/commands.ts)_ ## `sf config get` @@ -3514,7 +3505,7 @@ DESCRIPTION Display help for sf. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.36/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.37/src/commands/help.ts)_ ## `sf info releasenotes display` @@ -3609,7 +3600,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/app.ts)_ ## `sf lightning generate component` @@ -3678,7 +3669,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/component.ts)_ ## `sf lightning generate event` @@ -3733,7 +3724,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/event.ts)_ ## `sf lightning generate interface` @@ -3788,7 +3779,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/interface.ts)_ ## `sf lightning generate test` @@ -3843,7 +3834,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/test.ts)_ ## `sf logic get test` @@ -4059,7 +4050,7 @@ EXAMPLES $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/assign/permset.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/assign/permset.ts)_ ## `sf org assign permsetlicense` @@ -4106,7 +4097,7 @@ EXAMPLES user3 ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/assign/permsetlicense.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/assign/permsetlicense.ts)_ ## `sf org create sandbox` @@ -4240,7 +4231,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.9.59/src/commands/org/create/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/sandbox.ts)_ ## `sf org create scratch` @@ -4422,7 +4413,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.9.59/src/commands/org/create/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/scratch.ts)_ ## `sf org create user` @@ -4530,7 +4521,7 @@ FLAG DESCRIPTIONS might be different than what you specify in the definition file. ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/create/user.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/create/user.ts)_ ## `sf org delete sandbox` @@ -4576,7 +4567,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.9.59/src/commands/org/delete/sandbox.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/sandbox.ts)_ ## `sf org delete scratch` @@ -4620,7 +4611,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.9.59/src/commands/org/delete/scratch.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/scratch.ts)_ ## `sf org disable tracking` @@ -4659,7 +4650,7 @@ EXAMPLES $ sf org disable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/disable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/disable/tracking.ts)_ ## `sf org display` @@ -4704,7 +4695,7 @@ EXAMPLES $ sf org display --target-org TestOrg1 --verbose ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/display.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/display.ts)_ ## `sf org display user` @@ -4743,7 +4734,7 @@ EXAMPLES $ sf org display user --target-org me@my.org --json ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/display/user.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/display/user.ts)_ ## `sf org enable tracking` @@ -4785,7 +4776,7 @@ EXAMPLES $ sf org enable tracking ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/enable/tracking.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/enable/tracking.ts)_ ## `sf org generate password` @@ -4852,7 +4843,7 @@ EXAMPLES $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/generate/password.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/generate/password.ts)_ ## `sf org list` @@ -4891,7 +4882,7 @@ EXAMPLES $ sf org list --clean ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list.ts)_ ## `sf org list auth` @@ -4923,7 +4914,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/list/auth.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.3/src/commands/org/list/auth.ts)_ ## `sf org list limits` @@ -5030,7 +5021,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.9.59/src/commands/org/list/metadata.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata.ts)_ ## `sf org list metadata-types` @@ -5085,7 +5076,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.9.59/src/commands/org/list/metadata-types.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata-types.ts)_ ## `sf org list sobject record-counts` @@ -5169,7 +5160,7 @@ EXAMPLES $ sf org list users --target-org me@my.org ``` -_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/list/users.ts)_ +_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/list/users.ts)_ ## `sf org login access-token` @@ -5223,7 +5214,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/access-token.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.3/src/commands/org/login/access-token.ts)_ ## `sf org login jwt` @@ -5314,7 +5305,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/jwt.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.3/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -5384,7 +5375,7 @@ EXAMPLES $ echo url | sf org login sfdx-url --sfdx-url-stdin ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/sfdx-url.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.3/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -5489,7 +5480,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/web.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.3/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -5555,7 +5546,7 @@ FLAG DESCRIPTIONS All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs. ``` -_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/logout.ts)_ +_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.3/src/commands/org/logout.ts)_ ## `sf org open` @@ -5631,7 +5622,7 @@ 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.9.59/src/commands/org/open.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open.ts)_ ## `sf org open agent` @@ -5682,7 +5673,53 @@ EXAMPLES $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent ``` -_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/open/agent.ts)_ +_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open/agent.ts)_ + +## `sf org open authoring-bundle` + +Open your org in Agentforce Studio, specically in the list view showing the list of agents. + +``` +USAGE + $ sf org open authoring-bundle -o [--json] [--flags-dir ] [--api-version ] [--private | -r | -b + chrome|edge|firefox] + +FLAGS + -b, --browser=