Skip to content

Commit b659819

Browse files
authored
Merge pull request #2505 from salesforcecli/release/2.117.0
Release PR for 2.117.0 as nightly
2 parents 3daaca5 + 7d94910 commit b659819

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 16 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.116.6 linux-x64 node-v22.21.1
28+
@salesforce/cli/2.117.0 linux-x64 node-v22.21.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -247,7 +247,7 @@ EXAMPLES
247247
$ sf agent activate --api-name Resort_Manager --target-org my-org
248248
```
249249

250-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/activate.ts)_
250+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/activate.ts)_
251251

252252
## `sf agent create`
253253

@@ -314,7 +314,7 @@ EXAMPLES
314314
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
315315
```
316316

317-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/create.ts)_
317+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/create.ts)_
318318

319319
## `sf agent deactivate`
320320

@@ -354,7 +354,7 @@ EXAMPLES
354354
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
355355
```
356356

357-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/deactivate.ts)_
357+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/deactivate.ts)_
358358

359359
## `sf agent generate agent-spec`
360360

@@ -461,7 +461,7 @@ EXAMPLES
461461
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
462462
```
463463

464-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/agent-spec.ts)_
464+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/generate/agent-spec.ts)_
465465

466466
## `sf agent generate authoring-bundle`
467467

@@ -527,7 +527,7 @@ EXAMPLES
527527
other-package-dir/main/default --target-org my-dev-org
528528
```
529529

530-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/authoring-bundle.ts)_
530+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/generate/authoring-bundle.ts)_
531531

532532
## `sf agent generate template`
533533

@@ -575,7 +575,7 @@ EXAMPLES
575575
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
576576
```
577577

578-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/template.ts)_
578+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/generate/template.ts)_
579579

580580
## `sf agent generate test-spec`
581581

@@ -636,7 +636,7 @@ EXAMPLES
636636
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
637637
```
638638

639-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/generate/test-spec.ts)_
639+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/generate/test-spec.ts)_
640640

641641
## `sf agent preview`
642642

@@ -715,7 +715,7 @@ EXAMPLES
715715
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
716716
```
717717

718-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/preview.ts)_
718+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/preview.ts)_
719719

720720
## `sf agent publish authoring-bundle`
721721

@@ -762,7 +762,7 @@ EXAMPLES
762762
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
763763
```
764764

765-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/publish/authoring-bundle.ts)_
765+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/publish/authoring-bundle.ts)_
766766

767767
## `sf agent test create`
768768

@@ -817,7 +817,7 @@ EXAMPLES
817817
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
818818
```
819819

820-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/create.ts)_
820+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/create.ts)_
821821

822822
## `sf agent test list`
823823

@@ -852,7 +852,7 @@ EXAMPLES
852852
$ sf agent test list --target-org my-org
853853
```
854854

855-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/list.ts)_
855+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/list.ts)_
856856

857857
## `sf agent test results`
858858

@@ -918,7 +918,7 @@ FLAG DESCRIPTIONS
918918
expression when using custom evaluations.
919919
```
920920

921-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/results.ts)_
921+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/results.ts)_
922922

923923
## `sf agent test resume`
924924

@@ -991,7 +991,7 @@ FLAG DESCRIPTIONS
991991
expression when using custom evaluations.
992992
```
993993

994-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/resume.ts)_
994+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/resume.ts)_
995995

996996
## `sf agent test run`
997997

@@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS
10651065
expression when using custom evaluations.
10661066
```
10671067

1068-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/test/run.ts)_
1068+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/test/run.ts)_
10691069

10701070
## `sf agent validate authoring-bundle`
10711071

@@ -1112,7 +1112,7 @@ EXAMPLES
11121112
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11131113
```
11141114

1115-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.2/src/commands/agent/validate/authoring-bundle.ts)_
1115+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.25.3/src/commands/agent/validate/authoring-bundle.ts)_
11161116

11171117
## `sf alias list`
11181118

package.json

Lines changed: 2 additions & 2 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.116.6",
4+
"version": "2.117.0",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -157,7 +157,7 @@
157157
"@oclif/plugin-which": "3.2.42",
158158
"@salesforce/core": "^8.9.1",
159159
"@salesforce/kit": "^3.1.6",
160-
"@salesforce/plugin-agent": "1.25.2",
160+
"@salesforce/plugin-agent": "1.25.3",
161161
"@salesforce/plugin-apex": "3.9.4",
162162
"@salesforce/plugin-api": "1.3.6",
163163
"@salesforce/plugin-auth": "3.9.25",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,10 +2199,10 @@
21992199
jszip "^3.10.1"
22002200
object-treeify "^2"
22012201

2202-
"@salesforce/plugin-agent@1.25.2":
2203-
version "1.25.2"
2204-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.25.2.tgz#67db5dcdc1f4fec02f90fa79862b412b9be94539"
2205-
integrity sha512-DFF7V7r/2tyAUE3PmhmBUsDMgcASuPFt/LFM8Ih1Xfe/huvhqRUVtYM2WLrEovPgZlsoponbufxd0Uu9V3ekkw==
2202+
"@salesforce/plugin-agent@1.25.3":
2203+
version "1.25.3"
2204+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.25.3.tgz#ab12bb4c0ec5ee4ca78d8dded64d78b60245765c"
2205+
integrity sha512-gn0mi0Hnc9ggtY+ruFu6RxHDxKaaoSyOvJmsEVIjRjSPf05NFgRgck8/U9trxEMvifXD6+ponhP6PCC0OfmFmA==
22062206
dependencies:
22072207
"@inquirer/core" "^10.3.2"
22082208
"@inquirer/prompts" "^7.10.1"

0 commit comments

Comments
 (0)