@salesforce/cli 2.100.1 → 2.100.3
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 +11 -11
- 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.100.
|
|
28
|
+
@salesforce/cli/2.100.3 linux-x64 node-v22.17.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
265
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/create.ts)_
|
|
266
266
|
|
|
267
267
|
## `sf agent generate agent-spec`
|
|
268
268
|
|
|
@@ -367,7 +367,7 @@ EXAMPLES
|
|
|
367
367
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
370
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/generate/agent-spec.ts)_
|
|
371
371
|
|
|
372
372
|
## `sf agent generate template`
|
|
373
373
|
|
|
@@ -415,7 +415,7 @@ EXAMPLES
|
|
|
415
415
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
418
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/generate/template.ts)_
|
|
419
419
|
|
|
420
420
|
## `sf agent generate test-spec`
|
|
421
421
|
|
|
@@ -473,7 +473,7 @@ EXAMPLES
|
|
|
473
473
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
476
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/generate/test-spec.ts)_
|
|
477
477
|
|
|
478
478
|
## `sf agent preview`
|
|
479
479
|
|
|
@@ -536,7 +536,7 @@ EXAMPLES
|
|
|
536
536
|
transcripts/my-preview
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
539
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/preview.ts)_
|
|
540
540
|
|
|
541
541
|
## `sf agent test create`
|
|
542
542
|
|
|
@@ -591,7 +591,7 @@ EXAMPLES
|
|
|
591
591
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
594
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/create.ts)_
|
|
595
595
|
|
|
596
596
|
## `sf agent test list`
|
|
597
597
|
|
|
@@ -626,7 +626,7 @@ EXAMPLES
|
|
|
626
626
|
$ sf agent test list --target-org my-org
|
|
627
627
|
```
|
|
628
628
|
|
|
629
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
629
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/list.ts)_
|
|
630
630
|
|
|
631
631
|
## `sf agent test results`
|
|
632
632
|
|
|
@@ -682,7 +682,7 @@ FLAG DESCRIPTIONS
|
|
|
682
682
|
test results aren't written.
|
|
683
683
|
```
|
|
684
684
|
|
|
685
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
685
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/results.ts)_
|
|
686
686
|
|
|
687
687
|
## `sf agent test resume`
|
|
688
688
|
|
|
@@ -745,7 +745,7 @@ FLAG DESCRIPTIONS
|
|
|
745
745
|
test results aren't written.
|
|
746
746
|
```
|
|
747
747
|
|
|
748
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
748
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/resume.ts)_
|
|
749
749
|
|
|
750
750
|
## `sf agent test run`
|
|
751
751
|
|
|
@@ -809,7 +809,7 @@ FLAG DESCRIPTIONS
|
|
|
809
809
|
test results aren't written.
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.
|
|
812
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.7/src/commands/agent/test/run.ts)_
|
|
813
813
|
|
|
814
814
|
## `sf alias list`
|
|
815
815
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.100.
|
|
3
|
+
"version": "2.100.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.100.
|
|
9
|
+
"version": "2.100.3",
|
|
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.23.
|
|
27
|
+
"@salesforce/plugin-agent": "1.23.7",
|
|
28
28
|
"@salesforce/plugin-apex": "3.6.19",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.7.14",
|
|
@@ -4860,9 +4860,9 @@
|
|
|
4860
4860
|
}
|
|
4861
4861
|
},
|
|
4862
4862
|
"node_modules/@salesforce/plugin-agent": {
|
|
4863
|
-
"version": "1.23.
|
|
4864
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.
|
|
4865
|
-
"integrity": "sha512-
|
|
4863
|
+
"version": "1.23.7",
|
|
4864
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.7.tgz",
|
|
4865
|
+
"integrity": "sha512-nWOyR76lxf9njVU7JWjWuufUTsJTyrm5M/pKazmAHq8wUpVWPt9sLBKHCaj0X18o2VMjE/lbT0/9fjygH7JuFg==",
|
|
4866
4866
|
"license": "BSD-3-Clause",
|
|
4867
4867
|
"dependencies": {
|
|
4868
4868
|
"@inquirer/core": "^10.1.6",
|
package/oclif.lock
CHANGED
|
@@ -2113,10 +2113,10 @@
|
|
|
2113
2113
|
jszip "^3.10.1"
|
|
2114
2114
|
object-treeify "^2"
|
|
2115
2115
|
|
|
2116
|
-
"@salesforce/plugin-agent@1.23.
|
|
2117
|
-
version "1.23.
|
|
2118
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.
|
|
2119
|
-
integrity sha512-
|
|
2116
|
+
"@salesforce/plugin-agent@1.23.7":
|
|
2117
|
+
version "1.23.7"
|
|
2118
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.7.tgz"
|
|
2119
|
+
integrity sha512-nWOyR76lxf9njVU7JWjWuufUTsJTyrm5M/pKazmAHq8wUpVWPt9sLBKHCaj0X18o2VMjE/lbT0/9fjygH7JuFg==
|
|
2120
2120
|
dependencies:
|
|
2121
2121
|
"@inquirer/core" "^10.1.6"
|
|
2122
2122
|
"@inquirer/prompts" "^7.2.0"
|
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.100.
|
|
4
|
+
"version": "2.100.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@oclif/plugin-which": "3.2.39",
|
|
159
159
|
"@salesforce/core": "^8.9.1",
|
|
160
160
|
"@salesforce/kit": "^3.1.6",
|
|
161
|
-
"@salesforce/plugin-agent": "1.23.
|
|
161
|
+
"@salesforce/plugin-agent": "1.23.7",
|
|
162
162
|
"@salesforce/plugin-apex": "3.6.19",
|
|
163
163
|
"@salesforce/plugin-api": "1.3.3",
|
|
164
164
|
"@salesforce/plugin-auth": "3.7.14",
|