@salesforce/cli 2.118.1 → 2.118.2
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 +16 -16
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.118.
|
|
28
|
+
@salesforce/cli/2.118.2 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -247,7 +247,7 @@ EXAMPLES
|
|
|
247
247
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
250
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/activate.ts)_
|
|
251
251
|
|
|
252
252
|
## `sf agent create`
|
|
253
253
|
|
|
@@ -314,7 +314,7 @@ EXAMPLES
|
|
|
314
314
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
317
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/create.ts)_
|
|
318
318
|
|
|
319
319
|
## `sf agent deactivate`
|
|
320
320
|
|
|
@@ -354,7 +354,7 @@ EXAMPLES
|
|
|
354
354
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
357
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/deactivate.ts)_
|
|
358
358
|
|
|
359
359
|
## `sf agent generate agent-spec`
|
|
360
360
|
|
|
@@ -461,7 +461,7 @@ EXAMPLES
|
|
|
461
461
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
464
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/agent-spec.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf agent generate authoring-bundle`
|
|
467
467
|
|
|
@@ -527,7 +527,7 @@ EXAMPLES
|
|
|
527
527
|
other-package-dir/main/default --target-org my-dev-org
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
530
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/authoring-bundle.ts)_
|
|
531
531
|
|
|
532
532
|
## `sf agent generate template`
|
|
533
533
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
578
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/template.ts)_
|
|
579
579
|
|
|
580
580
|
## `sf agent generate test-spec`
|
|
581
581
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
639
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/generate/test-spec.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf agent preview`
|
|
642
642
|
|
|
@@ -715,7 +715,7 @@ EXAMPLES
|
|
|
715
715
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
718
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/preview.ts)_
|
|
719
719
|
|
|
720
720
|
## `sf agent publish authoring-bundle`
|
|
721
721
|
|
|
@@ -762,7 +762,7 @@ EXAMPLES
|
|
|
762
762
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
765
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/publish/authoring-bundle.ts)_
|
|
766
766
|
|
|
767
767
|
## `sf agent test create`
|
|
768
768
|
|
|
@@ -817,7 +817,7 @@ EXAMPLES
|
|
|
817
817
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
820
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/create.ts)_
|
|
821
821
|
|
|
822
822
|
## `sf agent test list`
|
|
823
823
|
|
|
@@ -852,7 +852,7 @@ EXAMPLES
|
|
|
852
852
|
$ sf agent test list --target-org my-org
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
855
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/list.ts)_
|
|
856
856
|
|
|
857
857
|
## `sf agent test results`
|
|
858
858
|
|
|
@@ -918,7 +918,7 @@ FLAG DESCRIPTIONS
|
|
|
918
918
|
expression when using custom evaluations.
|
|
919
919
|
```
|
|
920
920
|
|
|
921
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
921
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/results.ts)_
|
|
922
922
|
|
|
923
923
|
## `sf agent test resume`
|
|
924
924
|
|
|
@@ -991,7 +991,7 @@ FLAG DESCRIPTIONS
|
|
|
991
991
|
expression when using custom evaluations.
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
994
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/resume.ts)_
|
|
995
995
|
|
|
996
996
|
## `sf agent test run`
|
|
997
997
|
|
|
@@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS
|
|
|
1065
1065
|
expression when using custom evaluations.
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1068
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/test/run.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `sf agent validate authoring-bundle`
|
|
1071
1071
|
|
|
@@ -1112,7 +1112,7 @@ EXAMPLES
|
|
|
1112
1112
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1113
1113
|
```
|
|
1114
1114
|
|
|
1115
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1115
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.1/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1116
1116
|
|
|
1117
1117
|
## `sf alias list`
|
|
1118
1118
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.118.
|
|
3
|
+
"version": "2.118.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.118.
|
|
9
|
+
"version": "2.118.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.42",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.26.
|
|
27
|
+
"@salesforce/plugin-agent": "1.26.1",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.5",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.6",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.26",
|
|
@@ -5066,9 +5066,9 @@
|
|
|
5066
5066
|
}
|
|
5067
5067
|
},
|
|
5068
5068
|
"node_modules/@salesforce/plugin-agent": {
|
|
5069
|
-
"version": "1.26.
|
|
5070
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.
|
|
5071
|
-
"integrity": "sha512-
|
|
5069
|
+
"version": "1.26.1",
|
|
5070
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.1.tgz",
|
|
5071
|
+
"integrity": "sha512-K+qQl+Ts5UhwM4yNsF7q/RXuu2o5aTlUy80jmsAYp/eA4G9/hB4x67MGEZR6XG1xMZdvOy/SXWA2MrU8jGjZtw==",
|
|
5072
5072
|
"license": "Apache-2.0",
|
|
5073
5073
|
"dependencies": {
|
|
5074
5074
|
"@inquirer/core": "^10.3.2",
|
package/oclif.lock
CHANGED
|
@@ -2206,10 +2206,10 @@
|
|
|
2206
2206
|
jszip "^3.10.1"
|
|
2207
2207
|
object-treeify "^2"
|
|
2208
2208
|
|
|
2209
|
-
"@salesforce/plugin-agent@1.26.
|
|
2210
|
-
version "1.26.
|
|
2211
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.
|
|
2212
|
-
integrity sha512-
|
|
2209
|
+
"@salesforce/plugin-agent@1.26.1":
|
|
2210
|
+
version "1.26.1"
|
|
2211
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.1.tgz"
|
|
2212
|
+
integrity sha512-K+qQl+Ts5UhwM4yNsF7q/RXuu2o5aTlUy80jmsAYp/eA4G9/hB4x67MGEZR6XG1xMZdvOy/SXWA2MrU8jGjZtw==
|
|
2213
2213
|
dependencies:
|
|
2214
2214
|
"@inquirer/core" "^10.3.2"
|
|
2215
2215
|
"@inquirer/prompts" "^7.10.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.118.
|
|
4
|
+
"version": "2.118.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@oclif/plugin-which": "3.2.42",
|
|
158
158
|
"@salesforce/core": "^8.9.1",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.26.
|
|
160
|
+
"@salesforce/plugin-agent": "1.26.1",
|
|
161
161
|
"@salesforce/plugin-apex": "3.9.5",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.6",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.26",
|