@salesforce/plugin-agent 1.32.12 → 1.32.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -19
- package/oclif.manifest.json +434 -434
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -816,13 +816,14 @@
|
|
|
816
816
|
"test-spec:generate:agent"
|
|
817
817
|
]
|
|
818
818
|
},
|
|
819
|
-
"agent:
|
|
819
|
+
"agent:preview:end": {
|
|
820
820
|
"aliases": [],
|
|
821
821
|
"args": {},
|
|
822
|
-
"description": "
|
|
822
|
+
"description": "You must have previously started a programmatic agent preview session with the \"agent preview start\" command to then use this command to end it. This command also displays the local directory where the session trace files are stored. \n\nThe original \"agent preview start\" command outputs a session ID which you then use with the --session-id flag of this command to end the session. You don't have to specify the --session-id flag if an agent has only one active preview session. You must also use either the --authoring-bundle or --api-name flag to specify the API name of the authoring bundle or the published agent, respecitvely. To find either API name, navigate to your package directory in your DX project. The API name of an authoring bundle is the same as its directory name under the \"aiAuthoringBundles\" metadata directory. Similarly, the published agent's API name is the same as its directory name under the \"Bots\" metadata directory.",
|
|
823
823
|
"examples": [
|
|
824
|
-
"
|
|
825
|
-
"
|
|
824
|
+
"End a preview session of a published agent by specifying its session ID and API name ; use the default org:\n<%= config.bin %> <%= command.id %> --session-id <SESSION_ID> --api-name My_Published_Agent",
|
|
825
|
+
"Similar to previous example, but don't specify a session ID; you get an error if the published agent has more than one active session. Use the org with alias \"my-dev-org\":\n<%= config.bin %> <%= command.id %> --api-name My_Published_Agent --target-org my-dev-org",
|
|
826
|
+
"End a preview session of an agent using its authoring bundle API name; you get an error if the agent has more than one active session.\n<%= config.bin %> <%= command.id %> --authoring-bundle My_Local_Agent"
|
|
826
827
|
],
|
|
827
828
|
"flags": {
|
|
828
829
|
"json": {
|
|
@@ -857,63 +858,66 @@
|
|
|
857
858
|
"multiple": false,
|
|
858
859
|
"type": "option"
|
|
859
860
|
},
|
|
861
|
+
"session-id": {
|
|
862
|
+
"name": "session-id",
|
|
863
|
+
"required": false,
|
|
864
|
+
"summary": "Session ID outputted by \"agent preview start\". Not required when the agent has exactly one active session. Run \"agent preview sessions\" to see the list of all sessions.",
|
|
865
|
+
"hasDynamicHelp": false,
|
|
866
|
+
"multiple": false,
|
|
867
|
+
"type": "option"
|
|
868
|
+
},
|
|
860
869
|
"api-name": {
|
|
861
870
|
"char": "n",
|
|
862
871
|
"name": "api-name",
|
|
863
|
-
"summary": "API name of the
|
|
872
|
+
"summary": "API name of the activated published agent you want to preview.",
|
|
864
873
|
"hasDynamicHelp": false,
|
|
865
874
|
"multiple": false,
|
|
866
875
|
"type": "option"
|
|
867
876
|
},
|
|
868
|
-
"
|
|
869
|
-
"name": "
|
|
870
|
-
"summary": "
|
|
871
|
-
"
|
|
872
|
-
"
|
|
877
|
+
"authoring-bundle": {
|
|
878
|
+
"name": "authoring-bundle",
|
|
879
|
+
"summary": "API name of the authoring bundle metadata component that contains the agent's Agent Script file.",
|
|
880
|
+
"hasDynamicHelp": false,
|
|
881
|
+
"multiple": false,
|
|
882
|
+
"type": "option"
|
|
873
883
|
}
|
|
874
884
|
},
|
|
875
885
|
"hasDynamicHelp": true,
|
|
876
886
|
"hiddenAliases": [],
|
|
877
|
-
"id": "agent:
|
|
887
|
+
"id": "agent:preview:end",
|
|
878
888
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
879
889
|
"pluginName": "@salesforce/plugin-agent",
|
|
880
890
|
"pluginType": "core",
|
|
881
891
|
"strict": true,
|
|
882
|
-
"summary": "
|
|
892
|
+
"summary": "End an existing programmatic agent preview session and get trace location.",
|
|
883
893
|
"enableJsonFlag": true,
|
|
884
894
|
"requiresProject": true,
|
|
885
|
-
"FLAGGABLE_PROMPTS": {
|
|
886
|
-
"api-name": {
|
|
887
|
-
"message": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
|
|
888
|
-
"promptMessage": "API name of the authoring bundle to publish"
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
895
|
"isESM": true,
|
|
892
896
|
"relativePath": [
|
|
893
897
|
"lib",
|
|
894
898
|
"commands",
|
|
895
899
|
"agent",
|
|
896
|
-
"
|
|
897
|
-
"
|
|
900
|
+
"preview",
|
|
901
|
+
"end.js"
|
|
898
902
|
],
|
|
899
903
|
"aliasPermutations": [],
|
|
900
904
|
"permutations": [
|
|
901
|
-
"agent:
|
|
902
|
-
"
|
|
903
|
-
"
|
|
904
|
-
"agent:
|
|
905
|
-
"
|
|
906
|
-
"
|
|
905
|
+
"agent:preview:end",
|
|
906
|
+
"preview:agent:end",
|
|
907
|
+
"preview:end:agent",
|
|
908
|
+
"agent:end:preview",
|
|
909
|
+
"end:agent:preview",
|
|
910
|
+
"end:preview:agent"
|
|
907
911
|
]
|
|
908
912
|
},
|
|
909
|
-
"agent:
|
|
913
|
+
"agent:preview:send": {
|
|
910
914
|
"aliases": [],
|
|
911
915
|
"args": {},
|
|
912
|
-
"description": "
|
|
916
|
+
"description": "You must have previously started a programmatic agent preview session with the \"agent preview start\" command to then use this command to send the agent a message (utterance). This command then displays the agent's response.\n\nThe original \"agent preview start\" command outputs a session ID which you then use with the --session-id flag of this command to send a message. You don't have to specify the --session-id flag if an agent has only one active preview session. You must also use either the --authoring-bundle or --api-name flag to specify the API name of the authoring bundle or the published agent, respecitvely. To find either API name, navigate to your package directory in your DX project. The API name of an authoring bundle is the same as its directory name under the \"aiAuthoringBundles\" metadata directory. Similarly, the published agent's API name is the same as its directory name under the \"Bots\" metadata directory.",
|
|
913
917
|
"examples": [
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"
|
|
918
|
+
"Send a message to an activated published agent using its API name and session ID; use the default org:\n<%= config.bin %> <%= command.id %> --utterance \"What can you help me with?\" --api-name My_Published_Agent --session-id <SESSION_ID>",
|
|
919
|
+
"Similar to previous example, but don't specify a session ID; you get an error if the agent has more than one active session. Use the org with alias \"my-dev-org\":\n<%= config.bin %> <%= command.id %> --utterance \"What can you help me with?\" --api-name My_Published_Agent --target-org my-dev-org",
|
|
920
|
+
"Send a message to an agent using its authoring bundle API name; you get an error if the agent has more than one active session:\n<%= config.bin %> <%= command.id %> --utterance \"what can you help me with?\" --authoring-bundle My_Local_Agent"
|
|
917
921
|
],
|
|
918
922
|
"flags": {
|
|
919
923
|
"json": {
|
|
@@ -931,20 +935,6 @@
|
|
|
931
935
|
"multiple": false,
|
|
932
936
|
"type": "option"
|
|
933
937
|
},
|
|
934
|
-
"api-name": {
|
|
935
|
-
"name": "api-name",
|
|
936
|
-
"summary": "API name of the new test; the API name must not exist in the org.",
|
|
937
|
-
"hasDynamicHelp": false,
|
|
938
|
-
"multiple": false,
|
|
939
|
-
"type": "option"
|
|
940
|
-
},
|
|
941
|
-
"spec": {
|
|
942
|
-
"name": "spec",
|
|
943
|
-
"summary": "Path to the test spec YAML file.",
|
|
944
|
-
"hasDynamicHelp": false,
|
|
945
|
-
"multiple": false,
|
|
946
|
-
"type": "option"
|
|
947
|
-
},
|
|
948
938
|
"target-org": {
|
|
949
939
|
"char": "o",
|
|
950
940
|
"name": "target-org",
|
|
@@ -962,53 +952,73 @@
|
|
|
962
952
|
"multiple": false,
|
|
963
953
|
"type": "option"
|
|
964
954
|
},
|
|
965
|
-
"
|
|
966
|
-
"name": "
|
|
967
|
-
"
|
|
968
|
-
"
|
|
969
|
-
"
|
|
955
|
+
"session-id": {
|
|
956
|
+
"name": "session-id",
|
|
957
|
+
"required": false,
|
|
958
|
+
"summary": "Session ID outputted by \"agent preview start\". Not required when the agent has exactly one active session. Run \"agent preview sessions\" to see list of all sessions.",
|
|
959
|
+
"hasDynamicHelp": false,
|
|
960
|
+
"multiple": false,
|
|
961
|
+
"type": "option"
|
|
970
962
|
},
|
|
971
|
-
"
|
|
972
|
-
"
|
|
973
|
-
"
|
|
974
|
-
"
|
|
975
|
-
"
|
|
963
|
+
"utterance": {
|
|
964
|
+
"char": "u",
|
|
965
|
+
"name": "utterance",
|
|
966
|
+
"required": true,
|
|
967
|
+
"summary": "Utterance to send to the agent, enclosed in double quotes.",
|
|
968
|
+
"hasDynamicHelp": false,
|
|
969
|
+
"multiple": false,
|
|
970
|
+
"type": "option"
|
|
971
|
+
},
|
|
972
|
+
"api-name": {
|
|
973
|
+
"char": "n",
|
|
974
|
+
"name": "api-name",
|
|
975
|
+
"summary": "API name of the activated published agent you want to preview.",
|
|
976
|
+
"hasDynamicHelp": false,
|
|
977
|
+
"multiple": false,
|
|
978
|
+
"type": "option"
|
|
979
|
+
},
|
|
980
|
+
"authoring-bundle": {
|
|
981
|
+
"name": "authoring-bundle",
|
|
982
|
+
"summary": "API name of the authoring bundle metadata component that contains the agent's Agent Script file.",
|
|
983
|
+
"hasDynamicHelp": false,
|
|
984
|
+
"multiple": false,
|
|
985
|
+
"type": "option"
|
|
976
986
|
}
|
|
977
987
|
},
|
|
978
988
|
"hasDynamicHelp": true,
|
|
979
989
|
"hiddenAliases": [],
|
|
980
|
-
"id": "agent:
|
|
990
|
+
"id": "agent:preview:send",
|
|
981
991
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
982
992
|
"pluginName": "@salesforce/plugin-agent",
|
|
983
993
|
"pluginType": "core",
|
|
984
994
|
"strict": true,
|
|
985
|
-
"summary": "
|
|
995
|
+
"summary": "Send a message to an existing agent preview session.",
|
|
986
996
|
"enableJsonFlag": true,
|
|
997
|
+
"requiresProject": true,
|
|
987
998
|
"isESM": true,
|
|
988
999
|
"relativePath": [
|
|
989
1000
|
"lib",
|
|
990
1001
|
"commands",
|
|
991
1002
|
"agent",
|
|
992
|
-
"
|
|
993
|
-
"
|
|
1003
|
+
"preview",
|
|
1004
|
+
"send.js"
|
|
994
1005
|
],
|
|
995
1006
|
"aliasPermutations": [],
|
|
996
1007
|
"permutations": [
|
|
997
|
-
"agent:
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
"agent:
|
|
1001
|
-
"
|
|
1002
|
-
"
|
|
1008
|
+
"agent:preview:send",
|
|
1009
|
+
"preview:agent:send",
|
|
1010
|
+
"preview:send:agent",
|
|
1011
|
+
"agent:send:preview",
|
|
1012
|
+
"send:agent:preview",
|
|
1013
|
+
"send:preview:agent"
|
|
1003
1014
|
]
|
|
1004
1015
|
},
|
|
1005
|
-
"agent:
|
|
1016
|
+
"agent:preview:sessions": {
|
|
1006
1017
|
"aliases": [],
|
|
1007
1018
|
"args": {},
|
|
1008
|
-
"description": "
|
|
1019
|
+
"description": "This command lists the agent preview sessions that were started with the \"agent preview start\" command and are still in the local cache. Use this command to discover specific session IDs that you can pass to the \"agent preview send\" or \"agent preview end\" commands with the --session-id flag.\n\nProgrammatic agent preview sessions can be started for both published activated agents and by using an agent's local authoring bundle, which contains its Agent Script file. In this command's output table, the Agent column contains either the API name of the authoring bundle or the published agent, whichever was used when starting the session. In the table, if the same API name has multiple rows with different session IDs, then it means that you previously started multiple preview sessions with the associated agent.",
|
|
1009
1020
|
"examples": [
|
|
1010
|
-
"List
|
|
1011
|
-
"List the agent tests in an org with alias \"my-org\"\"\n<%= config.bin %> <%= command.id %> --target-org my-org"
|
|
1021
|
+
"List all cached agent preview sessions:\n<%= config.bin %> <%= command.id %>"
|
|
1012
1022
|
],
|
|
1013
1023
|
"flags": {
|
|
1014
1024
|
"json": {
|
|
@@ -1025,60 +1035,44 @@
|
|
|
1025
1035
|
"hasDynamicHelp": false,
|
|
1026
1036
|
"multiple": false,
|
|
1027
1037
|
"type": "option"
|
|
1028
|
-
},
|
|
1029
|
-
"target-org": {
|
|
1030
|
-
"char": "o",
|
|
1031
|
-
"name": "target-org",
|
|
1032
|
-
"noCacheDefault": true,
|
|
1033
|
-
"required": true,
|
|
1034
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1035
|
-
"hasDynamicHelp": true,
|
|
1036
|
-
"multiple": false,
|
|
1037
|
-
"type": "option"
|
|
1038
|
-
},
|
|
1039
|
-
"api-version": {
|
|
1040
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1041
|
-
"name": "api-version",
|
|
1042
|
-
"hasDynamicHelp": false,
|
|
1043
|
-
"multiple": false,
|
|
1044
|
-
"type": "option"
|
|
1045
1038
|
}
|
|
1046
1039
|
},
|
|
1047
|
-
"hasDynamicHelp":
|
|
1040
|
+
"hasDynamicHelp": false,
|
|
1048
1041
|
"hiddenAliases": [],
|
|
1049
|
-
"id": "agent:
|
|
1042
|
+
"id": "agent:preview:sessions",
|
|
1050
1043
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1051
1044
|
"pluginName": "@salesforce/plugin-agent",
|
|
1052
1045
|
"pluginType": "core",
|
|
1053
1046
|
"strict": true,
|
|
1054
|
-
"summary": "List
|
|
1047
|
+
"summary": "List all known programmatic agent preview sessions.",
|
|
1055
1048
|
"enableJsonFlag": true,
|
|
1049
|
+
"requiresProject": true,
|
|
1056
1050
|
"isESM": true,
|
|
1057
1051
|
"relativePath": [
|
|
1058
1052
|
"lib",
|
|
1059
1053
|
"commands",
|
|
1060
1054
|
"agent",
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1055
|
+
"preview",
|
|
1056
|
+
"sessions.js"
|
|
1063
1057
|
],
|
|
1064
1058
|
"aliasPermutations": [],
|
|
1065
1059
|
"permutations": [
|
|
1066
|
-
"agent:
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
-
"agent:
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1060
|
+
"agent:preview:sessions",
|
|
1061
|
+
"preview:agent:sessions",
|
|
1062
|
+
"preview:sessions:agent",
|
|
1063
|
+
"agent:sessions:preview",
|
|
1064
|
+
"sessions:agent:preview",
|
|
1065
|
+
"sessions:preview:agent"
|
|
1072
1066
|
]
|
|
1073
1067
|
},
|
|
1074
|
-
"agent:
|
|
1068
|
+
"agent:preview:start": {
|
|
1075
1069
|
"aliases": [],
|
|
1076
1070
|
"args": {},
|
|
1077
|
-
"description": "This command
|
|
1071
|
+
"description": "This command outputs a session ID that you then use with the \"agent preview send\" command to send an utterance to the agent. Use the \"agent preview sessions\" command to list all active sessions and the \"agent preview end\" command to end a specific session.\n\nIdentify the agent you want to start previewing with either the --authoring-bundle flag to specify a local authoring bundle's API name or --api-name to specify an activated published agent's API name. To find either API name, navigate to your package directory in your DX project. The API name of an authoring bundle is the same as its directory name under the \"aiAuthoringBundles\" metadata directory. Similarly, the published agent's API name is the same as its directory name under the \"Bots\" metadata directory. \n\nWhen starting a preview session using the authoring bundle, which contains the agent's Agent Script file, the preview uses mocked actions by default. Specify --use-live-actions for live mode, which uses the real Apex classes, flows, etc, in the org for the actions.",
|
|
1078
1072
|
"examples": [
|
|
1079
|
-
"
|
|
1080
|
-
"
|
|
1081
|
-
"
|
|
1073
|
+
"Start a programmatic agent preview session by specifying an authoring bundle; uses mocked actions by default. Use the org with alias \"my-dev-org\":\n<%= config.bin %> <%= command.id %> --authoring-bundle My_Agent_Bundle --target-org my-dev-org",
|
|
1074
|
+
"Similar to previous example but use live actions and the default org:\n<%= config.bin %> <%= command.id %> --authoring-bundle My_Agent_Bundle --use-live-actions",
|
|
1075
|
+
"Start a preview session with an activated published agent:\n<%= config.bin %> <%= command.id %> --api-name My_Published_Agent"
|
|
1082
1076
|
],
|
|
1083
1077
|
"flags": {
|
|
1084
1078
|
"json": {
|
|
@@ -1113,81 +1107,63 @@
|
|
|
1113
1107
|
"multiple": false,
|
|
1114
1108
|
"type": "option"
|
|
1115
1109
|
},
|
|
1116
|
-
"
|
|
1117
|
-
"char": "
|
|
1118
|
-
"name": "
|
|
1119
|
-
"
|
|
1120
|
-
"summary": "Job ID of the completed agent test run.",
|
|
1121
|
-
"hasDynamicHelp": false,
|
|
1122
|
-
"multiple": false,
|
|
1123
|
-
"type": "option"
|
|
1124
|
-
},
|
|
1125
|
-
"result-format": {
|
|
1126
|
-
"name": "result-format",
|
|
1127
|
-
"summary": "Format of the agent test run results.",
|
|
1128
|
-
"default": "human",
|
|
1110
|
+
"api-name": {
|
|
1111
|
+
"char": "n",
|
|
1112
|
+
"name": "api-name",
|
|
1113
|
+
"summary": "API name of the activated published agent you want to preview.",
|
|
1129
1114
|
"hasDynamicHelp": false,
|
|
1130
1115
|
"multiple": false,
|
|
1131
|
-
"options": [
|
|
1132
|
-
"json",
|
|
1133
|
-
"human",
|
|
1134
|
-
"junit",
|
|
1135
|
-
"tap"
|
|
1136
|
-
],
|
|
1137
1116
|
"type": "option"
|
|
1138
1117
|
},
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1142
|
-
"name": "output-dir",
|
|
1143
|
-
"summary": "Directory to write the agent test results into.",
|
|
1118
|
+
"authoring-bundle": {
|
|
1119
|
+
"name": "authoring-bundle",
|
|
1120
|
+
"summary": "API name of the authoring bundle metadata component that contains the agent's Agent Script file.",
|
|
1144
1121
|
"hasDynamicHelp": false,
|
|
1145
1122
|
"multiple": false,
|
|
1146
1123
|
"type": "option"
|
|
1147
1124
|
},
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1151
|
-
"summary": "Show generated data in the test results output.",
|
|
1125
|
+
"use-live-actions": {
|
|
1126
|
+
"name": "use-live-actions",
|
|
1127
|
+
"summary": "Use real actions in the org; if not specified, preview uses AI to simulate (mock) actions.",
|
|
1152
1128
|
"allowNo": false,
|
|
1153
1129
|
"type": "boolean"
|
|
1154
1130
|
}
|
|
1155
1131
|
},
|
|
1156
1132
|
"hasDynamicHelp": true,
|
|
1157
1133
|
"hiddenAliases": [],
|
|
1158
|
-
"id": "agent:
|
|
1134
|
+
"id": "agent:preview:start",
|
|
1159
1135
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1160
1136
|
"pluginName": "@salesforce/plugin-agent",
|
|
1161
1137
|
"pluginType": "core",
|
|
1162
1138
|
"strict": true,
|
|
1163
|
-
"summary": "
|
|
1139
|
+
"summary": "Start a programmatic agent preview session.",
|
|
1164
1140
|
"enableJsonFlag": true,
|
|
1141
|
+
"requiresProject": true,
|
|
1165
1142
|
"isESM": true,
|
|
1166
1143
|
"relativePath": [
|
|
1167
1144
|
"lib",
|
|
1168
1145
|
"commands",
|
|
1169
1146
|
"agent",
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1147
|
+
"preview",
|
|
1148
|
+
"start.js"
|
|
1172
1149
|
],
|
|
1173
1150
|
"aliasPermutations": [],
|
|
1174
1151
|
"permutations": [
|
|
1175
|
-
"agent:
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1178
|
-
"agent:
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1181
|
-
]
|
|
1182
|
-
},
|
|
1183
|
-
"agent:
|
|
1184
|
-
"aliases": [],
|
|
1185
|
-
"args": {},
|
|
1186
|
-
"description": "
|
|
1152
|
+
"agent:preview:start",
|
|
1153
|
+
"preview:agent:start",
|
|
1154
|
+
"preview:start:agent",
|
|
1155
|
+
"agent:start:preview",
|
|
1156
|
+
"start:agent:preview",
|
|
1157
|
+
"start:preview:agent"
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
"agent:publish:authoring-bundle": {
|
|
1161
|
+
"aliases": [],
|
|
1162
|
+
"args": {},
|
|
1163
|
+
"description": "An authoring bundle is a metadata type (named aiAuthoringBundle) that provides the blueprint for an agent. The metadata type contains two files: the standard metatada XML file and an Agent Script file (extension \".agent\") that fully describes the agent using the Agent Script language.\n\nWhen you publish an authoring bundle to your org, a number of things happen. First, this command validates that the Agent Script file successfully compiles. If there are compilation errors, the command exits and you must fix the Agent Script file to continue. Once the Agent Script file compiles, then it's published to the org, which in turn creates new associated metadata (Bot, BotVersion, GenAiX), or new versions of the metadata if the agent already exists. The new or updated metadata is retrieved back to your DX project; specify the --skip-retrieve flag to skip this step. Finally, the authoring bundle metadata (AiAuthoringBundle) is deployed to your org.\n\nThis command uses the API name of the authoring bundle.",
|
|
1187
1164
|
"examples": [
|
|
1188
|
-
"
|
|
1189
|
-
"
|
|
1190
|
-
"Resume the most recent agent test in your default org, and write the JSON-formatted results into a directory called \"test-results\":\n<%= config.bin %> <%= command.id %> --use-most-recent --output-dir ./test-results --result-format json"
|
|
1165
|
+
"Publish an authoring bundle by being prompted for its API name; use your default org:\n<%= config.bin %> <%= command.id %>",
|
|
1166
|
+
"Publish an authoring bundle with API name MyAuthoringBundle to the org with alias \"my-dev-org\":\n<%= config.bin %> <%= command.id %> --api-name MyAuthoringbundle --target-org my-dev-org"
|
|
1191
1167
|
],
|
|
1192
1168
|
"flags": {
|
|
1193
1169
|
"json": {
|
|
@@ -1222,99 +1198,63 @@
|
|
|
1222
1198
|
"multiple": false,
|
|
1223
1199
|
"type": "option"
|
|
1224
1200
|
},
|
|
1225
|
-
"
|
|
1226
|
-
"char": "
|
|
1227
|
-
"name": "
|
|
1228
|
-
"summary": "
|
|
1229
|
-
"hasDynamicHelp": false,
|
|
1230
|
-
"multiple": false,
|
|
1231
|
-
"type": "option"
|
|
1232
|
-
},
|
|
1233
|
-
"use-most-recent": {
|
|
1234
|
-
"char": "r",
|
|
1235
|
-
"name": "use-most-recent",
|
|
1236
|
-
"summary": "Use the job ID of the most recent agent test run.",
|
|
1237
|
-
"allowNo": false,
|
|
1238
|
-
"type": "boolean"
|
|
1239
|
-
},
|
|
1240
|
-
"wait": {
|
|
1241
|
-
"char": "w",
|
|
1242
|
-
"name": "wait",
|
|
1243
|
-
"summary": "Number of minutes to wait for the command to complete and display results to the terminal window.",
|
|
1244
|
-
"default": "5 minutes",
|
|
1245
|
-
"hasDynamicHelp": true,
|
|
1246
|
-
"multiple": false,
|
|
1247
|
-
"type": "option"
|
|
1248
|
-
},
|
|
1249
|
-
"result-format": {
|
|
1250
|
-
"name": "result-format",
|
|
1251
|
-
"summary": "Format of the agent test run results.",
|
|
1252
|
-
"default": "human",
|
|
1253
|
-
"hasDynamicHelp": false,
|
|
1254
|
-
"multiple": false,
|
|
1255
|
-
"options": [
|
|
1256
|
-
"json",
|
|
1257
|
-
"human",
|
|
1258
|
-
"junit",
|
|
1259
|
-
"tap"
|
|
1260
|
-
],
|
|
1261
|
-
"type": "option"
|
|
1262
|
-
},
|
|
1263
|
-
"output-dir": {
|
|
1264
|
-
"char": "d",
|
|
1265
|
-
"description": "If the agent test run completes, write the results to the specified directory. If the test is still running, the test results aren't written.",
|
|
1266
|
-
"name": "output-dir",
|
|
1267
|
-
"summary": "Directory to write the agent test results into.",
|
|
1201
|
+
"api-name": {
|
|
1202
|
+
"char": "n",
|
|
1203
|
+
"name": "api-name",
|
|
1204
|
+
"summary": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
|
|
1268
1205
|
"hasDynamicHelp": false,
|
|
1269
1206
|
"multiple": false,
|
|
1270
1207
|
"type": "option"
|
|
1271
1208
|
},
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1275
|
-
"summary": "Show generated data in the test results output.",
|
|
1209
|
+
"skip-retrieve": {
|
|
1210
|
+
"name": "skip-retrieve",
|
|
1211
|
+
"summary": "Don't retrieve the metadata associated with the agent to your DX project.",
|
|
1276
1212
|
"allowNo": false,
|
|
1277
1213
|
"type": "boolean"
|
|
1278
1214
|
}
|
|
1279
1215
|
},
|
|
1280
1216
|
"hasDynamicHelp": true,
|
|
1281
1217
|
"hiddenAliases": [],
|
|
1282
|
-
"id": "agent:
|
|
1218
|
+
"id": "agent:publish:authoring-bundle",
|
|
1283
1219
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1284
1220
|
"pluginName": "@salesforce/plugin-agent",
|
|
1285
1221
|
"pluginType": "core",
|
|
1286
1222
|
"strict": true,
|
|
1287
|
-
"summary": "
|
|
1223
|
+
"summary": "Publish an authoring bundle to your org, which results in a new agent or a new version of an existing agent.",
|
|
1288
1224
|
"enableJsonFlag": true,
|
|
1225
|
+
"requiresProject": true,
|
|
1226
|
+
"FLAGGABLE_PROMPTS": {
|
|
1227
|
+
"api-name": {
|
|
1228
|
+
"message": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
|
|
1229
|
+
"promptMessage": "API name of the authoring bundle to publish"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1289
1232
|
"isESM": true,
|
|
1290
1233
|
"relativePath": [
|
|
1291
1234
|
"lib",
|
|
1292
1235
|
"commands",
|
|
1293
1236
|
"agent",
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1237
|
+
"publish",
|
|
1238
|
+
"authoring-bundle.js"
|
|
1296
1239
|
],
|
|
1297
1240
|
"aliasPermutations": [],
|
|
1298
1241
|
"permutations": [
|
|
1299
|
-
"agent:
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"agent:
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1242
|
+
"agent:publish:authoring-bundle",
|
|
1243
|
+
"publish:agent:authoring-bundle",
|
|
1244
|
+
"publish:authoring-bundle:agent",
|
|
1245
|
+
"agent:authoring-bundle:publish",
|
|
1246
|
+
"authoring-bundle:agent:publish",
|
|
1247
|
+
"authoring-bundle:publish:agent"
|
|
1305
1248
|
]
|
|
1306
1249
|
},
|
|
1307
|
-
"agent:test:
|
|
1250
|
+
"agent:test:create": {
|
|
1308
1251
|
"aliases": [],
|
|
1309
1252
|
"args": {},
|
|
1310
|
-
"description": "
|
|
1253
|
+
"description": "To run this command, you must have an agent test spec file, which is a YAML file that lists the test cases for testing a specific agent. Use the \"agent generate test-spec\" CLI command to generate a test spec file. Then specify the file to this command with the --spec flag, or run this command with no flags to be prompted.\n\nWhen this command completes, your org contains the new agent test, which you can view and edit using the Testing Center UI. This command also retrieves the metadata component (AiEvaluationDefinition) associated with the new test to your local Salesforce DX project and displays its filename.\n\nAfter you've created the test in the org, use the \"agent test run\" command to run it.",
|
|
1311
1254
|
"examples": [
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
"Run tests and output results in JUnit format; useful for continuous integration and deployment (CI/CD):\n<%= config.bin %> <%= command.id %> --spec tests/my-agent-testSpec.yaml --target-org my-org --result-format junit",
|
|
1316
|
-
"Run tests with contextVariables to inject contextual data into agent sessions (add contextVariables to test cases in your YAML spec):\n<%= config.bin %> <%= command.id %> --spec tests/agent-with-context.yaml --target-org my-org",
|
|
1317
|
-
"Pipe JSON payload from stdin (--spec flag is automatically populated from stdin):\n$ echo '{\"tests\":[...]}' | <%= config.bin %> <%= command.id %> --spec --target-org my-org"
|
|
1255
|
+
"Create an agent test interactively and be prompted for the test spec and API name of the test in the org; use the default org:\n<%= config.bin %> <%= command.id %>",
|
|
1256
|
+
"Create an agent test and use flags to specify all required information; if a test with same API name already exists in the org, overwrite it without confirmation. Use the org with alias \"my-org\":\n<%= config.bin %> <%= command.id %> --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --force-overwrite --target-org my-org",
|
|
1257
|
+
"Preview what the agent test metadata (AiEvaluationDefinition) looks like without deploying it to your default org:\n<%= config.bin %> <%= command.id %> --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview"
|
|
1318
1258
|
],
|
|
1319
1259
|
"flags": {
|
|
1320
1260
|
"json": {
|
|
@@ -1332,88 +1272,58 @@
|
|
|
1332
1272
|
"multiple": false,
|
|
1333
1273
|
"type": "option"
|
|
1334
1274
|
},
|
|
1335
|
-
"
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1338
|
-
"noCacheDefault": true,
|
|
1339
|
-
"required": true,
|
|
1340
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1341
|
-
"hasDynamicHelp": true,
|
|
1342
|
-
"multiple": false,
|
|
1343
|
-
"type": "option"
|
|
1344
|
-
},
|
|
1345
|
-
"api-version": {
|
|
1346
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1347
|
-
"name": "api-version",
|
|
1275
|
+
"api-name": {
|
|
1276
|
+
"name": "api-name",
|
|
1277
|
+
"summary": "API name of the new test; the API name must not exist in the org.",
|
|
1348
1278
|
"hasDynamicHelp": false,
|
|
1349
1279
|
"multiple": false,
|
|
1350
1280
|
"type": "option"
|
|
1351
1281
|
},
|
|
1352
1282
|
"spec": {
|
|
1353
|
-
"char": "s",
|
|
1354
1283
|
"name": "spec",
|
|
1355
|
-
"
|
|
1356
|
-
"summary": "Path to test spec file (YAML or JSON). Supports reading from stdin when piping content.",
|
|
1357
|
-
"hasDynamicHelp": false,
|
|
1358
|
-
"multiple": false,
|
|
1359
|
-
"type": "option"
|
|
1360
|
-
},
|
|
1361
|
-
"api-name": {
|
|
1362
|
-
"char": "n",
|
|
1363
|
-
"name": "api-name",
|
|
1364
|
-
"summary": "Agent DeveloperName (also called API name) to resolve agent_id and agent_version_id. Auto-inferred from the YAML spec's subjectName.",
|
|
1284
|
+
"summary": "Path to the test spec YAML file.",
|
|
1365
1285
|
"hasDynamicHelp": false,
|
|
1366
1286
|
"multiple": false,
|
|
1367
1287
|
"type": "option"
|
|
1368
1288
|
},
|
|
1369
|
-
"
|
|
1370
|
-
"char": "
|
|
1371
|
-
"name": "
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1289
|
+
"target-org": {
|
|
1290
|
+
"char": "o",
|
|
1291
|
+
"name": "target-org",
|
|
1292
|
+
"noCacheDefault": true,
|
|
1293
|
+
"required": true,
|
|
1294
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1295
|
+
"hasDynamicHelp": true,
|
|
1375
1296
|
"multiple": false,
|
|
1376
1297
|
"type": "option"
|
|
1377
1298
|
},
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"default": "human",
|
|
1299
|
+
"api-version": {
|
|
1300
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1301
|
+
"name": "api-version",
|
|
1382
1302
|
"hasDynamicHelp": false,
|
|
1383
1303
|
"multiple": false,
|
|
1384
|
-
"options": [
|
|
1385
|
-
"json",
|
|
1386
|
-
"human",
|
|
1387
|
-
"junit",
|
|
1388
|
-
"tap"
|
|
1389
|
-
],
|
|
1390
1304
|
"type": "option"
|
|
1391
1305
|
},
|
|
1392
|
-
"
|
|
1393
|
-
"name": "
|
|
1394
|
-
"summary": "
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1397
|
-
"multiple": false,
|
|
1398
|
-
"type": "option"
|
|
1306
|
+
"preview": {
|
|
1307
|
+
"name": "preview",
|
|
1308
|
+
"summary": "Preview the test metadata file (AiEvaluationDefinition) without deploying to your org.",
|
|
1309
|
+
"allowNo": false,
|
|
1310
|
+
"type": "boolean"
|
|
1399
1311
|
},
|
|
1400
|
-
"
|
|
1401
|
-
"name": "
|
|
1402
|
-
"summary": "
|
|
1312
|
+
"force-overwrite": {
|
|
1313
|
+
"name": "force-overwrite",
|
|
1314
|
+
"summary": "Don't prompt for confirmation when overwriting an existing test (based on API name) in your org.",
|
|
1403
1315
|
"allowNo": false,
|
|
1404
1316
|
"type": "boolean"
|
|
1405
1317
|
}
|
|
1406
1318
|
},
|
|
1407
1319
|
"hasDynamicHelp": true,
|
|
1408
|
-
"hidden": true,
|
|
1409
1320
|
"hiddenAliases": [],
|
|
1410
|
-
"id": "agent:test:
|
|
1321
|
+
"id": "agent:test:create",
|
|
1411
1322
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1412
1323
|
"pluginName": "@salesforce/plugin-agent",
|
|
1413
1324
|
"pluginType": "core",
|
|
1414
|
-
"state": "beta",
|
|
1415
1325
|
"strict": true,
|
|
1416
|
-
"summary": "
|
|
1326
|
+
"summary": "Create an agent test in your org using a local test spec YAML file.",
|
|
1417
1327
|
"enableJsonFlag": true,
|
|
1418
1328
|
"isESM": true,
|
|
1419
1329
|
"relativePath": [
|
|
@@ -1421,26 +1331,25 @@
|
|
|
1421
1331
|
"commands",
|
|
1422
1332
|
"agent",
|
|
1423
1333
|
"test",
|
|
1424
|
-
"
|
|
1334
|
+
"create.js"
|
|
1425
1335
|
],
|
|
1426
1336
|
"aliasPermutations": [],
|
|
1427
1337
|
"permutations": [
|
|
1428
|
-
"agent:test:
|
|
1429
|
-
"test:agent:
|
|
1430
|
-
"test:
|
|
1431
|
-
"agent:
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1338
|
+
"agent:test:create",
|
|
1339
|
+
"test:agent:create",
|
|
1340
|
+
"test:create:agent",
|
|
1341
|
+
"agent:create:test",
|
|
1342
|
+
"create:agent:test",
|
|
1343
|
+
"create:test:agent"
|
|
1434
1344
|
]
|
|
1435
1345
|
},
|
|
1436
|
-
"agent:test:
|
|
1346
|
+
"agent:test:list": {
|
|
1437
1347
|
"aliases": [],
|
|
1438
1348
|
"args": {},
|
|
1439
|
-
"description": "
|
|
1349
|
+
"description": "The command outputs a table with the name (API name) of each test along with its unique ID and the date it was created in the org.",
|
|
1440
1350
|
"examples": [
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"Start an agent test and write the JSON-formatted results into a directory called \"test-results\":\n<%= config.bin %> <%= command.id %> --api-name Resort_Manager_Test --wait 10 --output-dir ./test-results --result-format json"
|
|
1351
|
+
"List the agent tests in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
1352
|
+
"List the agent tests in an org with alias \"my-org\"\"\n<%= config.bin %> <%= command.id %> --target-org my-org"
|
|
1444
1353
|
],
|
|
1445
1354
|
"flags": {
|
|
1446
1355
|
"json": {
|
|
@@ -1474,62 +1383,16 @@
|
|
|
1474
1383
|
"hasDynamicHelp": false,
|
|
1475
1384
|
"multiple": false,
|
|
1476
1385
|
"type": "option"
|
|
1477
|
-
},
|
|
1478
|
-
"api-name": {
|
|
1479
|
-
"char": "n",
|
|
1480
|
-
"name": "api-name",
|
|
1481
|
-
"summary": "API name of the agent test to run; corresponds to the name of the AiEvaluationDefinition metadata component that implements the agent test.",
|
|
1482
|
-
"hasDynamicHelp": false,
|
|
1483
|
-
"multiple": false,
|
|
1484
|
-
"type": "option"
|
|
1485
|
-
},
|
|
1486
|
-
"wait": {
|
|
1487
|
-
"char": "w",
|
|
1488
|
-
"name": "wait",
|
|
1489
|
-
"summary": "Number of minutes to wait for the command to complete and display results to the terminal window.",
|
|
1490
|
-
"hasDynamicHelp": true,
|
|
1491
|
-
"multiple": false,
|
|
1492
|
-
"type": "option"
|
|
1493
|
-
},
|
|
1494
|
-
"result-format": {
|
|
1495
|
-
"name": "result-format",
|
|
1496
|
-
"summary": "Format of the agent test run results.",
|
|
1497
|
-
"default": "human",
|
|
1498
|
-
"hasDynamicHelp": false,
|
|
1499
|
-
"multiple": false,
|
|
1500
|
-
"options": [
|
|
1501
|
-
"json",
|
|
1502
|
-
"human",
|
|
1503
|
-
"junit",
|
|
1504
|
-
"tap"
|
|
1505
|
-
],
|
|
1506
|
-
"type": "option"
|
|
1507
|
-
},
|
|
1508
|
-
"output-dir": {
|
|
1509
|
-
"char": "d",
|
|
1510
|
-
"description": "If the agent test run completes, write the results to the specified directory. If the test is still running, the test results aren't written.",
|
|
1511
|
-
"name": "output-dir",
|
|
1512
|
-
"summary": "Directory to write the agent test results into.",
|
|
1513
|
-
"hasDynamicHelp": false,
|
|
1514
|
-
"multiple": false,
|
|
1515
|
-
"type": "option"
|
|
1516
|
-
},
|
|
1517
|
-
"verbose": {
|
|
1518
|
-
"description": "When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output. This is useful for debugging test failures and understanding what actions were actually invoked during the test run.\n\nThe generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath expression when using custom evaluations.",
|
|
1519
|
-
"name": "verbose",
|
|
1520
|
-
"summary": "Show generated data in the test results output.",
|
|
1521
|
-
"allowNo": false,
|
|
1522
|
-
"type": "boolean"
|
|
1523
1386
|
}
|
|
1524
1387
|
},
|
|
1525
1388
|
"hasDynamicHelp": true,
|
|
1526
1389
|
"hiddenAliases": [],
|
|
1527
|
-
"id": "agent:test:
|
|
1390
|
+
"id": "agent:test:list",
|
|
1528
1391
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1529
1392
|
"pluginName": "@salesforce/plugin-agent",
|
|
1530
1393
|
"pluginType": "core",
|
|
1531
1394
|
"strict": true,
|
|
1532
|
-
"summary": "
|
|
1395
|
+
"summary": "List the available agent tests in your org.",
|
|
1533
1396
|
"enableJsonFlag": true,
|
|
1534
1397
|
"isESM": true,
|
|
1535
1398
|
"relativePath": [
|
|
@@ -1537,26 +1400,26 @@
|
|
|
1537
1400
|
"commands",
|
|
1538
1401
|
"agent",
|
|
1539
1402
|
"test",
|
|
1540
|
-
"
|
|
1403
|
+
"list.js"
|
|
1541
1404
|
],
|
|
1542
1405
|
"aliasPermutations": [],
|
|
1543
1406
|
"permutations": [
|
|
1544
|
-
"agent:test:
|
|
1545
|
-
"test:agent:
|
|
1546
|
-
"test:
|
|
1547
|
-
"agent:
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1407
|
+
"agent:test:list",
|
|
1408
|
+
"test:agent:list",
|
|
1409
|
+
"test:list:agent",
|
|
1410
|
+
"agent:list:test",
|
|
1411
|
+
"list:agent:test",
|
|
1412
|
+
"list:test:agent"
|
|
1550
1413
|
]
|
|
1551
1414
|
},
|
|
1552
|
-
"agent:
|
|
1415
|
+
"agent:test:results": {
|
|
1553
1416
|
"aliases": [],
|
|
1554
1417
|
"args": {},
|
|
1555
|
-
"description": "
|
|
1418
|
+
"description": "This command requires a job ID, which the original \"agent test run\" command displays when it completes. You can also use the --use-most-recent flag to see results for the most recently run agent test.\n\nBy default, this command outputs test results in human-readable tables for each test case. The tables show whether the test case passed, the expected and actual values, the test score, how long the test took, and more. Use the --result-format to display the test results in JSON or Junit format. Use the --output-dir flag to write the results to a file rather than to the terminal.",
|
|
1556
1419
|
"examples": [
|
|
1557
|
-
"
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1420
|
+
"Get the results of an agent test run in your default org using its job ID:\n<%= config.bin %> <%= command.id %> --job-id 4KBfake0000003F4AQ",
|
|
1421
|
+
"Get the results of the most recently run agent test in an org with alias \"my-org\":\n<%= config.bin %> <%= command.id %> --use-most-recent --target-org my-org",
|
|
1422
|
+
"Get the results of the most recently run agent test in your default org, and write the JSON-formatted results into a directory called \"test-results\":\n<%= config.bin %> <%= command.id %> --use-most-recent --output-dir ./test-results --result-format json"
|
|
1560
1423
|
],
|
|
1561
1424
|
"flags": {
|
|
1562
1425
|
"json": {
|
|
@@ -1591,66 +1454,81 @@
|
|
|
1591
1454
|
"multiple": false,
|
|
1592
1455
|
"type": "option"
|
|
1593
1456
|
},
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1457
|
+
"job-id": {
|
|
1458
|
+
"char": "i",
|
|
1459
|
+
"name": "job-id",
|
|
1460
|
+
"required": true,
|
|
1461
|
+
"summary": "Job ID of the completed agent test run.",
|
|
1598
1462
|
"hasDynamicHelp": false,
|
|
1599
1463
|
"multiple": false,
|
|
1600
1464
|
"type": "option"
|
|
1601
1465
|
},
|
|
1602
|
-
"
|
|
1603
|
-
"
|
|
1604
|
-
"
|
|
1605
|
-
"
|
|
1466
|
+
"result-format": {
|
|
1467
|
+
"name": "result-format",
|
|
1468
|
+
"summary": "Format of the agent test run results.",
|
|
1469
|
+
"default": "human",
|
|
1606
1470
|
"hasDynamicHelp": false,
|
|
1607
1471
|
"multiple": false,
|
|
1472
|
+
"options": [
|
|
1473
|
+
"json",
|
|
1474
|
+
"human",
|
|
1475
|
+
"junit",
|
|
1476
|
+
"tap"
|
|
1477
|
+
],
|
|
1608
1478
|
"type": "option"
|
|
1609
1479
|
},
|
|
1610
|
-
"
|
|
1611
|
-
"
|
|
1612
|
-
"
|
|
1480
|
+
"output-dir": {
|
|
1481
|
+
"char": "d",
|
|
1482
|
+
"description": "If the agent test run completes, write the results to the specified directory. If the test is still running, the test results aren't written.",
|
|
1483
|
+
"name": "output-dir",
|
|
1484
|
+
"summary": "Directory to write the agent test results into.",
|
|
1613
1485
|
"hasDynamicHelp": false,
|
|
1614
1486
|
"multiple": false,
|
|
1615
1487
|
"type": "option"
|
|
1488
|
+
},
|
|
1489
|
+
"verbose": {
|
|
1490
|
+
"description": "When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output. This is useful for debugging test failures and understanding what actions were actually invoked during the test run.\n\nThe generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath expression when using custom evaluations.",
|
|
1491
|
+
"name": "verbose",
|
|
1492
|
+
"summary": "Show generated data in the test results output.",
|
|
1493
|
+
"allowNo": false,
|
|
1494
|
+
"type": "boolean"
|
|
1616
1495
|
}
|
|
1617
1496
|
},
|
|
1618
1497
|
"hasDynamicHelp": true,
|
|
1619
1498
|
"hiddenAliases": [],
|
|
1620
|
-
"id": "agent:
|
|
1499
|
+
"id": "agent:test:results",
|
|
1621
1500
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1622
1501
|
"pluginName": "@salesforce/plugin-agent",
|
|
1623
1502
|
"pluginType": "core",
|
|
1624
1503
|
"strict": true,
|
|
1625
|
-
"summary": "
|
|
1504
|
+
"summary": "Get the results of a completed agent test run.",
|
|
1626
1505
|
"enableJsonFlag": true,
|
|
1627
|
-
"requiresProject": true,
|
|
1628
1506
|
"isESM": true,
|
|
1629
1507
|
"relativePath": [
|
|
1630
1508
|
"lib",
|
|
1631
1509
|
"commands",
|
|
1632
1510
|
"agent",
|
|
1633
|
-
"
|
|
1634
|
-
"
|
|
1511
|
+
"test",
|
|
1512
|
+
"results.js"
|
|
1635
1513
|
],
|
|
1636
1514
|
"aliasPermutations": [],
|
|
1637
1515
|
"permutations": [
|
|
1638
|
-
"agent:
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
1641
|
-
"agent:
|
|
1642
|
-
"
|
|
1643
|
-
"
|
|
1516
|
+
"agent:test:results",
|
|
1517
|
+
"test:agent:results",
|
|
1518
|
+
"test:results:agent",
|
|
1519
|
+
"agent:results:test",
|
|
1520
|
+
"results:agent:test",
|
|
1521
|
+
"results:test:agent"
|
|
1644
1522
|
]
|
|
1645
1523
|
},
|
|
1646
|
-
"agent:
|
|
1524
|
+
"agent:test:resume": {
|
|
1647
1525
|
"aliases": [],
|
|
1648
1526
|
"args": {},
|
|
1649
|
-
"description": "
|
|
1527
|
+
"description": "This command requires a job ID, which the original \"agent test run\" command displays when it completes. You can also use the --use-most-recent flag to see results for the most recently run agent test.\n\nUse the --wait flag to specify the number of minutes for this command to wait for the agent test to complete; if the test completes by the end of the wait time, the command displays the test results. If not, the CLI returns control of the terminal to you, and you must run \"agent test resume\" again.\n\nBy default, this command outputs test results in human-readable tables for each test case. The tables show whether the test case passed, the expected and actual values, the test score, how long the test took, and more. Use the --result-format to display the test results in JSON or Junit format. Use the --output-dir flag to write the results to a file rather than to the terminal.",
|
|
1650
1528
|
"examples": [
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1653
|
-
"
|
|
1529
|
+
"Resume an agent test in your default org using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 4KBfake0000003F4AQ",
|
|
1530
|
+
"Resume the most recently-run agent test in an org with alias \"my-org\" org; wait 10 minutes for the tests to finish:\n<%= config.bin %> <%= command.id %> --use-most-recent --wait 10 --target-org my-org",
|
|
1531
|
+
"Resume the most recent agent test in your default org, and write the JSON-formatted results into a directory called \"test-results\":\n<%= config.bin %> <%= command.id %> --use-most-recent --output-dir ./test-results --result-format json"
|
|
1654
1532
|
],
|
|
1655
1533
|
"flags": {
|
|
1656
1534
|
"json": {
|
|
@@ -1685,73 +1563,99 @@
|
|
|
1685
1563
|
"multiple": false,
|
|
1686
1564
|
"type": "option"
|
|
1687
1565
|
},
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1691
|
-
"summary": "
|
|
1566
|
+
"job-id": {
|
|
1567
|
+
"char": "i",
|
|
1568
|
+
"name": "job-id",
|
|
1569
|
+
"summary": "Job ID of the original agent test run.",
|
|
1692
1570
|
"hasDynamicHelp": false,
|
|
1693
1571
|
"multiple": false,
|
|
1694
1572
|
"type": "option"
|
|
1695
1573
|
},
|
|
1696
|
-
"
|
|
1697
|
-
"char": "
|
|
1698
|
-
"name": "
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1574
|
+
"use-most-recent": {
|
|
1575
|
+
"char": "r",
|
|
1576
|
+
"name": "use-most-recent",
|
|
1577
|
+
"summary": "Use the job ID of the most recent agent test run.",
|
|
1578
|
+
"allowNo": false,
|
|
1579
|
+
"type": "boolean"
|
|
1580
|
+
},
|
|
1581
|
+
"wait": {
|
|
1582
|
+
"char": "w",
|
|
1583
|
+
"name": "wait",
|
|
1584
|
+
"summary": "Number of minutes to wait for the command to complete and display results to the terminal window.",
|
|
1585
|
+
"default": "5 minutes",
|
|
1586
|
+
"hasDynamicHelp": true,
|
|
1702
1587
|
"multiple": false,
|
|
1703
1588
|
"type": "option"
|
|
1704
1589
|
},
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1590
|
+
"result-format": {
|
|
1591
|
+
"name": "result-format",
|
|
1592
|
+
"summary": "Format of the agent test run results.",
|
|
1593
|
+
"default": "human",
|
|
1709
1594
|
"hasDynamicHelp": false,
|
|
1710
1595
|
"multiple": false,
|
|
1596
|
+
"options": [
|
|
1597
|
+
"json",
|
|
1598
|
+
"human",
|
|
1599
|
+
"junit",
|
|
1600
|
+
"tap"
|
|
1601
|
+
],
|
|
1711
1602
|
"type": "option"
|
|
1712
1603
|
},
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1604
|
+
"output-dir": {
|
|
1605
|
+
"char": "d",
|
|
1606
|
+
"description": "If the agent test run completes, write the results to the specified directory. If the test is still running, the test results aren't written.",
|
|
1607
|
+
"name": "output-dir",
|
|
1608
|
+
"summary": "Directory to write the agent test results into.",
|
|
1716
1609
|
"hasDynamicHelp": false,
|
|
1717
1610
|
"multiple": false,
|
|
1718
1611
|
"type": "option"
|
|
1612
|
+
},
|
|
1613
|
+
"verbose": {
|
|
1614
|
+
"description": "When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output. This is useful for debugging test failures and understanding what actions were actually invoked during the test run.\n\nThe generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath expression when using custom evaluations.",
|
|
1615
|
+
"name": "verbose",
|
|
1616
|
+
"summary": "Show generated data in the test results output.",
|
|
1617
|
+
"allowNo": false,
|
|
1618
|
+
"type": "boolean"
|
|
1719
1619
|
}
|
|
1720
1620
|
},
|
|
1721
1621
|
"hasDynamicHelp": true,
|
|
1722
1622
|
"hiddenAliases": [],
|
|
1723
|
-
"id": "agent:
|
|
1623
|
+
"id": "agent:test:resume",
|
|
1724
1624
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1725
1625
|
"pluginName": "@salesforce/plugin-agent",
|
|
1726
1626
|
"pluginType": "core",
|
|
1727
1627
|
"strict": true,
|
|
1728
|
-
"summary": "
|
|
1628
|
+
"summary": "Resume an agent test that you previously started in your org so you can view the test results.",
|
|
1729
1629
|
"enableJsonFlag": true,
|
|
1730
|
-
"requiresProject": true,
|
|
1731
1630
|
"isESM": true,
|
|
1732
1631
|
"relativePath": [
|
|
1733
1632
|
"lib",
|
|
1734
1633
|
"commands",
|
|
1735
1634
|
"agent",
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1635
|
+
"test",
|
|
1636
|
+
"resume.js"
|
|
1738
1637
|
],
|
|
1739
1638
|
"aliasPermutations": [],
|
|
1740
1639
|
"permutations": [
|
|
1741
|
-
"agent:
|
|
1742
|
-
"
|
|
1743
|
-
"
|
|
1744
|
-
"agent:
|
|
1745
|
-
"
|
|
1746
|
-
"
|
|
1640
|
+
"agent:test:resume",
|
|
1641
|
+
"test:agent:resume",
|
|
1642
|
+
"test:resume:agent",
|
|
1643
|
+
"agent:resume:test",
|
|
1644
|
+
"resume:agent:test",
|
|
1645
|
+
"resume:test:agent"
|
|
1747
1646
|
]
|
|
1748
1647
|
},
|
|
1749
|
-
"agent:
|
|
1648
|
+
"agent:test:run-eval": {
|
|
1750
1649
|
"aliases": [],
|
|
1751
1650
|
"args": {},
|
|
1752
|
-
"description": "
|
|
1651
|
+
"description": "Execute rich evaluation tests against an Agentforce agent using the Einstein Evaluation API. Supports both YAML test specs (same format as `sf agent generate test-spec`) and JSON payloads.\n\nWhen you provide a YAML test spec, the command automatically translates test cases into Evaluation API calls and infers the agent name from the spec's `subjectName` field. This means you can use the same test spec with both `sf agent test run` and `sf agent test run-eval`. YAML test specs also support contextVariables, which allow you to inject contextual data (such as CaseId or RoutableId) into agent sessions for testing with different contexts.\n\nWhen you provide a JSON payload, it's sent directly to the API with optional normalization. The normalizer auto-corrects common field name mistakes, converts shorthand references to JSONPath, and injects defaults. Use `--no-normalize` to disable this auto-normalization. JSON payloads can also include context_variables on agent.create_session steps for the same contextual testing capabilities.\n\nSupports 8+ evaluator types, including topic routing assertions, action invocation checks, string/numeric assertions, semantic similarity scoring, and LLM-based quality ratings.",
|
|
1753
1652
|
"examples": [
|
|
1754
|
-
"
|
|
1653
|
+
"Run tests using a YAML test spec on the org with alias \"my-org\":\n<%= config.bin %> <%= command.id %> --spec tests/my-agent-testSpec.yaml --target-org my-org",
|
|
1654
|
+
"Run tests using a YAML spec with explicit agent name override; use your default org:\n<%= config.bin %> <%= command.id %> --spec tests/my-agent-testSpec.yaml --api-name My_Agent --target-org my-org",
|
|
1655
|
+
"Run tests using a JSON payload:\n<%= config.bin %> <%= command.id %> --spec tests/eval-payload.json --target-org my-org",
|
|
1656
|
+
"Run tests and output results in JUnit format; useful for continuous integration and deployment (CI/CD):\n<%= config.bin %> <%= command.id %> --spec tests/my-agent-testSpec.yaml --target-org my-org --result-format junit",
|
|
1657
|
+
"Run tests with contextVariables to inject contextual data into agent sessions (add contextVariables to test cases in your YAML spec):\n<%= config.bin %> <%= command.id %> --spec tests/agent-with-context.yaml --target-org my-org",
|
|
1658
|
+
"Pipe JSON payload from stdin (--spec flag is automatically populated from stdin):\n$ echo '{\"tests\":[...]}' | <%= config.bin %> <%= command.id %> --spec --target-org my-org"
|
|
1755
1659
|
],
|
|
1756
1660
|
"flags": {
|
|
1757
1661
|
"json": {
|
|
@@ -1768,44 +1672,116 @@
|
|
|
1768
1672
|
"hasDynamicHelp": false,
|
|
1769
1673
|
"multiple": false,
|
|
1770
1674
|
"type": "option"
|
|
1675
|
+
},
|
|
1676
|
+
"target-org": {
|
|
1677
|
+
"char": "o",
|
|
1678
|
+
"name": "target-org",
|
|
1679
|
+
"noCacheDefault": true,
|
|
1680
|
+
"required": true,
|
|
1681
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1682
|
+
"hasDynamicHelp": true,
|
|
1683
|
+
"multiple": false,
|
|
1684
|
+
"type": "option"
|
|
1685
|
+
},
|
|
1686
|
+
"api-version": {
|
|
1687
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1688
|
+
"name": "api-version",
|
|
1689
|
+
"hasDynamicHelp": false,
|
|
1690
|
+
"multiple": false,
|
|
1691
|
+
"type": "option"
|
|
1692
|
+
},
|
|
1693
|
+
"spec": {
|
|
1694
|
+
"char": "s",
|
|
1695
|
+
"name": "spec",
|
|
1696
|
+
"required": true,
|
|
1697
|
+
"summary": "Path to test spec file (YAML or JSON). Supports reading from stdin when piping content.",
|
|
1698
|
+
"hasDynamicHelp": false,
|
|
1699
|
+
"multiple": false,
|
|
1700
|
+
"type": "option"
|
|
1701
|
+
},
|
|
1702
|
+
"api-name": {
|
|
1703
|
+
"char": "n",
|
|
1704
|
+
"name": "api-name",
|
|
1705
|
+
"summary": "Agent DeveloperName (also called API name) to resolve agent_id and agent_version_id. Auto-inferred from the YAML spec's subjectName.",
|
|
1706
|
+
"hasDynamicHelp": false,
|
|
1707
|
+
"multiple": false,
|
|
1708
|
+
"type": "option"
|
|
1709
|
+
},
|
|
1710
|
+
"wait": {
|
|
1711
|
+
"char": "w",
|
|
1712
|
+
"name": "wait",
|
|
1713
|
+
"summary": "Number of minutes to wait for results.",
|
|
1714
|
+
"default": 10,
|
|
1715
|
+
"hasDynamicHelp": false,
|
|
1716
|
+
"multiple": false,
|
|
1717
|
+
"type": "option"
|
|
1718
|
+
},
|
|
1719
|
+
"result-format": {
|
|
1720
|
+
"name": "result-format",
|
|
1721
|
+
"summary": "Format of the agent test run results.",
|
|
1722
|
+
"default": "human",
|
|
1723
|
+
"hasDynamicHelp": false,
|
|
1724
|
+
"multiple": false,
|
|
1725
|
+
"options": [
|
|
1726
|
+
"json",
|
|
1727
|
+
"human",
|
|
1728
|
+
"junit",
|
|
1729
|
+
"tap"
|
|
1730
|
+
],
|
|
1731
|
+
"type": "option"
|
|
1732
|
+
},
|
|
1733
|
+
"batch-size": {
|
|
1734
|
+
"name": "batch-size",
|
|
1735
|
+
"summary": "Number of tests per API request (max 5).",
|
|
1736
|
+
"default": 5,
|
|
1737
|
+
"hasDynamicHelp": false,
|
|
1738
|
+
"multiple": false,
|
|
1739
|
+
"type": "option"
|
|
1740
|
+
},
|
|
1741
|
+
"no-normalize": {
|
|
1742
|
+
"name": "no-normalize",
|
|
1743
|
+
"summary": "Disable auto-normalization of field names and shorthand references.",
|
|
1744
|
+
"allowNo": false,
|
|
1745
|
+
"type": "boolean"
|
|
1771
1746
|
}
|
|
1772
1747
|
},
|
|
1773
|
-
"hasDynamicHelp":
|
|
1748
|
+
"hasDynamicHelp": true,
|
|
1749
|
+
"hidden": true,
|
|
1774
1750
|
"hiddenAliases": [],
|
|
1775
|
-
"id": "agent:
|
|
1751
|
+
"id": "agent:test:run-eval",
|
|
1776
1752
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1777
1753
|
"pluginName": "@salesforce/plugin-agent",
|
|
1778
1754
|
"pluginType": "core",
|
|
1755
|
+
"state": "beta",
|
|
1779
1756
|
"strict": true,
|
|
1780
|
-
"summary": "
|
|
1757
|
+
"summary": "Run evaluation tests against an Agentforce agent.",
|
|
1781
1758
|
"enableJsonFlag": true,
|
|
1782
|
-
"requiresProject": true,
|
|
1783
1759
|
"isESM": true,
|
|
1784
1760
|
"relativePath": [
|
|
1785
1761
|
"lib",
|
|
1786
1762
|
"commands",
|
|
1787
1763
|
"agent",
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
1764
|
+
"test",
|
|
1765
|
+
"run-eval.js"
|
|
1790
1766
|
],
|
|
1791
1767
|
"aliasPermutations": [],
|
|
1792
1768
|
"permutations": [
|
|
1793
|
-
"agent:
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1796
|
-
"agent:
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1769
|
+
"agent:test:run-eval",
|
|
1770
|
+
"test:agent:run-eval",
|
|
1771
|
+
"test:run-eval:agent",
|
|
1772
|
+
"agent:run-eval:test",
|
|
1773
|
+
"run-eval:agent:test",
|
|
1774
|
+
"run-eval:test:agent"
|
|
1799
1775
|
]
|
|
1800
1776
|
},
|
|
1801
|
-
"agent:
|
|
1777
|
+
"agent:test:run": {
|
|
1802
1778
|
"aliases": [],
|
|
1803
1779
|
"args": {},
|
|
1804
|
-
"description": "
|
|
1780
|
+
"description": "Use the --api-name flag to specify the name of the agent test you want to run. Use the output of the \"agent test list\" command to get the names of all the available agent tests in your org.\n\nBy default, this command starts the agent test in your org, but it doesn't wait for the test to finish. Instead, it displays the \"agent test resume\" command, with a job ID, that you execute to see the results of the test run, and then returns control of the terminal window to you. Use the --wait flag to specify the number of minutes for the command to wait for the agent test to complete; if the test completes by the end of the wait time, the command displays the test results. If not, run \"agent test resume\".\n\nBy default, this command outputs test results in human-readable tables for each test case, if the test completes in time. The tables show whether the test case passed, the expected and actual values, the test score, how long the test took, and more. Use the --result-format to display the test results in JSON or Junit format. Use the --output-dir flag to write the results to a file rather than to the terminal.",
|
|
1805
1781
|
"examples": [
|
|
1806
|
-
"Start
|
|
1807
|
-
"
|
|
1808
|
-
"Start
|
|
1782
|
+
"Start an agent test called Resort_Manager_Test for an agent in your default org, don't wait for the test to finish:\n<%= config.bin %> <%= command.id %> --api-name Resort_Manager_Test",
|
|
1783
|
+
"Start an agent test for an agent in an org with alias \"my-org\" and wait for 10 minutes for the test to finish:\n<%= config.bin %> <%= command.id %> --api-name Resort_Manager_Test --wait 10 --target-org my-org",
|
|
1784
|
+
"Start an agent test and write the JSON-formatted results into a directory called \"test-results\":\n<%= config.bin %> <%= command.id %> --api-name Resort_Manager_Test --wait 10 --output-dir ./test-results --result-format json"
|
|
1809
1785
|
],
|
|
1810
1786
|
"flags": {
|
|
1811
1787
|
"json": {
|
|
@@ -1843,51 +1819,75 @@
|
|
|
1843
1819
|
"api-name": {
|
|
1844
1820
|
"char": "n",
|
|
1845
1821
|
"name": "api-name",
|
|
1846
|
-
"summary": "API name of the
|
|
1822
|
+
"summary": "API name of the agent test to run; corresponds to the name of the AiEvaluationDefinition metadata component that implements the agent test.",
|
|
1847
1823
|
"hasDynamicHelp": false,
|
|
1848
1824
|
"multiple": false,
|
|
1849
1825
|
"type": "option"
|
|
1850
1826
|
},
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1827
|
+
"wait": {
|
|
1828
|
+
"char": "w",
|
|
1829
|
+
"name": "wait",
|
|
1830
|
+
"summary": "Number of minutes to wait for the command to complete and display results to the terminal window.",
|
|
1831
|
+
"hasDynamicHelp": true,
|
|
1832
|
+
"multiple": false,
|
|
1833
|
+
"type": "option"
|
|
1834
|
+
},
|
|
1835
|
+
"result-format": {
|
|
1836
|
+
"name": "result-format",
|
|
1837
|
+
"summary": "Format of the agent test run results.",
|
|
1838
|
+
"default": "human",
|
|
1854
1839
|
"hasDynamicHelp": false,
|
|
1855
1840
|
"multiple": false,
|
|
1841
|
+
"options": [
|
|
1842
|
+
"json",
|
|
1843
|
+
"human",
|
|
1844
|
+
"junit",
|
|
1845
|
+
"tap"
|
|
1846
|
+
],
|
|
1856
1847
|
"type": "option"
|
|
1857
1848
|
},
|
|
1858
|
-
"
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1849
|
+
"output-dir": {
|
|
1850
|
+
"char": "d",
|
|
1851
|
+
"description": "If the agent test run completes, write the results to the specified directory. If the test is still running, the test results aren't written.",
|
|
1852
|
+
"name": "output-dir",
|
|
1853
|
+
"summary": "Directory to write the agent test results into.",
|
|
1854
|
+
"hasDynamicHelp": false,
|
|
1855
|
+
"multiple": false,
|
|
1856
|
+
"type": "option"
|
|
1857
|
+
},
|
|
1858
|
+
"verbose": {
|
|
1859
|
+
"description": "When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output. This is useful for debugging test failures and understanding what actions were actually invoked during the test run.\n\nThe generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath expression when using custom evaluations.",
|
|
1860
|
+
"name": "verbose",
|
|
1861
|
+
"summary": "Show generated data in the test results output.",
|
|
1861
1862
|
"allowNo": false,
|
|
1862
1863
|
"type": "boolean"
|
|
1863
1864
|
}
|
|
1864
1865
|
},
|
|
1865
1866
|
"hasDynamicHelp": true,
|
|
1866
1867
|
"hiddenAliases": [],
|
|
1867
|
-
"id": "agent:
|
|
1868
|
+
"id": "agent:test:run",
|
|
1868
1869
|
"pluginAlias": "@salesforce/plugin-agent",
|
|
1869
1870
|
"pluginName": "@salesforce/plugin-agent",
|
|
1870
1871
|
"pluginType": "core",
|
|
1871
1872
|
"strict": true,
|
|
1872
|
-
"summary": "Start
|
|
1873
|
+
"summary": "Start an agent test in your org.",
|
|
1873
1874
|
"enableJsonFlag": true,
|
|
1874
|
-
"requiresProject": true,
|
|
1875
1875
|
"isESM": true,
|
|
1876
1876
|
"relativePath": [
|
|
1877
1877
|
"lib",
|
|
1878
1878
|
"commands",
|
|
1879
1879
|
"agent",
|
|
1880
|
-
"
|
|
1881
|
-
"
|
|
1880
|
+
"test",
|
|
1881
|
+
"run.js"
|
|
1882
1882
|
],
|
|
1883
1883
|
"aliasPermutations": [],
|
|
1884
1884
|
"permutations": [
|
|
1885
|
-
"agent:
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
"agent:
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1885
|
+
"agent:test:run",
|
|
1886
|
+
"test:agent:run",
|
|
1887
|
+
"test:run:agent",
|
|
1888
|
+
"agent:run:test",
|
|
1889
|
+
"run:agent:test",
|
|
1890
|
+
"run:test:agent"
|
|
1891
1891
|
]
|
|
1892
1892
|
},
|
|
1893
1893
|
"agent:validate:authoring-bundle": {
|
|
@@ -1975,5 +1975,5 @@
|
|
|
1975
1975
|
]
|
|
1976
1976
|
}
|
|
1977
1977
|
},
|
|
1978
|
-
"version": "1.32.
|
|
1978
|
+
"version": "1.32.14"
|
|
1979
1979
|
}
|