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/agent.generate.authoring-bundle.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Generate an authoring bundle from an agent specification.
4
4
5
5
# description
6
6
7
-
Generates an authoring bundle containing AFScript and its meta.xml file from an agent specification file.
7
+
Generates an authoring bundle containing Agent and its meta.xml file from an agent specification file.
8
8
9
9
# flags.spec.summary
10
10
@@ -16,11 +16,15 @@ Directory where the authoring bundle files will be generated.
16
16
17
17
# flags.name.summary
18
18
19
-
Name (label) of the authoring bundle. If not provided, you will be prompted for it.
19
+
Name (label) of the authoring bundle.
20
20
21
-
# flags.name.prompt
21
+
# flags.api-name.summary
22
22
23
-
Name (label) of the authoring bundle
23
+
API name of the new authoring bundle; if not specified, the API name is derived from the authoring bundle name (label); the API name must not exist in the org.
24
+
25
+
# flags.api-name.prompt
26
+
27
+
API name of the new authoring bundle
24
28
25
29
# examples
26
30
@@ -38,6 +42,6 @@ No agent specification file found at the specified path.
38
42
39
43
The specified file is not a valid agent specification file.
40
44
41
-
# error.failed-to-create-afscript
45
+
# error.failed-to-create-agent
42
46
43
-
Failed to create AFScript from the agent specification.
47
+
Failed to create Agent from the agent specification.
0 commit comments