Skip to content

Commit a46a541

Browse files
authored
Merge pull request #2644 from salesforcecli/release/2.128.5
Release PR for 2.128.5 as nightly
2 parents e0b76be + 0183c30 commit a46a541

3 files changed

Lines changed: 39 additions & 39 deletions

File tree

README.md

Lines changed: 24 additions & 24 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.128.4 linux-x64 node-v22.22.1
28+
@salesforce/cli/2.128.5 linux-x64 node-v22.22.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -264,7 +264,7 @@ EXAMPLES
264264
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
265265
```
266266

267-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/activate.ts)_
267+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/activate.ts)_
268268

269269
## `sf agent create`
270270

@@ -331,7 +331,7 @@ EXAMPLES
331331
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
332332
```
333333

334-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/create.ts)_
334+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/create.ts)_
335335

336336
## `sf agent deactivate`
337337

@@ -372,7 +372,7 @@ EXAMPLES
372372
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
373373
```
374374

375-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/deactivate.ts)_
375+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/deactivate.ts)_
376376

377377
## `sf agent generate agent-spec`
378378

@@ -479,7 +479,7 @@ EXAMPLES
479479
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
480480
```
481481

482-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/agent-spec.ts)_
482+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/agent-spec.ts)_
483483

484484
## `sf agent generate authoring-bundle`
485485

@@ -556,7 +556,7 @@ EXAMPLES
556556
other-package-dir/main/default --target-org my-dev-org
557557
```
558558

559-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/authoring-bundle.ts)_
559+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/authoring-bundle.ts)_
560560

561561
## `sf agent generate template`
562562

@@ -604,7 +604,7 @@ EXAMPLES
604604
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
605605
```
606606

607-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/template.ts)_
607+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/template.ts)_
608608

609609
## `sf agent generate test-spec`
610610

@@ -669,7 +669,7 @@ EXAMPLES
669669
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
670670
```
671671

672-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/generate/test-spec.ts)_
672+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/test-spec.ts)_
673673

674674
## `sf agent preview`
675675

@@ -742,7 +742,7 @@ EXAMPLES
742742
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
743743
```
744744

745-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview.ts)_
745+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview.ts)_
746746

747747
## `sf agent preview end`
748748

@@ -797,7 +797,7 @@ EXAMPLES
797797
$ sf agent preview end --authoring-bundle My_Local_Agent
798798
```
799799

800-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/end.ts)_
800+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/end.ts)_
801801

802802
## `sf agent preview send`
803803

@@ -855,7 +855,7 @@ EXAMPLES
855855
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
856856
```
857857

858-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/send.ts)_
858+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/send.ts)_
859859

860860
## `sf agent preview sessions`
861861

@@ -888,7 +888,7 @@ EXAMPLES
888888
$ sf agent preview sessions
889889
```
890890

891-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/sessions.ts)_
891+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/sessions.ts)_
892892

893893
## `sf agent preview start`
894894

@@ -945,7 +945,7 @@ EXAMPLES
945945
$ sf agent preview start --api-name My_Published_Agent
946946
```
947947

948-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/preview/start.ts)_
948+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/start.ts)_
949949

950950
## `sf agent publish authoring-bundle`
951951

@@ -994,7 +994,7 @@ EXAMPLES
994994
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
995995
```
996996

997-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/publish/authoring-bundle.ts)_
997+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/publish/authoring-bundle.ts)_
998998

999999
## `sf agent test create`
10001000

@@ -1049,7 +1049,7 @@ EXAMPLES
10491049
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
10501050
```
10511051

1052-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/create.ts)_
1052+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/create.ts)_
10531053

10541054
## `sf agent test list`
10551055

@@ -1084,7 +1084,7 @@ EXAMPLES
10841084
$ sf agent test list --target-org my-org
10851085
```
10861086

1087-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/list.ts)_
1087+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/list.ts)_
10881088

10891089
## `sf agent test results`
10901090

@@ -1150,7 +1150,7 @@ FLAG DESCRIPTIONS
11501150
expression when using custom evaluations.
11511151
```
11521152

1153-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/results.ts)_
1153+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/results.ts)_
11541154

11551155
## `sf agent test resume`
11561156

@@ -1223,7 +1223,7 @@ FLAG DESCRIPTIONS
12231223
expression when using custom evaluations.
12241224
```
12251225

1226-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/resume.ts)_
1226+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/resume.ts)_
12271227

12281228
## `sf agent test run`
12291229

@@ -1297,7 +1297,7 @@ FLAG DESCRIPTIONS
12971297
expression when using custom evaluations.
12981298
```
12991299

1300-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/test/run.ts)_
1300+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/run.ts)_
13011301

13021302
## `sf agent validate authoring-bundle`
13031303

@@ -1344,7 +1344,7 @@ EXAMPLES
13441344
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
13451345
```
13461346

1347-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.3/src/commands/agent/validate/authoring-bundle.ts)_
1347+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/validate/authoring-bundle.ts)_
13481348

13491349
## `sf alias list`
13501350

@@ -9396,7 +9396,7 @@ FLAG DESCRIPTIONS
93969396
If you don't specify this flag, the command prompts you to choose from your local objects.
93979397
```
93989398

9399-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/field.ts)_
9399+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/field.ts)_
94009400

94019401
## `sf schema generate platformevent`
94029402

@@ -9428,7 +9428,7 @@ EXAMPLES
94289428
$ sf schema generate platformevent --label "My Platform Event"
94299429
```
94309430

9431-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/platformevent.ts)_
9431+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/platformevent.ts)_
94329432

94339433
## `sf schema generate sobject`
94349434

@@ -9485,7 +9485,7 @@ FLAG DESCRIPTIONS
94859485
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
94869486
```
94879487

9488-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/sobject.ts)_
9488+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/sobject.ts)_
94899489

94909490
## `sf schema generate tab`
94919491

@@ -9533,7 +9533,7 @@ FLAG DESCRIPTIONS
95339533
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
95349534
```
95359535

9536-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.85/src/commands/schema/generate/tab.ts)_
9536+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/tab.ts)_
95379537

95389538
## `sf search`
95399539

package.json

Lines changed: 4 additions & 4 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.128.4",
4+
"version": "2.128.5",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -78,7 +78,7 @@
7878
"jitPlugins": {
7979
"@salesforce/plugin-code-analyzer": "5.10.2",
8080
"@salesforce/plugin-community": "3.3.48",
81-
"@salesforce/plugin-custom-metadata": "3.3.83",
81+
"@salesforce/plugin-custom-metadata": "3.3.84",
8282
"@salesforce/plugin-dev": "2.5.2",
8383
"@salesforce/plugin-devops-center": "1.2.27",
8484
"@salesforce/plugin-flow": "1.0.5",
@@ -158,7 +158,7 @@
158158
"@oclif/plugin-which": "3.2.44",
159159
"@salesforce/core": "^8.25.0",
160160
"@salesforce/kit": "^3.1.6",
161-
"@salesforce/plugin-agent": "1.32.3",
161+
"@salesforce/plugin-agent": "1.32.4",
162162
"@salesforce/plugin-apex": "3.9.13",
163163
"@salesforce/plugin-api": "1.3.11",
164164
"@salesforce/plugin-auth": "4.3.1",
@@ -171,7 +171,7 @@
171171
"@salesforce/plugin-packaging": "2.25.10",
172172
"@salesforce/plugin-schema": "3.3.98",
173173
"@salesforce/plugin-settings": "2.4.60",
174-
"@salesforce/plugin-sobject": "1.4.85",
174+
"@salesforce/plugin-sobject": "1.4.86",
175175
"@salesforce/plugin-telemetry": "3.8.3",
176176
"@salesforce/plugin-templates": "56.10.7",
177177
"@salesforce/plugin-trust": "3.7.114",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,10 +2156,10 @@
21562156
jszip "^3.10.1"
21572157
object-treeify "^2"
21582158

2159-
"@salesforce/plugin-agent@1.32.3":
2160-
version "1.32.3"
2161-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.32.3.tgz#1b9976564082f939bbf1a22cdbe5a8f61735ab75"
2162-
integrity sha512-WBDrckQoZlJ42X8l5qujLYckXV3QxyoWRTfwtOIBJ4zJz5hiGZVrk8udgofQy5thiEHka2H1+ZRoo9a81iFBEA==
2159+
"@salesforce/plugin-agent@1.32.4":
2160+
version "1.32.4"
2161+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz#566688ea0b90149d1bb9797f12b92a95e2191652"
2162+
integrity sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==
21632163
dependencies:
21642164
"@inquirer/core" "^10.3.2"
21652165
"@inquirer/prompts" "^7.10.1"
@@ -2172,7 +2172,7 @@
21722172
"@salesforce/source-deploy-retrieve" "^12.31.14"
21732173
"@salesforce/types" "^1.6.0"
21742174
ansis "^3.3.2"
2175-
fast-xml-parser "^5.5.5"
2175+
fast-xml-parser "^5.5.6"
21762176
glob "^11.0.3"
21772177
ink "5.0.1"
21782178
ink-text-input "^6.0.0"
@@ -2388,10 +2388,10 @@
23882388
"@salesforce/sf-plugins-core" "^12.2.6"
23892389
fast-levenshtein "^3.0.0"
23902390

2391-
"@salesforce/plugin-sobject@1.4.85":
2392-
version "1.4.85"
2393-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.85.tgz#829dad51b6f12fddd16a5da129e8f6b79e74c26d"
2394-
integrity sha512-vfI0rwOTGrOz6gExV86ZrK0RdwWPRpR6lo00VqceH3KnMYPlkbKi8b3UWsQqru8cGUIN0mPY7e+7qdZaYKmyzg==
2391+
"@salesforce/plugin-sobject@1.4.86":
2392+
version "1.4.86"
2393+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-1.4.86.tgz#a87b7ca1c98319cda9525a77bfaa1d14ddf03b66"
2394+
integrity sha512-hU95LU3Ekc6yzXFQUFKcO8DUvUF4wO9gTC6j7U+YCsFkdyz1eR5zXyfhkemzxlDZKHgay/vGSWrwYUElu8krIA==
23952395
dependencies:
23962396
"@inquirer/confirm" "^3.2.0"
23972397
"@inquirer/input" "^2.3.0"
@@ -2401,7 +2401,7 @@
24012401
"@salesforce/kit" "^3.2.4"
24022402
"@salesforce/sf-plugins-core" "^11.3.12"
24032403
fast-glob "^3.3.3"
2404-
fast-xml-parser "^5.3.8"
2404+
fast-xml-parser "^5.5.6"
24052405
js2xmlparser "^4.0.2"
24062406

24072407
"@salesforce/plugin-telemetry@3.8.3":
@@ -5869,7 +5869,7 @@ fast-xml-parser@5.4.1:
58695869
fast-xml-builder "^1.0.0"
58705870
strnum "^2.1.2"
58715871

5872-
fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.5:
5872+
fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6:
58735873
version "5.5.6"
58745874
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz#6fc61f5ae06a55a1f058abd6a4f4b5d3e9972cd0"
58755875
integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==

0 commit comments

Comments
 (0)