@salesforce/cli 2.128.4 → 2.128.5
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 +24 -24
- package/npm-shrinkwrap.json +12 -12
- package/oclif.lock +11 -11
- package/oclif.manifest.json +247 -1
- package/package.json +5 -4
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.128.
|
|
28
|
+
@salesforce/cli/2.128.5 linux-x64 node-v22.22.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -264,7 +264,7 @@ EXAMPLES
|
|
|
264
264
|
$ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
267
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/activate.ts)_
|
|
268
268
|
|
|
269
269
|
## `sf agent create`
|
|
270
270
|
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
|
331
331
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
334
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/create.ts)_
|
|
335
335
|
|
|
336
336
|
## `sf agent deactivate`
|
|
337
337
|
|
|
@@ -372,7 +372,7 @@ EXAMPLES
|
|
|
372
372
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
375
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/deactivate.ts)_
|
|
376
376
|
|
|
377
377
|
## `sf agent generate agent-spec`
|
|
378
378
|
|
|
@@ -479,7 +479,7 @@ EXAMPLES
|
|
|
479
479
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
482
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/agent-spec.ts)_
|
|
483
483
|
|
|
484
484
|
## `sf agent generate authoring-bundle`
|
|
485
485
|
|
|
@@ -556,7 +556,7 @@ EXAMPLES
|
|
|
556
556
|
other-package-dir/main/default --target-org my-dev-org
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
559
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/authoring-bundle.ts)_
|
|
560
560
|
|
|
561
561
|
## `sf agent generate template`
|
|
562
562
|
|
|
@@ -604,7 +604,7 @@ EXAMPLES
|
|
|
604
604
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
605
605
|
```
|
|
606
606
|
|
|
607
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
607
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/template.ts)_
|
|
608
608
|
|
|
609
609
|
## `sf agent generate test-spec`
|
|
610
610
|
|
|
@@ -669,7 +669,7 @@ EXAMPLES
|
|
|
669
669
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
672
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/test-spec.ts)_
|
|
673
673
|
|
|
674
674
|
## `sf agent preview`
|
|
675
675
|
|
|
@@ -742,7 +742,7 @@ EXAMPLES
|
|
|
742
742
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
743
743
|
```
|
|
744
744
|
|
|
745
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
745
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview.ts)_
|
|
746
746
|
|
|
747
747
|
## `sf agent preview end`
|
|
748
748
|
|
|
@@ -797,7 +797,7 @@ EXAMPLES
|
|
|
797
797
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
800
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/end.ts)_
|
|
801
801
|
|
|
802
802
|
## `sf agent preview send`
|
|
803
803
|
|
|
@@ -855,7 +855,7 @@ EXAMPLES
|
|
|
855
855
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
856
856
|
```
|
|
857
857
|
|
|
858
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
858
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/send.ts)_
|
|
859
859
|
|
|
860
860
|
## `sf agent preview sessions`
|
|
861
861
|
|
|
@@ -888,7 +888,7 @@ EXAMPLES
|
|
|
888
888
|
$ sf agent preview sessions
|
|
889
889
|
```
|
|
890
890
|
|
|
891
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
891
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/sessions.ts)_
|
|
892
892
|
|
|
893
893
|
## `sf agent preview start`
|
|
894
894
|
|
|
@@ -945,7 +945,7 @@ EXAMPLES
|
|
|
945
945
|
$ sf agent preview start --api-name My_Published_Agent
|
|
946
946
|
```
|
|
947
947
|
|
|
948
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
948
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/start.ts)_
|
|
949
949
|
|
|
950
950
|
## `sf agent publish authoring-bundle`
|
|
951
951
|
|
|
@@ -994,7 +994,7 @@ EXAMPLES
|
|
|
994
994
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
995
995
|
```
|
|
996
996
|
|
|
997
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
997
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/publish/authoring-bundle.ts)_
|
|
998
998
|
|
|
999
999
|
## `sf agent test create`
|
|
1000
1000
|
|
|
@@ -1049,7 +1049,7 @@ EXAMPLES
|
|
|
1049
1049
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
1050
1050
|
```
|
|
1051
1051
|
|
|
1052
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1052
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/create.ts)_
|
|
1053
1053
|
|
|
1054
1054
|
## `sf agent test list`
|
|
1055
1055
|
|
|
@@ -1084,7 +1084,7 @@ EXAMPLES
|
|
|
1084
1084
|
$ sf agent test list --target-org my-org
|
|
1085
1085
|
```
|
|
1086
1086
|
|
|
1087
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1087
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/list.ts)_
|
|
1088
1088
|
|
|
1089
1089
|
## `sf agent test results`
|
|
1090
1090
|
|
|
@@ -1150,7 +1150,7 @@ FLAG DESCRIPTIONS
|
|
|
1150
1150
|
expression when using custom evaluations.
|
|
1151
1151
|
```
|
|
1152
1152
|
|
|
1153
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1153
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/results.ts)_
|
|
1154
1154
|
|
|
1155
1155
|
## `sf agent test resume`
|
|
1156
1156
|
|
|
@@ -1223,7 +1223,7 @@ FLAG DESCRIPTIONS
|
|
|
1223
1223
|
expression when using custom evaluations.
|
|
1224
1224
|
```
|
|
1225
1225
|
|
|
1226
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1226
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/resume.ts)_
|
|
1227
1227
|
|
|
1228
1228
|
## `sf agent test run`
|
|
1229
1229
|
|
|
@@ -1297,7 +1297,7 @@ FLAG DESCRIPTIONS
|
|
|
1297
1297
|
expression when using custom evaluations.
|
|
1298
1298
|
```
|
|
1299
1299
|
|
|
1300
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1300
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/run.ts)_
|
|
1301
1301
|
|
|
1302
1302
|
## `sf agent validate authoring-bundle`
|
|
1303
1303
|
|
|
@@ -1344,7 +1344,7 @@ EXAMPLES
|
|
|
1344
1344
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1345
1345
|
```
|
|
1346
1346
|
|
|
1347
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1347
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1348
1348
|
|
|
1349
1349
|
## `sf alias list`
|
|
1350
1350
|
|
|
@@ -9396,7 +9396,7 @@ FLAG DESCRIPTIONS
|
|
|
9396
9396
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9397
9397
|
```
|
|
9398
9398
|
|
|
9399
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9399
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/field.ts)_
|
|
9400
9400
|
|
|
9401
9401
|
## `sf schema generate platformevent`
|
|
9402
9402
|
|
|
@@ -9428,7 +9428,7 @@ EXAMPLES
|
|
|
9428
9428
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9429
9429
|
```
|
|
9430
9430
|
|
|
9431
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9431
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/platformevent.ts)_
|
|
9432
9432
|
|
|
9433
9433
|
## `sf schema generate sobject`
|
|
9434
9434
|
|
|
@@ -9485,7 +9485,7 @@ FLAG DESCRIPTIONS
|
|
|
9485
9485
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9486
9486
|
```
|
|
9487
9487
|
|
|
9488
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9488
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/sobject.ts)_
|
|
9489
9489
|
|
|
9490
9490
|
## `sf schema generate tab`
|
|
9491
9491
|
|
|
@@ -9533,7 +9533,7 @@ FLAG DESCRIPTIONS
|
|
|
9533
9533
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9534
9534
|
```
|
|
9535
9535
|
|
|
9536
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9536
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/tab.ts)_
|
|
9537
9537
|
|
|
9538
9538
|
## `sf search`
|
|
9539
9539
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.128.
|
|
3
|
+
"version": "2.128.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.128.
|
|
9
|
+
"version": "2.128.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.44",
|
|
25
25
|
"@salesforce/core": "^8.25.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.32.
|
|
27
|
+
"@salesforce/plugin-agent": "1.32.4",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.13",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.11",
|
|
30
30
|
"@salesforce/plugin-auth": "4.3.1",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@salesforce/plugin-packaging": "2.25.10",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.98",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.60",
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.86",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.3",
|
|
42
42
|
"@salesforce/plugin-templates": "56.10.7",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.114",
|
|
@@ -5039,9 +5039,9 @@
|
|
|
5039
5039
|
}
|
|
5040
5040
|
},
|
|
5041
5041
|
"node_modules/@salesforce/plugin-agent": {
|
|
5042
|
-
"version": "1.32.
|
|
5043
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.
|
|
5044
|
-
"integrity": "sha512-
|
|
5042
|
+
"version": "1.32.4",
|
|
5043
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz",
|
|
5044
|
+
"integrity": "sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==",
|
|
5045
5045
|
"license": "Apache-2.0",
|
|
5046
5046
|
"dependencies": {
|
|
5047
5047
|
"@inquirer/core": "^10.3.2",
|
|
@@ -5055,7 +5055,7 @@
|
|
|
5055
5055
|
"@salesforce/source-deploy-retrieve": "^12.31.14",
|
|
5056
5056
|
"@salesforce/types": "^1.6.0",
|
|
5057
5057
|
"ansis": "^3.3.2",
|
|
5058
|
-
"fast-xml-parser": "^5.5.
|
|
5058
|
+
"fast-xml-parser": "^5.5.6",
|
|
5059
5059
|
"glob": "^11.0.3",
|
|
5060
5060
|
"ink": "5.0.1",
|
|
5061
5061
|
"ink-text-input": "^6.0.0",
|
|
@@ -5639,9 +5639,9 @@
|
|
|
5639
5639
|
}
|
|
5640
5640
|
},
|
|
5641
5641
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5642
|
-
"version": "1.4.
|
|
5643
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5644
|
-
"integrity": "sha512-
|
|
5642
|
+
"version": "1.4.86",
|
|
5643
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.86.tgz",
|
|
5644
|
+
"integrity": "sha512-hU95LU3Ekc6yzXFQUFKcO8DUvUF4wO9gTC6j7U+YCsFkdyz1eR5zXyfhkemzxlDZKHgay/vGSWrwYUElu8krIA==",
|
|
5645
5645
|
"license": "Apache-2.0",
|
|
5646
5646
|
"dependencies": {
|
|
5647
5647
|
"@inquirer/confirm": "^3.2.0",
|
|
@@ -5652,7 +5652,7 @@
|
|
|
5652
5652
|
"@salesforce/kit": "^3.2.4",
|
|
5653
5653
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5654
5654
|
"fast-glob": "^3.3.3",
|
|
5655
|
-
"fast-xml-parser": "^5.
|
|
5655
|
+
"fast-xml-parser": "^5.5.6",
|
|
5656
5656
|
"js2xmlparser": "^4.0.2"
|
|
5657
5657
|
},
|
|
5658
5658
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -2163,10 +2163,10 @@
|
|
|
2163
2163
|
jszip "^3.10.1"
|
|
2164
2164
|
object-treeify "^2"
|
|
2165
2165
|
|
|
2166
|
-
"@salesforce/plugin-agent@1.32.
|
|
2167
|
-
version "1.32.
|
|
2168
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.
|
|
2169
|
-
integrity sha512-
|
|
2166
|
+
"@salesforce/plugin-agent@1.32.4":
|
|
2167
|
+
version "1.32.4"
|
|
2168
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz"
|
|
2169
|
+
integrity sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==
|
|
2170
2170
|
dependencies:
|
|
2171
2171
|
"@inquirer/core" "^10.3.2"
|
|
2172
2172
|
"@inquirer/prompts" "^7.10.1"
|
|
@@ -2179,7 +2179,7 @@
|
|
|
2179
2179
|
"@salesforce/source-deploy-retrieve" "^12.31.14"
|
|
2180
2180
|
"@salesforce/types" "^1.6.0"
|
|
2181
2181
|
ansis "^3.3.2"
|
|
2182
|
-
fast-xml-parser "^5.5.
|
|
2182
|
+
fast-xml-parser "^5.5.6"
|
|
2183
2183
|
glob "^11.0.3"
|
|
2184
2184
|
ink "5.0.1"
|
|
2185
2185
|
ink-text-input "^6.0.0"
|
|
@@ -2395,10 +2395,10 @@
|
|
|
2395
2395
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2396
2396
|
fast-levenshtein "^3.0.0"
|
|
2397
2397
|
|
|
2398
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2399
|
-
version "1.4.
|
|
2400
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2401
|
-
integrity sha512-
|
|
2398
|
+
"@salesforce/plugin-sobject@1.4.86":
|
|
2399
|
+
version "1.4.86"
|
|
2400
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.86.tgz"
|
|
2401
|
+
integrity sha512-hU95LU3Ekc6yzXFQUFKcO8DUvUF4wO9gTC6j7U+YCsFkdyz1eR5zXyfhkemzxlDZKHgay/vGSWrwYUElu8krIA==
|
|
2402
2402
|
dependencies:
|
|
2403
2403
|
"@inquirer/confirm" "^3.2.0"
|
|
2404
2404
|
"@inquirer/input" "^2.3.0"
|
|
@@ -2408,7 +2408,7 @@
|
|
|
2408
2408
|
"@salesforce/kit" "^3.2.4"
|
|
2409
2409
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2410
2410
|
fast-glob "^3.3.3"
|
|
2411
|
-
fast-xml-parser "^5.
|
|
2411
|
+
fast-xml-parser "^5.5.6"
|
|
2412
2412
|
js2xmlparser "^4.0.2"
|
|
2413
2413
|
|
|
2414
2414
|
"@salesforce/plugin-telemetry@3.8.3":
|
|
@@ -5962,7 +5962,7 @@ fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
|
|
|
5962
5962
|
dependencies:
|
|
5963
5963
|
path-expression-matcher "^1.1.3"
|
|
5964
5964
|
|
|
5965
|
-
fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.
|
|
5965
|
+
fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6:
|
|
5966
5966
|
version "5.5.6"
|
|
5967
5967
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz"
|
|
5968
5968
|
integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
|
package/oclif.manifest.json
CHANGED
|
@@ -3110,6 +3110,252 @@
|
|
|
3110
3110
|
"test:run:flow"
|
|
3111
3111
|
]
|
|
3112
3112
|
},
|
|
3113
|
+
"lightning:dev:app": {
|
|
3114
|
+
"aliases": [],
|
|
3115
|
+
"args": {},
|
|
3116
|
+
"description": "Use Local Dev to see local changes to your app in a real-time preview that you don't have to deploy or manually refresh. To let you quickly iterate on your Lightning web components (LWCs) and pages, your app preview automatically refreshes when Local Dev detects source code changes.\n\nWhen you edit these local files with Local Dev enabled, your org automatically reflects these changes.\n\n- Basic HTML and CSS edits to LWCs\n- JavaScript changes to LWCs that don't affect the component's public API\n- Importing new custom LWCs\n- Importing another instance of an existing LWC\n\nTo apply any other local changes not listed above, you must deploy them to your org using the `sf project deploy start` command.\n\nWhen you make changes directly in your org (like saving new component properties), they're automatically deployed to your live app. To update your local version of the app with those changes, you must retrieve them from your org using the `sf project retrieve start` command.\n\nIf you run the command without flags, it displays a list of devices for you to choose from. Then it lists the apps that it found in your local DX project for you to choose. Use the --device or --name flags to bypass the questions. The command also asks if you want to enable Local Dev in your org if it isn't already.\n\nTo learn more about Local Dev enablement, considerations, and limitations, see the Lightning Web Components Developer Guide (https://developer.salesforce.com/docs/platform/lwc/guide/get-started-test-components.html).",
|
|
3117
|
+
"examples": [
|
|
3118
|
+
"Preview the default app for the target org \"myOrg\" in a desktop environment:\n<%= config.bin %> <%= command.id %> --target-org myOrg",
|
|
3119
|
+
"Preview the app \"myApp\" for the target org \"myOrg\" in a desktop environment:\n<%= config.bin %> <%= command.id %> --name MyApp --target-org myOrg --device-type desktop",
|
|
3120
|
+
"Preview the default app for target org \"myOrg\" on an iOS device:\n<%= config.bin %> <%= command.id %> --target-org myOrg --device-type ios --device-id \"iPhone 15 Pro Max\""
|
|
3121
|
+
],
|
|
3122
|
+
"flags": {
|
|
3123
|
+
"flags-dir": {
|
|
3124
|
+
"helpGroup": "GLOBAL",
|
|
3125
|
+
"name": "flags-dir",
|
|
3126
|
+
"summary": "Import flag values from a directory.",
|
|
3127
|
+
"hasDynamicHelp": false,
|
|
3128
|
+
"multiple": false,
|
|
3129
|
+
"type": "option"
|
|
3130
|
+
},
|
|
3131
|
+
"name": {
|
|
3132
|
+
"char": "n",
|
|
3133
|
+
"name": "name",
|
|
3134
|
+
"summary": "Name of the Lightning Experience app to preview.",
|
|
3135
|
+
"hasDynamicHelp": false,
|
|
3136
|
+
"multiple": false,
|
|
3137
|
+
"type": "option"
|
|
3138
|
+
},
|
|
3139
|
+
"target-org": {
|
|
3140
|
+
"char": "o",
|
|
3141
|
+
"name": "target-org",
|
|
3142
|
+
"noCacheDefault": true,
|
|
3143
|
+
"required": true,
|
|
3144
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3145
|
+
"hasDynamicHelp": true,
|
|
3146
|
+
"multiple": false,
|
|
3147
|
+
"type": "option"
|
|
3148
|
+
},
|
|
3149
|
+
"device-type": {
|
|
3150
|
+
"char": "t",
|
|
3151
|
+
"name": "device-type",
|
|
3152
|
+
"summary": "Type of device to display the app preview.",
|
|
3153
|
+
"hasDynamicHelp": false,
|
|
3154
|
+
"multiple": false,
|
|
3155
|
+
"options": [
|
|
3156
|
+
"desktop",
|
|
3157
|
+
"ios",
|
|
3158
|
+
"android"
|
|
3159
|
+
],
|
|
3160
|
+
"type": "option"
|
|
3161
|
+
},
|
|
3162
|
+
"device-id": {
|
|
3163
|
+
"char": "i",
|
|
3164
|
+
"name": "device-id",
|
|
3165
|
+
"summary": "ID of the mobile device to display the preview if device type is set to `ios` or `android`. The default value is the ID of the first available mobile device.",
|
|
3166
|
+
"hasDynamicHelp": false,
|
|
3167
|
+
"multiple": false,
|
|
3168
|
+
"type": "option"
|
|
3169
|
+
},
|
|
3170
|
+
"api-version": {
|
|
3171
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3172
|
+
"name": "api-version",
|
|
3173
|
+
"hasDynamicHelp": false,
|
|
3174
|
+
"multiple": false,
|
|
3175
|
+
"type": "option"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3178
|
+
"hasDynamicHelp": true,
|
|
3179
|
+
"hiddenAliases": [],
|
|
3180
|
+
"id": "lightning:dev:app",
|
|
3181
|
+
"pluginAlias": "@salesforce/plugin-lightning-dev",
|
|
3182
|
+
"pluginName": "@salesforce/plugin-lightning-dev",
|
|
3183
|
+
"pluginType": "jit",
|
|
3184
|
+
"strict": true,
|
|
3185
|
+
"summary": "Preview a Lightning Experience app locally and in real-time, without deploying it.",
|
|
3186
|
+
"enableJsonFlag": false,
|
|
3187
|
+
"isESM": true,
|
|
3188
|
+
"relativePath": [
|
|
3189
|
+
"lib",
|
|
3190
|
+
"commands",
|
|
3191
|
+
"lightning",
|
|
3192
|
+
"dev",
|
|
3193
|
+
"app.js"
|
|
3194
|
+
],
|
|
3195
|
+
"aliasPermutations": [],
|
|
3196
|
+
"permutations": [
|
|
3197
|
+
"lightning:dev:app",
|
|
3198
|
+
"dev:lightning:app",
|
|
3199
|
+
"dev:app:lightning",
|
|
3200
|
+
"lightning:app:dev",
|
|
3201
|
+
"app:lightning:dev",
|
|
3202
|
+
"app:dev:lightning"
|
|
3203
|
+
]
|
|
3204
|
+
},
|
|
3205
|
+
"lightning:dev:component": {
|
|
3206
|
+
"aliases": [],
|
|
3207
|
+
"args": {},
|
|
3208
|
+
"description": "Component preview launches an isolated development environment for Lightning Web Components, enabling rapid iteration without needing to deploy changes. The server provides real-time previews of your components through hot module replacement (HMR), automatically refreshing the view when source files are modified.\n\nWhen running the development server, these changes are immediately reflected:\n\n- Component template (HTML) modifications\n- Styling updates in component CSS files\n- JavaScript logic changes that don't modify the component's API\n- Adding or updating internal component dependencies\n- Modifying static resources used by the component\n\nIf you run the command without flags, it displays a list of components that it found in your local DX project for you to choose to preview. Use the --name flag to bypass the question. The command also asks if you want to enable Local Dev in your org if it isn't already.\n\nSee the LWC Developer Guide for more information about component development best practices and limitations (https://developer.salesforce.com/docs/platform/lwc/guide/get-started-best-practices.html).",
|
|
3209
|
+
"examples": [
|
|
3210
|
+
"Select a component interactively and launch the component preview; use your default org:\n<%= config.bin %> <%= command.id %>",
|
|
3211
|
+
"Launch component preview for \"myComponent\"; use the org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --name myComponent --target-org myscratch"
|
|
3212
|
+
],
|
|
3213
|
+
"flags": {
|
|
3214
|
+
"json": {
|
|
3215
|
+
"description": "Format output as json.",
|
|
3216
|
+
"helpGroup": "GLOBAL",
|
|
3217
|
+
"name": "json",
|
|
3218
|
+
"allowNo": false,
|
|
3219
|
+
"type": "boolean"
|
|
3220
|
+
},
|
|
3221
|
+
"flags-dir": {
|
|
3222
|
+
"helpGroup": "GLOBAL",
|
|
3223
|
+
"name": "flags-dir",
|
|
3224
|
+
"summary": "Import flag values from a directory.",
|
|
3225
|
+
"hasDynamicHelp": false,
|
|
3226
|
+
"multiple": false,
|
|
3227
|
+
"type": "option"
|
|
3228
|
+
},
|
|
3229
|
+
"name": {
|
|
3230
|
+
"char": "n",
|
|
3231
|
+
"name": "name",
|
|
3232
|
+
"summary": "Name of a component to preview.",
|
|
3233
|
+
"hasDynamicHelp": false,
|
|
3234
|
+
"multiple": false,
|
|
3235
|
+
"type": "option"
|
|
3236
|
+
},
|
|
3237
|
+
"api-version": {
|
|
3238
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3239
|
+
"name": "api-version",
|
|
3240
|
+
"hasDynamicHelp": false,
|
|
3241
|
+
"multiple": false,
|
|
3242
|
+
"type": "option"
|
|
3243
|
+
},
|
|
3244
|
+
"client-select": {
|
|
3245
|
+
"char": "c",
|
|
3246
|
+
"name": "client-select",
|
|
3247
|
+
"summary": "Launch component preview without selecting a component.",
|
|
3248
|
+
"allowNo": false,
|
|
3249
|
+
"type": "boolean"
|
|
3250
|
+
},
|
|
3251
|
+
"target-org": {
|
|
3252
|
+
"char": "o",
|
|
3253
|
+
"name": "target-org",
|
|
3254
|
+
"noCacheDefault": true,
|
|
3255
|
+
"required": true,
|
|
3256
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3257
|
+
"hasDynamicHelp": true,
|
|
3258
|
+
"multiple": false,
|
|
3259
|
+
"type": "option"
|
|
3260
|
+
}
|
|
3261
|
+
},
|
|
3262
|
+
"hasDynamicHelp": true,
|
|
3263
|
+
"hiddenAliases": [],
|
|
3264
|
+
"id": "lightning:dev:component",
|
|
3265
|
+
"pluginAlias": "@salesforce/plugin-lightning-dev",
|
|
3266
|
+
"pluginName": "@salesforce/plugin-lightning-dev",
|
|
3267
|
+
"pluginType": "jit",
|
|
3268
|
+
"strict": true,
|
|
3269
|
+
"summary": "Preview LWC components in isolation.",
|
|
3270
|
+
"enableJsonFlag": true,
|
|
3271
|
+
"isESM": true,
|
|
3272
|
+
"relativePath": [
|
|
3273
|
+
"lib",
|
|
3274
|
+
"commands",
|
|
3275
|
+
"lightning",
|
|
3276
|
+
"dev",
|
|
3277
|
+
"component.js"
|
|
3278
|
+
],
|
|
3279
|
+
"aliasPermutations": [],
|
|
3280
|
+
"permutations": [
|
|
3281
|
+
"lightning:dev:component",
|
|
3282
|
+
"dev:lightning:component",
|
|
3283
|
+
"dev:component:lightning",
|
|
3284
|
+
"lightning:component:dev",
|
|
3285
|
+
"component:lightning:dev",
|
|
3286
|
+
"component:dev:lightning"
|
|
3287
|
+
]
|
|
3288
|
+
},
|
|
3289
|
+
"lightning:dev:site": {
|
|
3290
|
+
"aliases": [],
|
|
3291
|
+
"args": {},
|
|
3292
|
+
"description": "Enable Local Dev to see local changes to your site in a real-time preview that you don't have to deploy or manually refresh. To let you quickly iterate on your Lightning web components (LWCs) and pages, your site preview automatically refreshes when Local Dev detects source code changes.\n\nWhen you edit these local files with Local Dev enabled, your org automatically reflects these changes.\n\n- Basic HTML and CSS edits to LWCs\n- JavaScript changes to LWCs that don't affect the component's public API\n- Importing new custom LWCs\n- Importing another instance of an existing LWC\n\nTo apply any other local changes not listed above, you must deploy them to your org using the `sf project deploy start` command. Then republish your site and restart the server for the Local Dev experience.\n\nIf you run the command without flags, it displays a list of Experience Builder sites that it found in your local DX project for you to choose from. Use the --name flag to bypass the question. The command also asks if you want to enable Local Dev in your org if it isn't already.\n\nFor more considerations and limitations, see the Lightning Web Components Developer Guide.",
|
|
3293
|
+
"examples": [
|
|
3294
|
+
"Select a site to preview from the org with alias \"myOrg\":\n<%= config.bin %> <%= command.id %> --target-org myOrg",
|
|
3295
|
+
"Preview the site \"Partner Central\" from your default org:\n<%= config.bin %> <%= command.id %> --name \"Partner Central\""
|
|
3296
|
+
],
|
|
3297
|
+
"flags": {
|
|
3298
|
+
"flags-dir": {
|
|
3299
|
+
"helpGroup": "GLOBAL",
|
|
3300
|
+
"name": "flags-dir",
|
|
3301
|
+
"summary": "Import flag values from a directory.",
|
|
3302
|
+
"hasDynamicHelp": false,
|
|
3303
|
+
"multiple": false,
|
|
3304
|
+
"type": "option"
|
|
3305
|
+
},
|
|
3306
|
+
"name": {
|
|
3307
|
+
"char": "n",
|
|
3308
|
+
"name": "name",
|
|
3309
|
+
"summary": "Name of the Experience Builder site to preview. It must match a site name from the current org.",
|
|
3310
|
+
"hasDynamicHelp": false,
|
|
3311
|
+
"multiple": false,
|
|
3312
|
+
"type": "option"
|
|
3313
|
+
},
|
|
3314
|
+
"target-org": {
|
|
3315
|
+
"char": "o",
|
|
3316
|
+
"name": "target-org",
|
|
3317
|
+
"noCacheDefault": true,
|
|
3318
|
+
"required": true,
|
|
3319
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3320
|
+
"hasDynamicHelp": true,
|
|
3321
|
+
"multiple": false,
|
|
3322
|
+
"type": "option"
|
|
3323
|
+
},
|
|
3324
|
+
"api-version": {
|
|
3325
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3326
|
+
"name": "api-version",
|
|
3327
|
+
"hasDynamicHelp": false,
|
|
3328
|
+
"multiple": false,
|
|
3329
|
+
"type": "option"
|
|
3330
|
+
}
|
|
3331
|
+
},
|
|
3332
|
+
"hasDynamicHelp": true,
|
|
3333
|
+
"hiddenAliases": [],
|
|
3334
|
+
"id": "lightning:dev:site",
|
|
3335
|
+
"pluginAlias": "@salesforce/plugin-lightning-dev",
|
|
3336
|
+
"pluginName": "@salesforce/plugin-lightning-dev",
|
|
3337
|
+
"pluginType": "jit",
|
|
3338
|
+
"strict": true,
|
|
3339
|
+
"summary": "Preview an Experience Builder site locally and in real-time, without deploying it.",
|
|
3340
|
+
"enableJsonFlag": false,
|
|
3341
|
+
"isESM": true,
|
|
3342
|
+
"relativePath": [
|
|
3343
|
+
"lib",
|
|
3344
|
+
"commands",
|
|
3345
|
+
"lightning",
|
|
3346
|
+
"dev",
|
|
3347
|
+
"site.js"
|
|
3348
|
+
],
|
|
3349
|
+
"aliasPermutations": [],
|
|
3350
|
+
"permutations": [
|
|
3351
|
+
"lightning:dev:site",
|
|
3352
|
+
"dev:lightning:site",
|
|
3353
|
+
"dev:site:lightning",
|
|
3354
|
+
"lightning:site:dev",
|
|
3355
|
+
"site:lightning:dev",
|
|
3356
|
+
"site:dev:lightning"
|
|
3357
|
+
]
|
|
3358
|
+
},
|
|
3113
3359
|
"org:create:shape": {
|
|
3114
3360
|
"aliases": [
|
|
3115
3361
|
"force:org:shape:create"
|
|
@@ -4180,5 +4426,5 @@
|
|
|
4180
4426
|
"requiresProject": true
|
|
4181
4427
|
}
|
|
4182
4428
|
},
|
|
4183
|
-
"version": "2.128.
|
|
4429
|
+
"version": "2.128.5"
|
|
4184
4430
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.128.
|
|
4
|
+
"version": "2.128.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -78,10 +78,11 @@
|
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.10.2",
|
|
80
80
|
"@salesforce/plugin-community": "3.3.48",
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "3.3.84",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.2",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.5",
|
|
85
|
+
"@salesforce/plugin-lightning-dev": "6.2.16",
|
|
85
86
|
"@salesforce/plugin-signups": "2.6.56",
|
|
86
87
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
87
88
|
},
|
|
@@ -157,7 +158,7 @@
|
|
|
157
158
|
"@oclif/plugin-which": "3.2.44",
|
|
158
159
|
"@salesforce/core": "^8.25.0",
|
|
159
160
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.32.
|
|
161
|
+
"@salesforce/plugin-agent": "1.32.4",
|
|
161
162
|
"@salesforce/plugin-apex": "3.9.13",
|
|
162
163
|
"@salesforce/plugin-api": "1.3.11",
|
|
163
164
|
"@salesforce/plugin-auth": "4.3.1",
|
|
@@ -170,7 +171,7 @@
|
|
|
170
171
|
"@salesforce/plugin-packaging": "2.25.10",
|
|
171
172
|
"@salesforce/plugin-schema": "3.3.98",
|
|
172
173
|
"@salesforce/plugin-settings": "2.4.60",
|
|
173
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
174
|
+
"@salesforce/plugin-sobject": "1.4.86",
|
|
174
175
|
"@salesforce/plugin-telemetry": "3.8.3",
|
|
175
176
|
"@salesforce/plugin-templates": "56.10.7",
|
|
176
177
|
"@salesforce/plugin-trust": "3.7.114",
|