@salesforce/plugin-agent 1.32.2 → 1.32.4
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 +91 -91
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ EXAMPLES
|
|
|
126
126
|
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
129
|
+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/activate.ts)_
|
|
130
130
|
|
|
131
131
|
## `sf agent create`
|
|
132
132
|
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
196
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/create.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf agent deactivate`
|
|
199
199
|
|
|
@@ -234,7 +234,7 @@ EXAMPLES
|
|
|
234
234
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
237
|
+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/deactivate.ts)_
|
|
238
238
|
|
|
239
239
|
## `sf agent generate agent-spec`
|
|
240
240
|
|
|
@@ -341,7 +341,7 @@ EXAMPLES
|
|
|
341
341
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
344
|
+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/agent-spec.ts)_
|
|
345
345
|
|
|
346
346
|
## `sf agent generate authoring-bundle`
|
|
347
347
|
|
|
@@ -418,7 +418,7 @@ EXAMPLES
|
|
|
418
418
|
other-package-dir/main/default --target-org my-dev-org
|
|
419
419
|
```
|
|
420
420
|
|
|
421
|
-
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
421
|
+
_See code: [src/commands/agent/generate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/authoring-bundle.ts)_
|
|
422
422
|
|
|
423
423
|
## `sf agent generate template`
|
|
424
424
|
|
|
@@ -466,7 +466,7 @@ EXAMPLES
|
|
|
466
466
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
469
|
+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/template.ts)_
|
|
470
470
|
|
|
471
471
|
## `sf agent generate test-spec`
|
|
472
472
|
|
|
@@ -531,7 +531,7 @@ EXAMPLES
|
|
|
531
531
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
532
532
|
```
|
|
533
533
|
|
|
534
|
-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
534
|
+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/test-spec.ts)_
|
|
535
535
|
|
|
536
536
|
## `sf agent preview`
|
|
537
537
|
|
|
@@ -604,7 +604,7 @@ EXAMPLES
|
|
|
604
604
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
605
605
|
```
|
|
606
606
|
|
|
607
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
607
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview.ts)_
|
|
608
608
|
|
|
609
609
|
## `sf agent preview end`
|
|
610
610
|
|
|
@@ -659,7 +659,7 @@ EXAMPLES
|
|
|
659
659
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
660
660
|
```
|
|
661
661
|
|
|
662
|
-
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
662
|
+
_See code: [src/commands/agent/preview/end.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/end.ts)_
|
|
663
663
|
|
|
664
664
|
## `sf agent preview send`
|
|
665
665
|
|
|
@@ -717,7 +717,7 @@ EXAMPLES
|
|
|
717
717
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
720
|
+
_See code: [src/commands/agent/preview/send.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/send.ts)_
|
|
721
721
|
|
|
722
722
|
## `sf agent preview sessions`
|
|
723
723
|
|
|
@@ -750,7 +750,7 @@ EXAMPLES
|
|
|
750
750
|
$ sf agent preview sessions
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
753
|
+
_See code: [src/commands/agent/preview/sessions.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/sessions.ts)_
|
|
754
754
|
|
|
755
755
|
## `sf agent preview start`
|
|
756
756
|
|
|
@@ -807,7 +807,7 @@ EXAMPLES
|
|
|
807
807
|
$ sf agent preview start --api-name My_Published_Agent
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
810
|
+
_See code: [src/commands/agent/preview/start.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/start.ts)_
|
|
811
811
|
|
|
812
812
|
## `sf agent publish authoring-bundle`
|
|
813
813
|
|
|
@@ -856,7 +856,7 @@ EXAMPLES
|
|
|
856
856
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
859
|
+
_See code: [src/commands/agent/publish/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/publish/authoring-bundle.ts)_
|
|
860
860
|
|
|
861
861
|
## `sf agent test create`
|
|
862
862
|
|
|
@@ -911,7 +911,7 @@ EXAMPLES
|
|
|
911
911
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
912
912
|
```
|
|
913
913
|
|
|
914
|
-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
914
|
+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/create.ts)_
|
|
915
915
|
|
|
916
916
|
## `sf agent test list`
|
|
917
917
|
|
|
@@ -946,7 +946,7 @@ EXAMPLES
|
|
|
946
946
|
$ sf agent test list --target-org my-org
|
|
947
947
|
```
|
|
948
948
|
|
|
949
|
-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
949
|
+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/list.ts)_
|
|
950
950
|
|
|
951
951
|
## `sf agent test results`
|
|
952
952
|
|
|
@@ -1012,7 +1012,7 @@ FLAG DESCRIPTIONS
|
|
|
1012
1012
|
expression when using custom evaluations.
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1015
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/results.ts)_
|
|
1016
1016
|
|
|
1017
1017
|
## `sf agent test resume`
|
|
1018
1018
|
|
|
@@ -1085,7 +1085,7 @@ FLAG DESCRIPTIONS
|
|
|
1085
1085
|
expression when using custom evaluations.
|
|
1086
1086
|
```
|
|
1087
1087
|
|
|
1088
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1088
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/resume.ts)_
|
|
1089
1089
|
|
|
1090
1090
|
## `sf agent test run`
|
|
1091
1091
|
|
|
@@ -1159,7 +1159,7 @@ FLAG DESCRIPTIONS
|
|
|
1159
1159
|
expression when using custom evaluations.
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1162
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/run.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `sf agent validate authoring-bundle`
|
|
1165
1165
|
|
|
@@ -1206,6 +1206,6 @@ EXAMPLES
|
|
|
1206
1206
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1207
1207
|
```
|
|
1208
1208
|
|
|
1209
|
-
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1209
|
+
_See code: [src/commands/agent/validate/authoring-bundle.ts](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1210
1210
|
|
|
1211
1211
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -798,96 +798,6 @@
|
|
|
798
798
|
"test-spec:generate:agent"
|
|
799
799
|
]
|
|
800
800
|
},
|
|
801
|
-
"agent:publish:authoring-bundle": {
|
|
802
|
-
"aliases": [],
|
|
803
|
-
"args": {},
|
|
804
|
-
"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.",
|
|
805
|
-
"examples": [
|
|
806
|
-
"Publish an authoring bundle by being prompted for its API name; use your default org:\n<%= config.bin %> <%= command.id %>",
|
|
807
|
-
"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"
|
|
808
|
-
],
|
|
809
|
-
"flags": {
|
|
810
|
-
"json": {
|
|
811
|
-
"description": "Format output as json.",
|
|
812
|
-
"helpGroup": "GLOBAL",
|
|
813
|
-
"name": "json",
|
|
814
|
-
"allowNo": false,
|
|
815
|
-
"type": "boolean"
|
|
816
|
-
},
|
|
817
|
-
"flags-dir": {
|
|
818
|
-
"helpGroup": "GLOBAL",
|
|
819
|
-
"name": "flags-dir",
|
|
820
|
-
"summary": "Import flag values from a directory.",
|
|
821
|
-
"hasDynamicHelp": false,
|
|
822
|
-
"multiple": false,
|
|
823
|
-
"type": "option"
|
|
824
|
-
},
|
|
825
|
-
"target-org": {
|
|
826
|
-
"char": "o",
|
|
827
|
-
"name": "target-org",
|
|
828
|
-
"noCacheDefault": true,
|
|
829
|
-
"required": true,
|
|
830
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
831
|
-
"hasDynamicHelp": true,
|
|
832
|
-
"multiple": false,
|
|
833
|
-
"type": "option"
|
|
834
|
-
},
|
|
835
|
-
"api-version": {
|
|
836
|
-
"description": "Override the api version used for api requests made by this command",
|
|
837
|
-
"name": "api-version",
|
|
838
|
-
"hasDynamicHelp": false,
|
|
839
|
-
"multiple": false,
|
|
840
|
-
"type": "option"
|
|
841
|
-
},
|
|
842
|
-
"api-name": {
|
|
843
|
-
"char": "n",
|
|
844
|
-
"name": "api-name",
|
|
845
|
-
"summary": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
|
|
846
|
-
"hasDynamicHelp": false,
|
|
847
|
-
"multiple": false,
|
|
848
|
-
"type": "option"
|
|
849
|
-
},
|
|
850
|
-
"skip-retrieve": {
|
|
851
|
-
"name": "skip-retrieve",
|
|
852
|
-
"summary": "Don't retrieve the metadata associated with the agent to your DX project.",
|
|
853
|
-
"allowNo": false,
|
|
854
|
-
"type": "boolean"
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
"hasDynamicHelp": true,
|
|
858
|
-
"hiddenAliases": [],
|
|
859
|
-
"id": "agent:publish:authoring-bundle",
|
|
860
|
-
"pluginAlias": "@salesforce/plugin-agent",
|
|
861
|
-
"pluginName": "@salesforce/plugin-agent",
|
|
862
|
-
"pluginType": "core",
|
|
863
|
-
"strict": true,
|
|
864
|
-
"summary": "Publish an authoring bundle to your org, which results in a new agent or a new version of an existing agent.",
|
|
865
|
-
"enableJsonFlag": true,
|
|
866
|
-
"requiresProject": true,
|
|
867
|
-
"FLAGGABLE_PROMPTS": {
|
|
868
|
-
"api-name": {
|
|
869
|
-
"message": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
|
|
870
|
-
"promptMessage": "API name of the authoring bundle to publish"
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
"isESM": true,
|
|
874
|
-
"relativePath": [
|
|
875
|
-
"lib",
|
|
876
|
-
"commands",
|
|
877
|
-
"agent",
|
|
878
|
-
"publish",
|
|
879
|
-
"authoring-bundle.js"
|
|
880
|
-
],
|
|
881
|
-
"aliasPermutations": [],
|
|
882
|
-
"permutations": [
|
|
883
|
-
"agent:publish:authoring-bundle",
|
|
884
|
-
"publish:agent:authoring-bundle",
|
|
885
|
-
"publish:authoring-bundle:agent",
|
|
886
|
-
"agent:authoring-bundle:publish",
|
|
887
|
-
"authoring-bundle:agent:publish",
|
|
888
|
-
"authoring-bundle:publish:agent"
|
|
889
|
-
]
|
|
890
|
-
},
|
|
891
801
|
"agent:preview:end": {
|
|
892
802
|
"aliases": [],
|
|
893
803
|
"args": {},
|
|
@@ -1233,6 +1143,96 @@
|
|
|
1233
1143
|
"start:preview:agent"
|
|
1234
1144
|
]
|
|
1235
1145
|
},
|
|
1146
|
+
"agent:publish:authoring-bundle": {
|
|
1147
|
+
"aliases": [],
|
|
1148
|
+
"args": {},
|
|
1149
|
+
"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.",
|
|
1150
|
+
"examples": [
|
|
1151
|
+
"Publish an authoring bundle by being prompted for its API name; use your default org:\n<%= config.bin %> <%= command.id %>",
|
|
1152
|
+
"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"
|
|
1153
|
+
],
|
|
1154
|
+
"flags": {
|
|
1155
|
+
"json": {
|
|
1156
|
+
"description": "Format output as json.",
|
|
1157
|
+
"helpGroup": "GLOBAL",
|
|
1158
|
+
"name": "json",
|
|
1159
|
+
"allowNo": false,
|
|
1160
|
+
"type": "boolean"
|
|
1161
|
+
},
|
|
1162
|
+
"flags-dir": {
|
|
1163
|
+
"helpGroup": "GLOBAL",
|
|
1164
|
+
"name": "flags-dir",
|
|
1165
|
+
"summary": "Import flag values from a directory.",
|
|
1166
|
+
"hasDynamicHelp": false,
|
|
1167
|
+
"multiple": false,
|
|
1168
|
+
"type": "option"
|
|
1169
|
+
},
|
|
1170
|
+
"target-org": {
|
|
1171
|
+
"char": "o",
|
|
1172
|
+
"name": "target-org",
|
|
1173
|
+
"noCacheDefault": true,
|
|
1174
|
+
"required": true,
|
|
1175
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1176
|
+
"hasDynamicHelp": true,
|
|
1177
|
+
"multiple": false,
|
|
1178
|
+
"type": "option"
|
|
1179
|
+
},
|
|
1180
|
+
"api-version": {
|
|
1181
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1182
|
+
"name": "api-version",
|
|
1183
|
+
"hasDynamicHelp": false,
|
|
1184
|
+
"multiple": false,
|
|
1185
|
+
"type": "option"
|
|
1186
|
+
},
|
|
1187
|
+
"api-name": {
|
|
1188
|
+
"char": "n",
|
|
1189
|
+
"name": "api-name",
|
|
1190
|
+
"summary": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
|
|
1191
|
+
"hasDynamicHelp": false,
|
|
1192
|
+
"multiple": false,
|
|
1193
|
+
"type": "option"
|
|
1194
|
+
},
|
|
1195
|
+
"skip-retrieve": {
|
|
1196
|
+
"name": "skip-retrieve",
|
|
1197
|
+
"summary": "Don't retrieve the metadata associated with the agent to your DX project.",
|
|
1198
|
+
"allowNo": false,
|
|
1199
|
+
"type": "boolean"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
"hasDynamicHelp": true,
|
|
1203
|
+
"hiddenAliases": [],
|
|
1204
|
+
"id": "agent:publish:authoring-bundle",
|
|
1205
|
+
"pluginAlias": "@salesforce/plugin-agent",
|
|
1206
|
+
"pluginName": "@salesforce/plugin-agent",
|
|
1207
|
+
"pluginType": "core",
|
|
1208
|
+
"strict": true,
|
|
1209
|
+
"summary": "Publish an authoring bundle to your org, which results in a new agent or a new version of an existing agent.",
|
|
1210
|
+
"enableJsonFlag": true,
|
|
1211
|
+
"requiresProject": true,
|
|
1212
|
+
"FLAGGABLE_PROMPTS": {
|
|
1213
|
+
"api-name": {
|
|
1214
|
+
"message": "API name of the authoring bundle you want to publish; if not specified, the command provides a list that you can choose from.",
|
|
1215
|
+
"promptMessage": "API name of the authoring bundle to publish"
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"isESM": true,
|
|
1219
|
+
"relativePath": [
|
|
1220
|
+
"lib",
|
|
1221
|
+
"commands",
|
|
1222
|
+
"agent",
|
|
1223
|
+
"publish",
|
|
1224
|
+
"authoring-bundle.js"
|
|
1225
|
+
],
|
|
1226
|
+
"aliasPermutations": [],
|
|
1227
|
+
"permutations": [
|
|
1228
|
+
"agent:publish:authoring-bundle",
|
|
1229
|
+
"publish:agent:authoring-bundle",
|
|
1230
|
+
"publish:authoring-bundle:agent",
|
|
1231
|
+
"agent:authoring-bundle:publish",
|
|
1232
|
+
"authoring-bundle:agent:publish",
|
|
1233
|
+
"authoring-bundle:publish:agent"
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1236
1236
|
"agent:test:create": {
|
|
1237
1237
|
"aliases": [],
|
|
1238
1238
|
"args": {},
|
|
@@ -1961,5 +1961,5 @@
|
|
|
1961
1961
|
]
|
|
1962
1962
|
}
|
|
1963
1963
|
},
|
|
1964
|
-
"version": "1.32.
|
|
1964
|
+
"version": "1.32.4"
|
|
1965
1965
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
3
|
"description": "Commands to interact with Salesforce agents",
|
|
4
|
-
"version": "1.32.
|
|
4
|
+
"version": "1.32.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@salesforce/source-deploy-retrieve": "^12.31.14",
|
|
20
20
|
"@salesforce/types": "^1.6.0",
|
|
21
21
|
"ansis": "^3.3.2",
|
|
22
|
-
"fast-xml-parser": "^5.
|
|
22
|
+
"fast-xml-parser": "^5.5.6",
|
|
23
23
|
"glob": "^11.0.3",
|
|
24
24
|
"ink": "5.0.1",
|
|
25
25
|
"ink-text-input": "^6.0.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"yaml": "^2.8.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
31
|
+
"@oclif/plugin-command-snapshot": "^5.3.12",
|
|
32
32
|
"@oclif/test": "^4.1.15",
|
|
33
33
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
34
34
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"exports": "./lib/index.js",
|
|
241
241
|
"type": "module",
|
|
242
242
|
"sfdx": {
|
|
243
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.32.
|
|
244
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.32.
|
|
243
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.32.4.crt",
|
|
244
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.32.4.sig"
|
|
245
245
|
}
|
|
246
246
|
}
|