Skip to content

Commit 0160e80

Browse files
authored
Merge pull request #2345 from salesforcecli/release/2.103.6
Release PR for 2.103.6 as nightly
2 parents 520f7ee + 81379a0 commit 0160e80

3 files changed

Lines changed: 57 additions & 27 deletions

File tree

README.md

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.103.5 linux-x64 node-v22.18.0
28+
@salesforce/cli/2.103.6 linux-x64 node-v22.18.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -241,7 +241,7 @@ EXAMPLES
241241
$ sf agent activate --api-name Resort_Manager --target-org my-org
242242
```
243243

244-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/activate.ts)_
244+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/activate.ts)_
245245

246246
## `sf agent create`
247247

@@ -303,7 +303,7 @@ EXAMPLES
303303
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
304304
```
305305

306-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/create.ts)_
306+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/create.ts)_
307307

308308
## `sf agent deactivate`
309309

@@ -343,7 +343,7 @@ EXAMPLES
343343
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
344344
```
345345

346-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/deactivate.ts)_
346+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/deactivate.ts)_
347347

348348
## `sf agent generate agent-spec`
349349

@@ -448,7 +448,7 @@ EXAMPLES
448448
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
449449
```
450450

451-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/generate/agent-spec.ts)_
451+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/generate/agent-spec.ts)_
452452

453453
## `sf agent generate template`
454454

@@ -496,7 +496,7 @@ EXAMPLES
496496
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
497497
```
498498

499-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/generate/template.ts)_
499+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/generate/template.ts)_
500500

501501
## `sf agent generate test-spec`
502502

@@ -557,7 +557,7 @@ EXAMPLES
557557
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
558558
```
559559

560-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/generate/test-spec.ts)_
560+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/generate/test-spec.ts)_
561561

562562
## `sf agent preview`
563563

@@ -621,7 +621,7 @@ EXAMPLES
621621
transcripts/my-preview
622622
```
623623

624-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/preview.ts)_
624+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/preview.ts)_
625625

626626
## `sf agent test create`
627627

@@ -676,7 +676,7 @@ EXAMPLES
676676
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
677677
```
678678

679-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/create.ts)_
679+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/create.ts)_
680680

681681
## `sf agent test list`
682682

@@ -711,7 +711,7 @@ EXAMPLES
711711
$ sf agent test list --target-org my-org
712712
```
713713

714-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/list.ts)_
714+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/list.ts)_
715715

716716
## `sf agent test results`
717717

@@ -720,7 +720,7 @@ Get the results of a completed agent test run.
720720
```
721721
USAGE
722722
$ sf agent test results -o <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>] [--result-format
723-
json|human|junit|tap] [-d <value>]
723+
json|human|junit|tap] [-d <value>] [--verbose]
724724
725725
FLAGS
726726
-d, --output-dir=<value> Directory to write the agent test results into.
@@ -730,6 +730,7 @@ FLAGS
730730
--api-version=<value> Override the api version used for api requests made by this command
731731
--result-format=<option> [default: human] Format of the agent test run results.
732732
<options: json|human|junit|tap>
733+
--verbose Show generated data in the test results output.
733734
734735
GLOBAL FLAGS
735736
--flags-dir=<value> Import flag values from a directory.
@@ -765,9 +766,18 @@ FLAG DESCRIPTIONS
765766
766767
If the agent test run completes, write the results to the specified directory. If the test is still running, the
767768
test results aren't written.
769+
770+
--verbose Show generated data in the test results output.
771+
772+
When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output.
773+
This is useful for debugging test failures and understanding what actions were actually invoked during the test run.
774+
775+
The generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce
776+
objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath
777+
expression when using custom evaluations.
768778
```
769779

770-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/results.ts)_
780+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/results.ts)_
771781

772782
## `sf agent test resume`
773783

@@ -776,7 +786,7 @@ Resume an agent test that you previously started in your org so you can view the
776786
```
777787
USAGE
778788
$ sf agent test resume -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-i <value>] [-r] [-w
779-
<value>] [--result-format json|human|junit|tap] [-d <value>]
789+
<value>] [--result-format json|human|junit|tap] [-d <value>] [--verbose]
780790
781791
FLAGS
782792
-d, --output-dir=<value> Directory to write the agent test results into.
@@ -789,6 +799,7 @@ FLAGS
789799
--api-version=<value> Override the api version used for api requests made by this command
790800
--result-format=<option> [default: human] Format of the agent test run results.
791801
<options: json|human|junit|tap>
802+
--verbose Show generated data in the test results output.
792803
793804
GLOBAL FLAGS
794805
--flags-dir=<value> Import flag values from a directory.
@@ -828,9 +839,18 @@ FLAG DESCRIPTIONS
828839
829840
If the agent test run completes, write the results to the specified directory. If the test is still running, the
830841
test results aren't written.
842+
843+
--verbose Show generated data in the test results output.
844+
845+
When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output.
846+
This is useful for debugging test failures and understanding what actions were actually invoked during the test run.
847+
848+
The generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce
849+
objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath
850+
expression when using custom evaluations.
831851
```
832852

833-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/resume.ts)_
853+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/resume.ts)_
834854

835855
## `sf agent test run`
836856

@@ -839,7 +859,7 @@ Start an agent test in your org.
839859
```
840860
USAGE
841861
$ sf agent test run -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-n <value>] [-w <value>]
842-
[--result-format json|human|junit|tap] [-d <value>]
862+
[--result-format json|human|junit|tap] [-d <value>] [--verbose]
843863
844864
FLAGS
845865
-d, --output-dir=<value> Directory to write the agent test results into.
@@ -852,6 +872,7 @@ FLAGS
852872
--api-version=<value> Override the api version used for api requests made by this command
853873
--result-format=<option> [default: human] Format of the agent test run results.
854874
<options: json|human|junit|tap>
875+
--verbose Show generated data in the test results output.
855876
856877
GLOBAL FLAGS
857878
--flags-dir=<value> Import flag values from a directory.
@@ -892,9 +913,18 @@ FLAG DESCRIPTIONS
892913
893914
If the agent test run completes, write the results to the specified directory. If the test is still running, the
894915
test results aren't written.
916+
917+
--verbose Show generated data in the test results output.
918+
919+
When enabled, includes detailed generated data (such as invoked actions) in the human-readable test results output.
920+
This is useful for debugging test failures and understanding what actions were actually invoked during the test run.
921+
922+
The generated data is in JSON format and includes the Apex classes or Flows that were invoked, the Salesforce
923+
objects that were touched, and so on. Use the JSON structure of this information to build the test case JSONPath
924+
expression when using custom evaluations.
895925
```
896926

897-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/run.ts)_
927+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.4/src/commands/agent/test/run.ts)_
898928

899929
## `sf alias list`
900930

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.103.5",
4+
"version": "2.103.6",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -157,7 +157,7 @@
157157
"@oclif/plugin-which": "3.2.39",
158158
"@salesforce/core": "^8.9.1",
159159
"@salesforce/kit": "^3.1.6",
160-
"@salesforce/plugin-agent": "1.24.3",
160+
"@salesforce/plugin-agent": "1.24.4",
161161
"@salesforce/plugin-apex": "3.6.19",
162162
"@salesforce/plugin-api": "1.3.3",
163163
"@salesforce/plugin-auth": "3.8.1",
@@ -171,7 +171,7 @@
171171
"@salesforce/plugin-schema": "3.3.78",
172172
"@salesforce/plugin-settings": "2.4.42",
173173
"@salesforce/plugin-sobject": "1.4.68",
174-
"@salesforce/plugin-telemetry": "3.6.54",
174+
"@salesforce/plugin-telemetry": "3.6.55",
175175
"@salesforce/plugin-templates": "56.3.60",
176176
"@salesforce/plugin-trust": "3.7.113",
177177
"@salesforce/plugin-user": "3.6.34",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,10 +2158,10 @@
21582158
jszip "^3.10.1"
21592159
object-treeify "^2"
21602160

2161-
"@salesforce/plugin-agent@1.24.3":
2162-
version "1.24.3"
2163-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.3.tgz#0cec52d347807884a8fece3182c22dc5e415b4a6"
2164-
integrity sha512-ck2cOVvnaUuuukajUkBvxgAHy53lYbzCxMXr6m1L99ZRYO9l44tosvUfJMkBb4xKBgDrOWtLZtZd7ddwutDPfw==
2161+
"@salesforce/plugin-agent@1.24.4":
2162+
version "1.24.4"
2163+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.24.4.tgz#5114327969fd0ea9691bb65a298e9773c717c3ba"
2164+
integrity sha512-DrZ3bBUyOOlrrHqN8YBJlVfBW0JVDPOt5N7Zzjux5z84K8EfoO0rVAoFCfPXlNtAQwI2WaXZWEVMDTigcv0h3g==
21652165
dependencies:
21662166
"@inquirer/core" "^10.1.6"
21672167
"@inquirer/prompts" "^7.2.0"
@@ -2403,10 +2403,10 @@
24032403
fast-xml-parser "^4.5.3"
24042404
js2xmlparser "^4.0.2"
24052405

2406-
"@salesforce/plugin-telemetry@3.6.54":
2407-
version "3.6.54"
2408-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.54.tgz#14774e29e78dd816bddf89fb8a7349778a1e1e57"
2409-
integrity sha512-YNSshwHXpln2impiDLd7sfjBSl1NnADSYXiafJiPjr67Zb5lbl9Pc3uFSQCCWPcwA0Fk9X8tc4kpKsJc3wbPXA==
2406+
"@salesforce/plugin-telemetry@3.6.55":
2407+
version "3.6.55"
2408+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.55.tgz#574c03a11dc5f37cb20ade29d8a254a1686d2849"
2409+
integrity sha512-n5mpUxtS8ti8AXsX8LNxYc4gPl5ljn9KVS72Hd8ZUAMk9W9Atw/foZu6D2hAICGBzC2qdEXlmPWPbMPzGyIO7Q==
24102410
dependencies:
24112411
"@oclif/core" "^4.5.2"
24122412
"@salesforce/core" "^8.15.0"

0 commit comments

Comments
 (0)