org open authoring-bundle (Deprecated)

Open your org in Agentforce Studio, specifically in the list view showing the list of agents.

The command org open authoring-bundle has been deprecated.

Note

Description for org open authoring-bundle 

The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window.

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

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑browser‑bType: Value
Valid Values: chrome, edge, firefox

Browser where the org opens.
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑privateN/AType: Boolean

Open the org in the default browser using private (incognito) mode.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.
‑‑url‑only‑rType: Boolean

Display navigation URL, but don’t launch browser.

Examples for org open authoring-bundle 

Open the agents list view in your default org using your default browser:

1sf org open authoring-bundle

Open the agents list view in an incognito window of your default browser:

1sf org open authoring-bundle --private

Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser:

1sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox