Skip to content

Commit 75a5814

Browse files
committed
chore(release): bump to 2.122.5
1 parent 7ae8a2b commit 75a5814

3 files changed

Lines changed: 23 additions & 31 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.122.4 linux-x64 node-v22.22.0
28+
@salesforce/cli/2.122.5 linux-x64 node-v22.22.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -248,7 +248,7 @@ EXAMPLES
248248
$ sf agent activate --api-name Resort_Manager --target-org my-org
249249
```
250250

251-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/activate.ts)_
251+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/activate.ts)_
252252

253253
## `sf agent create`
254254

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

318-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/create.ts)_
318+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/create.ts)_
319319

320320
## `sf agent deactivate`
321321

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

358-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/deactivate.ts)_
358+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/deactivate.ts)_
359359

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

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

465-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/generate/agent-spec.ts)_
465+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/agent-spec.ts)_
466466

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

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

531-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/generate/authoring-bundle.ts)_
531+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/authoring-bundle.ts)_
532532

533533
## `sf agent generate template`
534534

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

579-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/generate/template.ts)_
579+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/template.ts)_
580580

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

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

640-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/generate/test-spec.ts)_
640+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/generate/test-spec.ts)_
641641

642642
## `sf agent preview`
643643

@@ -710,7 +710,7 @@ EXAMPLES
710710
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
711711
```
712712

713-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/preview.ts)_
713+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/preview.ts)_
714714

715715
## `sf agent publish authoring-bundle`
716716

@@ -759,7 +759,7 @@ EXAMPLES
759759
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
760760
```
761761

762-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/publish/authoring-bundle.ts)_
762+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/publish/authoring-bundle.ts)_
763763

764764
## `sf agent test create`
765765

@@ -814,7 +814,7 @@ EXAMPLES
814814
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
815815
```
816816

817-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/create.ts)_
817+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/create.ts)_
818818

819819
## `sf agent test list`
820820

@@ -849,7 +849,7 @@ EXAMPLES
849849
$ sf agent test list --target-org my-org
850850
```
851851

852-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/list.ts)_
852+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/list.ts)_
853853

854854
## `sf agent test results`
855855

@@ -915,7 +915,7 @@ FLAG DESCRIPTIONS
915915
expression when using custom evaluations.
916916
```
917917

918-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/results.ts)_
918+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/results.ts)_
919919

920920
## `sf agent test resume`
921921

@@ -988,7 +988,7 @@ FLAG DESCRIPTIONS
988988
expression when using custom evaluations.
989989
```
990990

991-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/resume.ts)_
991+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/resume.ts)_
992992

993993
## `sf agent test run`
994994

@@ -1062,7 +1062,7 @@ FLAG DESCRIPTIONS
10621062
expression when using custom evaluations.
10631063
```
10641064

1065-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/test/run.ts)_
1065+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/run.ts)_
10661066

10671067
## `sf agent validate authoring-bundle`
10681068

@@ -1109,7 +1109,7 @@ EXAMPLES
11091109
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
11101110
```
11111111

1112-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.1/src/commands/agent/validate/authoring-bundle.ts)_
1112+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/validate/authoring-bundle.ts)_
11131113

11141114
## `sf alias list`
11151115

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.122.4",
4+
"version": "2.122.5",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -157,7 +157,7 @@
157157
"@oclif/plugin-which": "3.2.43",
158158
"@salesforce/core": "^8.25.0",
159159
"@salesforce/kit": "^3.1.6",
160-
"@salesforce/plugin-agent": "1.27.1",
160+
"@salesforce/plugin-agent": "1.27.2",
161161
"@salesforce/plugin-apex": "3.9.5",
162162
"@salesforce/plugin-api": "1.3.8",
163163
"@salesforce/plugin-auth": "4.1.4",

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -592,15 +592,7 @@
592592
"@smithy/types" "^4.12.0"
593593
tslib "^2.6.2"
594594

595-
"@aws-sdk/types@^3.222.0":
596-
version "3.973.0"
597-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.0.tgz#4e7428dbaac37797a81339f646f40f41cc22a1fe"
598-
integrity sha512-jYIdB7a7jhRTvyb378nsjyvJh1Si+zVduJ6urMNGpz8RjkmHZ+9vM2H07XaIB2Cfq0GhJRZYOfUCH8uqQhqBkQ==
599-
dependencies:
600-
"@smithy/types" "^4.12.0"
601-
tslib "^2.6.2"
602-
603-
"@aws-sdk/types@^3.973.1":
595+
"@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.1":
604596
version "3.973.1"
605597
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.1.tgz#1b2992ec6c8380c3e74c9bd2c74703e9a807d6e0"
606598
integrity sha512-DwHBiMNOB468JiX6+i34c+THsKHErYUdNQ3HexeXZvVn4zouLjgaS4FejiGSi2HyBuzuyHg7SuOPmjSvoU9NRg==
@@ -2216,10 +2208,10 @@
22162208
jszip "^3.10.1"
22172209
object-treeify "^2"
22182210

2219-
"@salesforce/plugin-agent@1.27.1":
2220-
version "1.27.1"
2221-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.27.1.tgz#27565987ccffb2e7eef94a83097680a8c485117e"
2222-
integrity sha512-R7NROqYWMUYAFl3A02rM3AmXsvXz7GvBAYKR2AogzG1VathkoX5BfYjY1p6Nn8CZHRe9A13Vj8yngj3GvrPwzw==
2211+
"@salesforce/plugin-agent@1.27.2":
2212+
version "1.27.2"
2213+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.27.2.tgz#d858d5092903a17fde47f8209ea171d685b540b2"
2214+
integrity sha512-8RWJQn7ZPNJxJBDk6W9AvbDp7Iq90DxXxX9g+6Q6J2qNQtmKEiDNCNBu8PQ1Gxt5W9eyHgYBcWI45+FbZCEidg==
22232215
dependencies:
22242216
"@inquirer/core" "^10.3.2"
22252217
"@inquirer/prompts" "^7.10.1"

0 commit comments

Comments
 (0)