@salesforce/cli 2.104.6 → 2.105.1
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 +13 -13
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +9 -9
- 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.
|
|
28
|
+
@salesforce/cli/2.105.1 linux-x64 node-v22.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
244
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/activate.ts)_
|
|
245
245
|
|
|
246
246
|
## `sf agent create`
|
|
247
247
|
|
|
@@ -303,7 +303,7 @@ EXAMPLES
|
|
|
303
303
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
306
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/create.ts)_
|
|
307
307
|
|
|
308
308
|
## `sf agent deactivate`
|
|
309
309
|
|
|
@@ -343,7 +343,7 @@ EXAMPLES
|
|
|
343
343
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
344
344
|
```
|
|
345
345
|
|
|
346
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
346
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/deactivate.ts)_
|
|
347
347
|
|
|
348
348
|
## `sf agent generate agent-spec`
|
|
349
349
|
|
|
@@ -448,7 +448,7 @@ EXAMPLES
|
|
|
448
448
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
451
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/agent-spec.ts)_
|
|
452
452
|
|
|
453
453
|
## `sf agent generate template`
|
|
454
454
|
|
|
@@ -496,7 +496,7 @@ EXAMPLES
|
|
|
496
496
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
499
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/template.ts)_
|
|
500
500
|
|
|
501
501
|
## `sf agent generate test-spec`
|
|
502
502
|
|
|
@@ -557,7 +557,7 @@ EXAMPLES
|
|
|
557
557
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
560
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/generate/test-spec.ts)_
|
|
561
561
|
|
|
562
562
|
## `sf agent preview`
|
|
563
563
|
|
|
@@ -621,7 +621,7 @@ EXAMPLES
|
|
|
621
621
|
transcripts/my-preview
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
624
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/preview.ts)_
|
|
625
625
|
|
|
626
626
|
## `sf agent test create`
|
|
627
627
|
|
|
@@ -676,7 +676,7 @@ EXAMPLES
|
|
|
676
676
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
677
677
|
```
|
|
678
678
|
|
|
679
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
679
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/create.ts)_
|
|
680
680
|
|
|
681
681
|
## `sf agent test list`
|
|
682
682
|
|
|
@@ -711,7 +711,7 @@ EXAMPLES
|
|
|
711
711
|
$ sf agent test list --target-org my-org
|
|
712
712
|
```
|
|
713
713
|
|
|
714
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
714
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/list.ts)_
|
|
715
715
|
|
|
716
716
|
## `sf agent test results`
|
|
717
717
|
|
|
@@ -777,7 +777,7 @@ FLAG DESCRIPTIONS
|
|
|
777
777
|
expression when using custom evaluations.
|
|
778
778
|
```
|
|
779
779
|
|
|
780
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
780
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/results.ts)_
|
|
781
781
|
|
|
782
782
|
## `sf agent test resume`
|
|
783
783
|
|
|
@@ -850,7 +850,7 @@ FLAG DESCRIPTIONS
|
|
|
850
850
|
expression when using custom evaluations.
|
|
851
851
|
```
|
|
852
852
|
|
|
853
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
853
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/resume.ts)_
|
|
854
854
|
|
|
855
855
|
## `sf agent test run`
|
|
856
856
|
|
|
@@ -924,7 +924,7 @@ FLAG DESCRIPTIONS
|
|
|
924
924
|
expression when using custom evaluations.
|
|
925
925
|
```
|
|
926
926
|
|
|
927
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
927
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.7/src/commands/agent/test/run.ts)_
|
|
928
928
|
|
|
929
929
|
## `sf alias list`
|
|
930
930
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.105.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.105.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.39",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.24.
|
|
27
|
+
"@salesforce/plugin-agent": "1.24.7",
|
|
28
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.0",
|
|
@@ -4619,9 +4619,9 @@
|
|
|
4619
4619
|
"license": "BSD-3-Clause"
|
|
4620
4620
|
},
|
|
4621
4621
|
"node_modules/@salesforce/agents": {
|
|
4622
|
-
"version": "0.17.
|
|
4623
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.17.
|
|
4624
|
-
"integrity": "sha512-
|
|
4622
|
+
"version": "0.17.7",
|
|
4623
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.17.7.tgz",
|
|
4624
|
+
"integrity": "sha512-kPdc4M3n1tQGrfbt4pN3E7b0O7wV3FyZ6Wc26aKYI+rsWREzVDl4hRiRMbC3qSAQNdP+pF1E4p/Tsfjduy86Ig==",
|
|
4625
4625
|
"license": "BSD-3-Clause",
|
|
4626
4626
|
"dependencies": {
|
|
4627
4627
|
"@salesforce/core": "^8.19.1",
|
|
@@ -5033,16 +5033,16 @@
|
|
|
5033
5033
|
}
|
|
5034
5034
|
},
|
|
5035
5035
|
"node_modules/@salesforce/plugin-agent": {
|
|
5036
|
-
"version": "1.24.
|
|
5037
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
5038
|
-
"integrity": "sha512-
|
|
5036
|
+
"version": "1.24.7",
|
|
5037
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.7.tgz",
|
|
5038
|
+
"integrity": "sha512-a065R8MjtYrKeznKQCPvwFd9q9cZA1ylOa6Ja273sgfEsgOq5qVQenzyInZsN+5PqE1hOd3IzVQiYfyflxBdKg==",
|
|
5039
5039
|
"license": "BSD-3-Clause",
|
|
5040
5040
|
"dependencies": {
|
|
5041
5041
|
"@inquirer/core": "^10.1.6",
|
|
5042
5042
|
"@inquirer/prompts": "^7.8.3",
|
|
5043
5043
|
"@oclif/core": "^4",
|
|
5044
5044
|
"@oclif/multi-stage-output": "^0.8.20",
|
|
5045
|
-
"@salesforce/agents": "^0.17.
|
|
5045
|
+
"@salesforce/agents": "^0.17.6",
|
|
5046
5046
|
"@salesforce/core": "^8.18.5",
|
|
5047
5047
|
"@salesforce/kit": "^3.2.3",
|
|
5048
5048
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
package/oclif.lock
CHANGED
|
@@ -2032,10 +2032,10 @@
|
|
|
2032
2032
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
2033
2033
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
2034
2034
|
|
|
2035
|
-
"@salesforce/agents@^0.17.
|
|
2036
|
-
version "0.17.
|
|
2037
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.17.
|
|
2038
|
-
integrity sha512-
|
|
2035
|
+
"@salesforce/agents@^0.17.6":
|
|
2036
|
+
version "0.17.7"
|
|
2037
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.17.7.tgz"
|
|
2038
|
+
integrity sha512-kPdc4M3n1tQGrfbt4pN3E7b0O7wV3FyZ6Wc26aKYI+rsWREzVDl4hRiRMbC3qSAQNdP+pF1E4p/Tsfjduy86Ig==
|
|
2039
2039
|
dependencies:
|
|
2040
2040
|
"@salesforce/core" "^8.19.1"
|
|
2041
2041
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -2173,16 +2173,16 @@
|
|
|
2173
2173
|
jszip "^3.10.1"
|
|
2174
2174
|
object-treeify "^2"
|
|
2175
2175
|
|
|
2176
|
-
"@salesforce/plugin-agent@1.24.
|
|
2177
|
-
version "1.24.
|
|
2178
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.
|
|
2179
|
-
integrity sha512-
|
|
2176
|
+
"@salesforce/plugin-agent@1.24.7":
|
|
2177
|
+
version "1.24.7"
|
|
2178
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.7.tgz"
|
|
2179
|
+
integrity sha512-a065R8MjtYrKeznKQCPvwFd9q9cZA1ylOa6Ja273sgfEsgOq5qVQenzyInZsN+5PqE1hOd3IzVQiYfyflxBdKg==
|
|
2180
2180
|
dependencies:
|
|
2181
2181
|
"@inquirer/core" "^10.1.6"
|
|
2182
2182
|
"@inquirer/prompts" "^7.8.3"
|
|
2183
2183
|
"@oclif/core" "^4"
|
|
2184
2184
|
"@oclif/multi-stage-output" "^0.8.20"
|
|
2185
|
-
"@salesforce/agents" "^0.17.
|
|
2185
|
+
"@salesforce/agents" "^0.17.6"
|
|
2186
2186
|
"@salesforce/core" "^8.18.5"
|
|
2187
2187
|
"@salesforce/kit" "^3.2.3"
|
|
2188
2188
|
"@salesforce/sf-plugins-core" "^12.2.4"
|
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.
|
|
4
|
+
"version": "2.105.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@oclif/plugin-which": "3.2.39",
|
|
158
158
|
"@salesforce/core": "^8.9.1",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.24.
|
|
160
|
+
"@salesforce/plugin-agent": "1.24.7",
|
|
161
161
|
"@salesforce/plugin-apex": "3.6.19",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.0",
|