You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/open.authoring-bundle.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,24 @@
1
1
# summary
2
2
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.
4
4
5
5
# description
6
6
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
+
7
9
To generate the URL but not launch it in your browser, specify --url-only.
8
10
9
11
# examples
10
12
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:
12
14
13
15
$ <%= config.bin %> <%= command.id %>
14
16
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:
16
18
17
19
$ <%= config.bin %> <%= command.id %> --private
18
20
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:
0 commit comments