Skip to content

Commit 7e8b838

Browse files
fix: quick edit of help for new org open AAB command
1 parent 793bc99 commit 7e8b838

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

messages/open.authoring-bundle.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# summary
22

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

55
# description
66

7+
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.
8+
79
To generate the URL but not launch it in your browser, specify --url-only.
810

911
# examples
1012

11-
- Open to the agents list view in your default org using your default browser:
13+
- Open the agents list view in your default org using your default browser:
1214

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

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

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

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

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

0 commit comments

Comments
 (0)