Skip to content
Merged
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
10 changes: 6 additions & 4 deletions messages/open.authoring-bundle.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# summary

Open an org directly to the agents list view
Open your org in Agentforce Studio, specically in the list view showing the list of agents.

# description

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.

# examples

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

$ <%= config.bin %> <%= command.id %>

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

$ <%= config.bin %> <%= command.id %> --private

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

$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox

Expand Down
Loading