@salesforce/cli 2.132.12 → 2.132.13
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 +35 -35
- package/npm-shrinkwrap.json +29 -29
- package/oclif.lock +33 -33
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.132.
|
|
28
|
+
@salesforce/cli/2.132.13 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -274,7 +274,7 @@ ERROR CODES
|
|
|
274
274
|
ActivationFailed (4) Failed to activate the agent due to API or network errors.
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
277
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/activate.ts)_
|
|
278
278
|
|
|
279
279
|
## `sf agent create`
|
|
280
280
|
|
|
@@ -341,7 +341,7 @@ EXAMPLES
|
|
|
341
341
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
344
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/create.ts)_
|
|
345
345
|
|
|
346
346
|
## `sf agent deactivate`
|
|
347
347
|
|
|
@@ -390,7 +390,7 @@ ERROR CODES
|
|
|
390
390
|
DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
393
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/deactivate.ts)_
|
|
394
394
|
|
|
395
395
|
## `sf agent generate agent-spec`
|
|
396
396
|
|
|
@@ -497,7 +497,7 @@ EXAMPLES
|
|
|
497
497
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
500
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/generate/agent-spec.ts)_
|
|
501
501
|
|
|
502
502
|
## `sf agent generate authoring-bundle`
|
|
503
503
|
|
|
@@ -574,7 +574,7 @@ EXAMPLES
|
|
|
574
574
|
other-package-dir/main/default --target-org my-dev-org
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
577
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/generate/authoring-bundle.ts)_
|
|
578
578
|
|
|
579
579
|
## `sf agent generate template`
|
|
580
580
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
my-package --source-org my-scratch-org
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
639
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/generate/template.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf agent generate test-spec`
|
|
642
642
|
|
|
@@ -701,7 +701,7 @@ EXAMPLES
|
|
|
701
701
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
704
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/generate/test-spec.ts)_
|
|
705
705
|
|
|
706
706
|
## `sf agent preview`
|
|
707
707
|
|
|
@@ -774,7 +774,7 @@ EXAMPLES
|
|
|
774
774
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
775
775
|
```
|
|
776
776
|
|
|
777
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
777
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/preview.ts)_
|
|
778
778
|
|
|
779
779
|
## `sf agent preview end`
|
|
780
780
|
|
|
@@ -838,7 +838,7 @@ ERROR CODES
|
|
|
838
838
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
841
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/preview/end.ts)_
|
|
842
842
|
|
|
843
843
|
## `sf agent preview send`
|
|
844
844
|
|
|
@@ -905,7 +905,7 @@ ERROR CODES
|
|
|
905
905
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
908
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/preview/send.ts)_
|
|
909
909
|
|
|
910
910
|
## `sf agent preview sessions`
|
|
911
911
|
|
|
@@ -941,7 +941,7 @@ ERROR CODES
|
|
|
941
941
|
Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
944
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/preview/sessions.ts)_
|
|
945
945
|
|
|
946
946
|
## `sf agent preview start`
|
|
947
947
|
|
|
@@ -1017,7 +1017,7 @@ ERROR CODES
|
|
|
1017
1017
|
PreviewStartFailed (4) Preview session failed to start due to API or network errors.
|
|
1018
1018
|
```
|
|
1019
1019
|
|
|
1020
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1020
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/preview/start.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
## `sf agent publish authoring-bundle`
|
|
1023
1023
|
|
|
@@ -1066,7 +1066,7 @@ EXAMPLES
|
|
|
1066
1066
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
1067
1067
|
```
|
|
1068
1068
|
|
|
1069
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1069
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/publish/authoring-bundle.ts)_
|
|
1070
1070
|
|
|
1071
1071
|
## `sf agent test create`
|
|
1072
1072
|
|
|
@@ -1130,7 +1130,7 @@ ERROR CODES
|
|
|
1130
1130
|
DeploymentFailed (4) Deployment failed due to API or network errors.
|
|
1131
1131
|
```
|
|
1132
1132
|
|
|
1133
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1133
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/test/create.ts)_
|
|
1134
1134
|
|
|
1135
1135
|
## `sf agent test list`
|
|
1136
1136
|
|
|
@@ -1172,7 +1172,7 @@ ERROR CODES
|
|
|
1172
1172
|
Failed (4) Failed to retrieve agent tests due to API or network errors.
|
|
1173
1173
|
```
|
|
1174
1174
|
|
|
1175
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1175
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/test/list.ts)_
|
|
1176
1176
|
|
|
1177
1177
|
## `sf agent test results`
|
|
1178
1178
|
|
|
@@ -1246,7 +1246,7 @@ ERROR CODES
|
|
|
1246
1246
|
Failed (4) Failed to retrieve results due to API or network errors.
|
|
1247
1247
|
```
|
|
1248
1248
|
|
|
1249
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1249
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/test/results.ts)_
|
|
1250
1250
|
|
|
1251
1251
|
## `sf agent test resume`
|
|
1252
1252
|
|
|
@@ -1328,7 +1328,7 @@ ERROR CODES
|
|
|
1328
1328
|
OperationFailed (4) Failed to poll test due to API or network errors.
|
|
1329
1329
|
```
|
|
1330
1330
|
|
|
1331
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1331
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/test/resume.ts)_
|
|
1332
1332
|
|
|
1333
1333
|
## `sf agent test run`
|
|
1334
1334
|
|
|
@@ -1411,7 +1411,7 @@ ERROR CODES
|
|
|
1411
1411
|
OperationFailed (4) Failed to start or poll test due to API or network errors.
|
|
1412
1412
|
```
|
|
1413
1413
|
|
|
1414
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1414
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/test/run.ts)_
|
|
1415
1415
|
|
|
1416
1416
|
## `sf agent validate authoring-bundle`
|
|
1417
1417
|
|
|
@@ -1468,7 +1468,7 @@ ERROR CODES
|
|
|
1468
1468
|
ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
|
|
1469
1469
|
```
|
|
1470
1470
|
|
|
1471
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.
|
|
1471
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.20/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1472
1472
|
|
|
1473
1473
|
## `sf alias list`
|
|
1474
1474
|
|
|
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9881
9881
|
directory.
|
|
9882
9882
|
```
|
|
9883
9883
|
|
|
9884
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9884
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/analytics/template.ts)_
|
|
9885
9885
|
|
|
9886
9886
|
## `sf template generate apex class`
|
|
9887
9887
|
|
|
@@ -9941,7 +9941,7 @@ FLAG DESCRIPTIONS
|
|
|
9941
9941
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9942
9942
|
```
|
|
9943
9943
|
|
|
9944
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9944
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/apex/class.ts)_
|
|
9945
9945
|
|
|
9946
9946
|
## `sf template generate apex trigger`
|
|
9947
9947
|
|
|
@@ -10011,7 +10011,7 @@ FLAG DESCRIPTIONS
|
|
|
10011
10011
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10012
10012
|
```
|
|
10013
10013
|
|
|
10014
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10014
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/apex/trigger.ts)_
|
|
10015
10015
|
|
|
10016
10016
|
## `sf template generate digital-experience site`
|
|
10017
10017
|
|
|
@@ -10065,7 +10065,7 @@ FLAG DESCRIPTIONS
|
|
|
10065
10065
|
project, defaults to the current directory.
|
|
10066
10066
|
```
|
|
10067
10067
|
|
|
10068
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10068
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/digital-experience/site.ts)_
|
|
10069
10069
|
|
|
10070
10070
|
## `sf template generate flexipage`
|
|
10071
10071
|
|
|
@@ -10147,7 +10147,7 @@ FLAG DESCRIPTIONS
|
|
|
10147
10147
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10148
10148
|
```
|
|
10149
10149
|
|
|
10150
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10150
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/flexipage/index.ts)_
|
|
10151
10151
|
|
|
10152
10152
|
## `sf template generate lightning app`
|
|
10153
10153
|
|
|
@@ -10205,7 +10205,7 @@ FLAG DESCRIPTIONS
|
|
|
10205
10205
|
field in the DX project's "sfdx-project.json" file.
|
|
10206
10206
|
```
|
|
10207
10207
|
|
|
10208
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10208
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/app.ts)_
|
|
10209
10209
|
|
|
10210
10210
|
## `sf template generate lightning component`
|
|
10211
10211
|
|
|
@@ -10282,7 +10282,7 @@ FLAG DESCRIPTIONS
|
|
|
10282
10282
|
field in the DX project's "sfdx-project.json" file.
|
|
10283
10283
|
```
|
|
10284
10284
|
|
|
10285
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10285
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/component.ts)_
|
|
10286
10286
|
|
|
10287
10287
|
## `sf template generate lightning event`
|
|
10288
10288
|
|
|
@@ -10340,7 +10340,7 @@ FLAG DESCRIPTIONS
|
|
|
10340
10340
|
field in the DX project's "sfdx-project.json" file.
|
|
10341
10341
|
```
|
|
10342
10342
|
|
|
10343
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10343
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/event.ts)_
|
|
10344
10344
|
|
|
10345
10345
|
## `sf template generate lightning interface`
|
|
10346
10346
|
|
|
@@ -10398,7 +10398,7 @@ FLAG DESCRIPTIONS
|
|
|
10398
10398
|
field in the DX project's "sfdx-project.json" file.
|
|
10399
10399
|
```
|
|
10400
10400
|
|
|
10401
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10401
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/interface.ts)_
|
|
10402
10402
|
|
|
10403
10403
|
## `sf template generate lightning test`
|
|
10404
10404
|
|
|
@@ -10456,7 +10456,7 @@ FLAG DESCRIPTIONS
|
|
|
10456
10456
|
field in the DX project's "sfdx-project.json" file.
|
|
10457
10457
|
```
|
|
10458
10458
|
|
|
10459
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10459
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/lightning/test.ts)_
|
|
10460
10460
|
|
|
10461
10461
|
## `sf template generate project`
|
|
10462
10462
|
|
|
@@ -10582,7 +10582,7 @@ FLAG DESCRIPTIONS
|
|
|
10582
10582
|
server-side type stripping.
|
|
10583
10583
|
```
|
|
10584
10584
|
|
|
10585
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10585
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/project/index.ts)_
|
|
10586
10586
|
|
|
10587
10587
|
## `sf template generate static-resource`
|
|
10588
10588
|
|
|
@@ -10645,7 +10645,7 @@ FLAG DESCRIPTIONS
|
|
|
10645
10645
|
etc.
|
|
10646
10646
|
```
|
|
10647
10647
|
|
|
10648
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10648
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/static-resource/index.ts)_
|
|
10649
10649
|
|
|
10650
10650
|
## `sf template generate ui-bundle`
|
|
10651
10651
|
|
|
@@ -10729,7 +10729,7 @@ FLAG DESCRIPTIONS
|
|
|
10729
10729
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10730
10730
|
```
|
|
10731
10731
|
|
|
10732
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10732
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/ui-bundle/index.ts)_
|
|
10733
10733
|
|
|
10734
10734
|
## `sf template generate visualforce component`
|
|
10735
10735
|
|
|
@@ -10786,7 +10786,7 @@ FLAG DESCRIPTIONS
|
|
|
10786
10786
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10787
10787
|
```
|
|
10788
10788
|
|
|
10789
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10789
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/visualforce/component.ts)_
|
|
10790
10790
|
|
|
10791
10791
|
## `sf template generate visualforce page`
|
|
10792
10792
|
|
|
@@ -10837,7 +10837,7 @@ FLAG DESCRIPTIONS
|
|
|
10837
10837
|
The name can be up to 40 characters and must start with a letter.
|
|
10838
10838
|
```
|
|
10839
10839
|
|
|
10840
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10840
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.16.0/src/commands/template/generate/visualforce/page.ts)_
|
|
10841
10841
|
|
|
10842
10842
|
## `sf update [CHANNEL]`
|
|
10843
10843
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.132.
|
|
3
|
+
"version": "2.132.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.132.
|
|
9
|
+
"version": "2.132.13",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.49",
|
|
25
25
|
"@salesforce/core": "^8.28.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.32.
|
|
27
|
+
"@salesforce/plugin-agent": "1.32.20",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.21",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.20",
|
|
30
30
|
"@salesforce/plugin-auth": "4.3.7",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.69",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.98",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.13",
|
|
42
|
-
"@salesforce/plugin-templates": "56.
|
|
42
|
+
"@salesforce/plugin-templates": "56.16.0",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.124",
|
|
44
44
|
"@salesforce/plugin-user": "3.8.3",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -4660,18 +4660,18 @@
|
|
|
4660
4660
|
"license": "BSD-3-Clause"
|
|
4661
4661
|
},
|
|
4662
4662
|
"node_modules/@salesforce/agents": {
|
|
4663
|
-
"version": "
|
|
4664
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-
|
|
4665
|
-
"integrity": "sha512-
|
|
4663
|
+
"version": "1.1.1",
|
|
4664
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-1.1.1.tgz",
|
|
4665
|
+
"integrity": "sha512-sHeyUGbBKtO8diQVjH+mb7wB4cfCZVN+WuqVD44GvaGpR1NBycWlSt/P5klekiO5lZoEyl8kGe3BgySShS4W4g==",
|
|
4666
4666
|
"license": "Apache-2.0",
|
|
4667
4667
|
"dependencies": {
|
|
4668
|
-
"@salesforce/core": "^8.
|
|
4669
|
-
"@salesforce/kit": "^3.2.
|
|
4670
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4671
|
-
"@salesforce/types": "^1.
|
|
4672
|
-
"fast-xml-parser": "^5.
|
|
4668
|
+
"@salesforce/core": "^8.28.3",
|
|
4669
|
+
"@salesforce/kit": "^3.2.6",
|
|
4670
|
+
"@salesforce/source-deploy-retrieve": "^12.32.7",
|
|
4671
|
+
"@salesforce/types": "^1.7.1",
|
|
4672
|
+
"fast-xml-parser": "^5.6.0",
|
|
4673
4673
|
"nock": "^13.5.6",
|
|
4674
|
-
"yaml": "^2.8.
|
|
4674
|
+
"yaml": "^2.8.3"
|
|
4675
4675
|
},
|
|
4676
4676
|
"engines": {
|
|
4677
4677
|
"node": ">=18.0.0"
|
|
@@ -5113,23 +5113,23 @@
|
|
|
5113
5113
|
}
|
|
5114
5114
|
},
|
|
5115
5115
|
"node_modules/@salesforce/plugin-agent": {
|
|
5116
|
-
"version": "1.32.
|
|
5117
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.
|
|
5118
|
-
"integrity": "sha512-
|
|
5116
|
+
"version": "1.32.20",
|
|
5117
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.20.tgz",
|
|
5118
|
+
"integrity": "sha512-jZg1Ik76LL6CfdvWHPGMtmVbVQZc9UFL+uPWrJKlr11oNXxpbkWuo4/xEwFHF5byKYqV1MRANl+ljZCo2d/+Lg==",
|
|
5119
5119
|
"license": "Apache-2.0",
|
|
5120
5120
|
"dependencies": {
|
|
5121
5121
|
"@inquirer/core": "^10.3.2",
|
|
5122
5122
|
"@inquirer/prompts": "^7.10.1",
|
|
5123
5123
|
"@oclif/core": "^4",
|
|
5124
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5125
|
-
"@salesforce/agents": "^
|
|
5126
|
-
"@salesforce/core": "^8.
|
|
5127
|
-
"@salesforce/kit": "^3.2.
|
|
5124
|
+
"@oclif/multi-stage-output": "^0.8.36",
|
|
5125
|
+
"@salesforce/agents": "^1.1.1",
|
|
5126
|
+
"@salesforce/core": "^8.28.3",
|
|
5127
|
+
"@salesforce/kit": "^3.2.6",
|
|
5128
5128
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5129
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
5130
|
-
"@salesforce/types": "^1.
|
|
5129
|
+
"@salesforce/source-deploy-retrieve": "^12.32.8",
|
|
5130
|
+
"@salesforce/types": "^1.7.1",
|
|
5131
5131
|
"ansis": "^3.3.2",
|
|
5132
|
-
"fast-xml-parser": "^5.
|
|
5132
|
+
"fast-xml-parser": "^5.7.1",
|
|
5133
5133
|
"glob": "^11.0.3",
|
|
5134
5134
|
"ink": "5.0.1",
|
|
5135
5135
|
"ink-text-input": "^6.0.0",
|
|
@@ -5909,9 +5909,9 @@
|
|
|
5909
5909
|
}
|
|
5910
5910
|
},
|
|
5911
5911
|
"node_modules/@salesforce/plugin-templates": {
|
|
5912
|
-
"version": "56.
|
|
5913
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
5914
|
-
"integrity": "sha512-
|
|
5912
|
+
"version": "56.16.0",
|
|
5913
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.0.tgz",
|
|
5914
|
+
"integrity": "sha512-dAW6WH/dPePo2uRqIwpReALBs3McGSUG7BMJlyYoKBkb2v8krJSUSoyH7bigkXVnmzXTMX1EhJA7+4TU5ElGmg==",
|
|
5915
5915
|
"license": "Apache-2.0",
|
|
5916
5916
|
"dependencies": {
|
|
5917
5917
|
"@salesforce/core": "^8.28.3",
|
|
@@ -5997,9 +5997,9 @@
|
|
|
5997
5997
|
}
|
|
5998
5998
|
},
|
|
5999
5999
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6000
|
-
"version": "12.32.
|
|
6001
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
6002
|
-
"integrity": "sha512-
|
|
6000
|
+
"version": "12.32.8",
|
|
6001
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.8.tgz",
|
|
6002
|
+
"integrity": "sha512-1vTWVGmrrDZSixJjDOb2NfrIsbio9xuUaVcGZpxCfTgcEnggekxMkzq0vSqebgbi9cibLn/3BUkSSuEhsDK8Rw==",
|
|
6003
6003
|
"license": "Apache-2.0",
|
|
6004
6004
|
"dependencies": {
|
|
6005
6005
|
"@salesforce/core": "^8.27.1",
|
package/oclif.lock
CHANGED
|
@@ -1751,7 +1751,7 @@
|
|
|
1751
1751
|
wordwrap "^1.0.0"
|
|
1752
1752
|
wrap-ansi "^7.0.0"
|
|
1753
1753
|
|
|
1754
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1754
|
+
"@oclif/multi-stage-output@^0.8.34", "@oclif/multi-stage-output@^0.8.36":
|
|
1755
1755
|
version "0.8.36"
|
|
1756
1756
|
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.36.tgz"
|
|
1757
1757
|
integrity sha512-3BEpG5CDUJYtyJQZbMPU+o3C0XSC7MgupTb75KjLE6RoG5r9q+BRYkyDyGMspWkqcPtbMqZjs0sMFKmYMiDrEA==
|
|
@@ -2132,18 +2132,18 @@
|
|
|
2132
2132
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
2133
2133
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
2134
2134
|
|
|
2135
|
-
"@salesforce/agents@^
|
|
2136
|
-
version "
|
|
2137
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-
|
|
2138
|
-
integrity sha512-
|
|
2135
|
+
"@salesforce/agents@^1.1.1":
|
|
2136
|
+
version "1.1.1"
|
|
2137
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.1.1.tgz"
|
|
2138
|
+
integrity sha512-sHeyUGbBKtO8diQVjH+mb7wB4cfCZVN+WuqVD44GvaGpR1NBycWlSt/P5klekiO5lZoEyl8kGe3BgySShS4W4g==
|
|
2139
2139
|
dependencies:
|
|
2140
|
-
"@salesforce/core" "^8.
|
|
2141
|
-
"@salesforce/kit" "^3.2.
|
|
2142
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2143
|
-
"@salesforce/types" "^1.
|
|
2144
|
-
fast-xml-parser "^5.
|
|
2140
|
+
"@salesforce/core" "^8.28.3"
|
|
2141
|
+
"@salesforce/kit" "^3.2.6"
|
|
2142
|
+
"@salesforce/source-deploy-retrieve" "^12.32.7"
|
|
2143
|
+
"@salesforce/types" "^1.7.1"
|
|
2144
|
+
fast-xml-parser "^5.6.0"
|
|
2145
2145
|
nock "^13.5.6"
|
|
2146
|
-
yaml "^2.8.
|
|
2146
|
+
yaml "^2.8.3"
|
|
2147
2147
|
|
|
2148
2148
|
"@salesforce/apex-node@^8.4.16", "@salesforce/apex-node@^8.4.21":
|
|
2149
2149
|
version "8.4.21"
|
|
@@ -2176,7 +2176,7 @@
|
|
|
2176
2176
|
strip-ansi "6.0.1"
|
|
2177
2177
|
ts-retry-promise "^0.8.1"
|
|
2178
2178
|
|
|
2179
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.25.1", "@salesforce/core@^8.
|
|
2179
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.25.1", "@salesforce/core@^8.27.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.0", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.2", "@salesforce/core@^8.28.3", "@salesforce/core@^8.5.1":
|
|
2180
2180
|
version "8.28.3"
|
|
2181
2181
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz"
|
|
2182
2182
|
integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
|
|
@@ -2273,23 +2273,23 @@
|
|
|
2273
2273
|
jszip "^3.10.1"
|
|
2274
2274
|
object-treeify "^2"
|
|
2275
2275
|
|
|
2276
|
-
"@salesforce/plugin-agent@1.32.
|
|
2277
|
-
version "1.32.
|
|
2278
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.
|
|
2279
|
-
integrity sha512-
|
|
2276
|
+
"@salesforce/plugin-agent@1.32.20":
|
|
2277
|
+
version "1.32.20"
|
|
2278
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.20.tgz"
|
|
2279
|
+
integrity sha512-jZg1Ik76LL6CfdvWHPGMtmVbVQZc9UFL+uPWrJKlr11oNXxpbkWuo4/xEwFHF5byKYqV1MRANl+ljZCo2d/+Lg==
|
|
2280
2280
|
dependencies:
|
|
2281
2281
|
"@inquirer/core" "^10.3.2"
|
|
2282
2282
|
"@inquirer/prompts" "^7.10.1"
|
|
2283
2283
|
"@oclif/core" "^4"
|
|
2284
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2285
|
-
"@salesforce/agents" "^
|
|
2286
|
-
"@salesforce/core" "^8.
|
|
2287
|
-
"@salesforce/kit" "^3.2.
|
|
2284
|
+
"@oclif/multi-stage-output" "^0.8.36"
|
|
2285
|
+
"@salesforce/agents" "^1.1.1"
|
|
2286
|
+
"@salesforce/core" "^8.28.3"
|
|
2287
|
+
"@salesforce/kit" "^3.2.6"
|
|
2288
2288
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2289
|
-
"@salesforce/source-deploy-retrieve" "^12.32.
|
|
2290
|
-
"@salesforce/types" "^1.
|
|
2289
|
+
"@salesforce/source-deploy-retrieve" "^12.32.8"
|
|
2290
|
+
"@salesforce/types" "^1.7.1"
|
|
2291
2291
|
ansis "^3.3.2"
|
|
2292
|
-
fast-xml-parser "^5.
|
|
2292
|
+
fast-xml-parser "^5.7.1"
|
|
2293
2293
|
glob "^11.0.3"
|
|
2294
2294
|
ink "5.0.1"
|
|
2295
2295
|
ink-text-input "^6.0.0"
|
|
@@ -2536,10 +2536,10 @@
|
|
|
2536
2536
|
"@salesforce/ts-types" "^2.0.12"
|
|
2537
2537
|
debug "^4.4.3"
|
|
2538
2538
|
|
|
2539
|
-
"@salesforce/plugin-templates@56.
|
|
2540
|
-
version "56.
|
|
2541
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.
|
|
2542
|
-
integrity sha512-
|
|
2539
|
+
"@salesforce/plugin-templates@56.16.0":
|
|
2540
|
+
version "56.16.0"
|
|
2541
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.16.0.tgz"
|
|
2542
|
+
integrity sha512-dAW6WH/dPePo2uRqIwpReALBs3McGSUG7BMJlyYoKBkb2v8krJSUSoyH7bigkXVnmzXTMX1EhJA7+4TU5ElGmg==
|
|
2543
2543
|
dependencies:
|
|
2544
2544
|
"@salesforce/core" "^8.28.3"
|
|
2545
2545
|
"@salesforce/sf-plugins-core" "^12"
|
|
@@ -2616,10 +2616,10 @@
|
|
|
2616
2616
|
cli-progress "^3.12.0"
|
|
2617
2617
|
terminal-link "^3.0.0"
|
|
2618
2618
|
|
|
2619
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
2620
|
-
version "12.32.
|
|
2621
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
2622
|
-
integrity sha512-
|
|
2619
|
+
"@salesforce/source-deploy-retrieve@^12.32.1", "@salesforce/source-deploy-retrieve@^12.32.3", "@salesforce/source-deploy-retrieve@^12.32.4", "@salesforce/source-deploy-retrieve@^12.32.7", "@salesforce/source-deploy-retrieve@^12.32.8":
|
|
2620
|
+
version "12.32.8"
|
|
2621
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.8.tgz"
|
|
2622
|
+
integrity sha512-1vTWVGmrrDZSixJjDOb2NfrIsbio9xuUaVcGZpxCfTgcEnggekxMkzq0vSqebgbi9cibLn/3BUkSSuEhsDK8Rw==
|
|
2623
2623
|
dependencies:
|
|
2624
2624
|
"@salesforce/core" "^8.27.1"
|
|
2625
2625
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -6023,7 +6023,7 @@ fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
|
6023
6023
|
dependencies:
|
|
6024
6024
|
path-expression-matcher "^1.1.3"
|
|
6025
6025
|
|
|
6026
|
-
fast-xml-parser@^5.
|
|
6026
|
+
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.6.0, fast-xml-parser@^5.7.1:
|
|
6027
6027
|
version "5.7.1"
|
|
6028
6028
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz"
|
|
6029
6029
|
integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
|
|
@@ -11898,7 +11898,7 @@ yallist@^5.0.0:
|
|
|
11898
11898
|
resolved "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz"
|
|
11899
11899
|
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
|
|
11900
11900
|
|
|
11901
|
-
yaml@^2.5.1, yaml@^2.6.0, yaml@^2.8.
|
|
11901
|
+
yaml@^2.5.1, yaml@^2.6.0, yaml@^2.8.3:
|
|
11902
11902
|
version "2.8.3"
|
|
11903
11903
|
resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz"
|
|
11904
11904
|
integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==
|
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.132.
|
|
4
|
+
"version": "2.132.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@oclif/plugin-which": "3.2.49",
|
|
160
160
|
"@salesforce/core": "^8.28.0",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
|
-
"@salesforce/plugin-agent": "1.32.
|
|
162
|
+
"@salesforce/plugin-agent": "1.32.20",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.21",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.20",
|
|
165
165
|
"@salesforce/plugin-auth": "4.3.7",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.69",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.98",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.13",
|
|
177
|
-
"@salesforce/plugin-templates": "56.
|
|
177
|
+
"@salesforce/plugin-templates": "56.16.0",
|
|
178
178
|
"@salesforce/plugin-trust": "3.7.124",
|
|
179
179
|
"@salesforce/plugin-user": "3.8.3",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.6",
|