@salesforce/cli 2.148.2 → 2.148.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 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.148.2 linux-x64 node-v24.18.0
28
+ @salesforce/cli/2.148.3 linux-x64 node-v24.18.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -302,7 +302,7 @@ ERROR CODES
302
302
  ActivationFailed (4) Failed to activate the agent due to API or network errors.
303
303
  ```
304
304
 
305
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/activate.ts)_
306
306
 
307
307
  ## `sf agent adl create`
308
308
 
@@ -374,7 +374,7 @@ EXAMPLES
374
374
  --source-type retriever --retriever-id 0ppXX0000000001
375
375
  ```
376
376
 
377
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/create.ts)_
378
378
 
379
379
  ## `sf agent adl delete`
380
380
 
@@ -405,7 +405,7 @@ EXAMPLES
405
405
  $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg
406
406
  ```
407
407
 
408
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/delete.ts)_
409
409
 
410
410
  ## `sf agent adl file add`
411
411
 
@@ -447,7 +447,7 @@ EXAMPLES
447
447
  $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg
448
448
  ```
449
449
 
450
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/add.ts)_
451
451
 
452
452
  ## `sf agent adl file delete`
453
453
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg
481
481
  ```
482
482
 
483
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/delete.ts)_
484
484
 
485
485
  ## `sf agent adl file list`
486
486
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json
521
521
  ```
522
522
 
523
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/list.ts)_
524
524
 
525
525
  ## `sf agent adl get`
526
526
 
@@ -551,7 +551,7 @@ EXAMPLES
551
551
  $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg
552
552
  ```
553
553
 
554
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/get.ts)_
555
555
 
556
556
  ## `sf agent adl list`
557
557
 
@@ -588,7 +588,7 @@ EXAMPLES
588
588
  $ sf agent adl list --target-org myOrg --json
589
589
  ```
590
590
 
591
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/list.ts)_
592
592
 
593
593
  ## `sf agent adl status`
594
594
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  $ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg
624
624
  ```
625
625
 
626
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/status.ts)_
627
627
 
628
628
  ## `sf agent adl update`
629
629
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg
679
679
  ```
680
680
 
681
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/update.ts)_
682
682
 
683
683
  ## `sf agent adl upload`
684
684
 
@@ -725,7 +725,7 @@ EXAMPLES
725
725
  $ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg
726
726
  ```
727
727
 
728
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/upload.ts)_
729
729
 
730
730
  ## `sf agent create`
731
731
 
@@ -792,7 +792,7 @@ EXAMPLES
792
792
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
793
793
  ```
794
794
 
795
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/create.ts)_
796
796
 
797
797
  ## `sf agent deactivate`
798
798
 
@@ -841,7 +841,7 @@ ERROR CODES
841
841
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
842
842
  ```
843
843
 
844
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/deactivate.ts)_
845
845
 
846
846
  ## `sf agent generate agent-spec`
847
847
 
@@ -948,7 +948,7 @@ EXAMPLES
948
948
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
949
949
  ```
950
950
 
951
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/agent-spec.ts)_
952
952
 
953
953
  ## `sf agent generate authoring-bundle`
954
954
 
@@ -1025,7 +1025,7 @@ EXAMPLES
1025
1025
  other-package-dir/main/default --target-org my-dev-org
1026
1026
  ```
1027
1027
 
1028
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/authoring-bundle.ts)_
1029
1029
 
1030
1030
  ## `sf agent generate template`
1031
1031
 
@@ -1087,7 +1087,7 @@ EXAMPLES
1087
1087
  my-package --source-org my-scratch-org
1088
1088
  ```
1089
1089
 
1090
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/template.ts)_
1091
1091
 
1092
1092
  ## `sf agent generate test-spec`
1093
1093
 
@@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS
1176
1176
  metadata. 'testing-center' uses AiEvaluationDefinition metadata.
1177
1177
  ```
1178
1178
 
1179
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/test-spec.ts)_
1180
1180
 
1181
1181
  ## `sf agent mcp asset list`
1182
1182
 
@@ -1212,7 +1212,7 @@ EXAMPLES
1212
1212
  $ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1213
1213
  ```
1214
1214
 
1215
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/asset/list.ts)_
1216
1216
 
1217
1217
  ## `sf agent mcp asset replace`
1218
1218
 
@@ -1261,7 +1261,7 @@ EXAMPLES
1261
1261
  cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg
1262
1262
  ```
1263
1263
 
1264
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/asset/replace.ts)_
1265
1265
 
1266
1266
  ## `sf agent mcp create`
1267
1267
 
@@ -1309,7 +1309,7 @@ EXAMPLES
1309
1309
  cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg
1310
1310
  ```
1311
1311
 
1312
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/create.ts)_
1313
1313
 
1314
1314
  ## `sf agent mcp delete`
1315
1315
 
@@ -1347,7 +1347,7 @@ EXAMPLES
1347
1347
  $ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt
1348
1348
  ```
1349
1349
 
1350
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/delete.ts)_
1351
1351
 
1352
1352
  ## `sf agent mcp fetch`
1353
1353
 
@@ -1384,7 +1384,7 @@ EXAMPLES
1384
1384
  $ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1385
1385
  ```
1386
1386
 
1387
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/fetch.ts)_
1388
1388
 
1389
1389
  ## `sf agent mcp get`
1390
1390
 
@@ -1420,7 +1420,7 @@ EXAMPLES
1420
1420
  $ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json
1421
1421
  ```
1422
1422
 
1423
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/get.ts)_
1424
1424
 
1425
1425
  ## `sf agent mcp list`
1426
1426
 
@@ -1462,7 +1462,7 @@ EXAMPLES
1462
1462
  $ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json
1463
1463
  ```
1464
1464
 
1465
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/list.ts)_
1466
1466
 
1467
1467
  ## `sf agent mcp update`
1468
1468
 
@@ -1513,7 +1513,7 @@ EXAMPLES
1513
1513
  cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json
1514
1514
  ```
1515
1515
 
1516
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/update.ts)_
1517
1517
 
1518
1518
  ## `sf agent preview`
1519
1519
 
@@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS
1608
1608
  will see null. (3) Type defaults to Text.
1609
1609
  ```
1610
1610
 
1611
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview.ts)_
1612
1612
 
1613
1613
  ## `sf agent preview end`
1614
1614
 
@@ -1692,7 +1692,7 @@ ERROR CODES
1692
1692
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1693
1693
  ```
1694
1694
 
1695
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/end.ts)_
1696
1696
 
1697
1697
  ## `sf agent preview send`
1698
1698
 
@@ -1759,7 +1759,7 @@ ERROR CODES
1759
1759
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1760
1760
  ```
1761
1761
 
1762
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/send.ts)_
1763
1763
 
1764
1764
  ## `sf agent preview sessions`
1765
1765
 
@@ -1795,7 +1795,7 @@ ERROR CODES
1795
1795
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
1796
1796
  ```
1797
1797
 
1798
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/sessions.ts)_
1799
1799
 
1800
1800
  ## `sf agent preview start`
1801
1801
 
@@ -1893,7 +1893,7 @@ ERROR CODES
1893
1893
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1894
1894
  ```
1895
1895
 
1896
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/start.ts)_
1897
1897
 
1898
1898
  ## `sf agent publish authoring-bundle`
1899
1899
 
@@ -1957,7 +1957,7 @@ ERROR CODES
1957
1957
  Failed (1) Compilation errors found in the Agent Script file.
1958
1958
  ```
1959
1959
 
1960
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/publish/authoring-bundle.ts)_
1961
1961
 
1962
1962
  ## `sf agent test create`
1963
1963
 
@@ -2038,7 +2038,7 @@ ERROR CODES
2038
2038
  DeploymentFailed (4) Deployment failed due to API or network errors.
2039
2039
  ```
2040
2040
 
2041
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/create.ts)_
2042
2042
 
2043
2043
  ## `sf agent test list`
2044
2044
 
@@ -2080,7 +2080,7 @@ ERROR CODES
2080
2080
  Failed (4) Failed to retrieve agent tests due to API or network errors.
2081
2081
  ```
2082
2082
 
2083
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/list.ts)_
2084
2084
 
2085
2085
  ## `sf agent test results`
2086
2086
 
@@ -2164,7 +2164,7 @@ ERROR CODES
2164
2164
  Failed (4) Failed to retrieve results due to API or network errors.
2165
2165
  ```
2166
2166
 
2167
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/results.ts)_
2168
2168
 
2169
2169
  ## `sf agent test resume`
2170
2170
 
@@ -2257,7 +2257,7 @@ ERROR CODES
2257
2257
  OperationFailed (4) Failed to poll test due to API or network errors.
2258
2258
  ```
2259
2259
 
2260
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/resume.ts)_
2261
2261
 
2262
2262
  ## `sf agent test run`
2263
2263
 
@@ -2350,7 +2350,7 @@ ERROR CODES
2350
2350
  OperationFailed (4) Failed to start or poll test due to API or network errors.
2351
2351
  ```
2352
2352
 
2353
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/run.ts)_
2354
2354
 
2355
2355
  ## `sf agent test run-eval`
2356
2356
 
@@ -2435,7 +2435,7 @@ ERROR CODES
2435
2435
  OperationFailed (4) Failed to execute tests due to API or network errors.
2436
2436
  ```
2437
2437
 
2438
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/run-eval.ts)_
2439
2439
 
2440
2440
  ## `sf agent trace delete`
2441
2441
 
@@ -2502,7 +2502,7 @@ ERROR CODES
2502
2502
  Succeeded (0) Traces deleted successfully (or no traces matched).
2503
2503
  ```
2504
2504
 
2505
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/delete.ts)_
2506
2506
 
2507
2507
  ## `sf agent trace list`
2508
2508
 
@@ -2575,7 +2575,7 @@ ERROR CODES
2575
2575
  Succeeded (0) Trace files listed successfully (or empty list if none found).
2576
2576
  ```
2577
2577
 
2578
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/list.ts)_
2579
2579
 
2580
2580
  ## `sf agent trace read`
2581
2581
 
@@ -2663,7 +2663,7 @@ EXAMPLES
2663
2663
  $ sf agent trace read --session-id <SESSION_ID> --json
2664
2664
  ```
2665
2665
 
2666
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/read.ts)_
2667
2667
 
2668
2668
  ## `sf agent validate authoring-bundle`
2669
2669
 
@@ -2720,7 +2720,7 @@ ERROR CODES
2720
2720
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
2721
2721
  ```
2722
2722
 
2723
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -6286,7 +6286,7 @@ EXAMPLES
6286
6286
  $ sf org list auth
6287
6287
  ```
6288
6288
 
6289
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/list/auth.ts)_
6289
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/list/auth.ts)_
6290
6290
 
6291
6291
  ## `sf org list limits`
6292
6292
 
@@ -6589,7 +6589,7 @@ FLAG DESCRIPTIONS
6589
6589
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6590
6590
  ```
6591
6591
 
6592
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/access-token.ts)_
6592
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/access-token.ts)_
6593
6593
 
6594
6594
  ## `sf org login jwt`
6595
6595
 
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
6680
6680
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6681
6681
  ```
6682
6682
 
6683
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/jwt.ts)_
6683
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/jwt.ts)_
6684
6684
 
6685
6685
  ## `sf org login sfdx-url`
6686
6686
 
@@ -6750,7 +6750,7 @@ EXAMPLES
6750
6750
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
6751
6751
  ```
6752
6752
 
6753
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/sfdx-url.ts)_
6753
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/sfdx-url.ts)_
6754
6754
 
6755
6755
  ## `sf org login web`
6756
6756
 
@@ -6855,7 +6855,7 @@ FLAG DESCRIPTIONS
6855
6855
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6856
6856
  ```
6857
6857
 
6858
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/web.ts)_
6858
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/web.ts)_
6859
6859
 
6860
6860
  ## `sf org logout`
6861
6861
 
@@ -6921,7 +6921,7 @@ FLAG DESCRIPTIONS
6921
6921
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
6922
6922
  ```
6923
6923
 
6924
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/logout.ts)_
6924
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/logout.ts)_
6925
6925
 
6926
6926
  ## `sf org open`
6927
6927
 
@@ -11392,7 +11392,7 @@ FLAG DESCRIPTIONS
11392
11392
  directory.
11393
11393
  ```
11394
11394
 
11395
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/analytics/template.ts)_
11395
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/analytics/template.ts)_
11396
11396
 
11397
11397
  ## `sf template generate apex class`
11398
11398
 
@@ -11454,7 +11454,7 @@ FLAG DESCRIPTIONS
11454
11454
  Supplied parameter values or default values are filled into a copy of the template.
11455
11455
  ```
11456
11456
 
11457
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/apex/class.ts)_
11457
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/class.ts)_
11458
11458
 
11459
11459
  ## `sf template generate apex trigger`
11460
11460
 
@@ -11524,7 +11524,7 @@ FLAG DESCRIPTIONS
11524
11524
  Supplied parameter values or default values are filled into a copy of the template.
11525
11525
  ```
11526
11526
 
11527
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/apex/trigger.ts)_
11527
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/trigger.ts)_
11528
11528
 
11529
11529
  ## `sf template generate digital-experience site`
11530
11530
 
@@ -11578,7 +11578,7 @@ FLAG DESCRIPTIONS
11578
11578
  project, defaults to the current directory.
11579
11579
  ```
11580
11580
 
11581
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/digital-experience/site.ts)_
11581
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/digital-experience/site.ts)_
11582
11582
 
11583
11583
  ## `sf template generate flexipage`
11584
11584
 
@@ -11660,7 +11660,7 @@ FLAG DESCRIPTIONS
11660
11660
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11661
11661
  ```
11662
11662
 
11663
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/flexipage/index.ts)_
11663
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/flexipage/index.ts)_
11664
11664
 
11665
11665
  ## `sf template generate lightning app`
11666
11666
 
@@ -11718,7 +11718,7 @@ FLAG DESCRIPTIONS
11718
11718
  field in the DX project's "sfdx-project.json" file.
11719
11719
  ```
11720
11720
 
11721
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/app.ts)_
11721
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/app.ts)_
11722
11722
 
11723
11723
  ## `sf template generate lightning component`
11724
11724
 
@@ -11795,7 +11795,7 @@ FLAG DESCRIPTIONS
11795
11795
  field in the DX project's "sfdx-project.json" file.
11796
11796
  ```
11797
11797
 
11798
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/component.ts)_
11798
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/component.ts)_
11799
11799
 
11800
11800
  ## `sf template generate lightning event`
11801
11801
 
@@ -11853,7 +11853,7 @@ FLAG DESCRIPTIONS
11853
11853
  field in the DX project's "sfdx-project.json" file.
11854
11854
  ```
11855
11855
 
11856
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/event.ts)_
11856
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/event.ts)_
11857
11857
 
11858
11858
  ## `sf template generate lightning interface`
11859
11859
 
@@ -11911,7 +11911,7 @@ FLAG DESCRIPTIONS
11911
11911
  field in the DX project's "sfdx-project.json" file.
11912
11912
  ```
11913
11913
 
11914
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/interface.ts)_
11914
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/interface.ts)_
11915
11915
 
11916
11916
  ## `sf template generate lightning test`
11917
11917
 
@@ -11969,7 +11969,7 @@ FLAG DESCRIPTIONS
11969
11969
  field in the DX project's "sfdx-project.json" file.
11970
11970
  ```
11971
11971
 
11972
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/test.ts)_
11972
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/test.ts)_
11973
11973
 
11974
11974
  ## `sf template generate project`
11975
11975
 
@@ -12101,7 +12101,7 @@ FLAG DESCRIPTIONS
12101
12101
  server-side type stripping.
12102
12102
  ```
12103
12103
 
12104
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/project/index.ts)_
12104
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/project/index.ts)_
12105
12105
 
12106
12106
  ## `sf template generate static-resource`
12107
12107
 
@@ -12164,7 +12164,7 @@ FLAG DESCRIPTIONS
12164
12164
  etc.
12165
12165
  ```
12166
12166
 
12167
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/static-resource/index.ts)_
12167
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/static-resource/index.ts)_
12168
12168
 
12169
12169
  ## `sf template generate ui-bundle`
12170
12170
 
@@ -12253,7 +12253,7 @@ FLAG DESCRIPTIONS
12253
12253
  Supplied parameter values or default values are filled into a copy of the template.
12254
12254
  ```
12255
12255
 
12256
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/ui-bundle/index.ts)_
12256
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/ui-bundle/index.ts)_
12257
12257
 
12258
12258
  ## `sf template generate visualforce component`
12259
12259
 
@@ -12310,7 +12310,7 @@ FLAG DESCRIPTIONS
12310
12310
  Supplied parameter values or default values are filled into a copy of the template.
12311
12311
  ```
12312
12312
 
12313
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/visualforce/component.ts)_
12313
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/component.ts)_
12314
12314
 
12315
12315
  ## `sf template generate visualforce page`
12316
12316
 
@@ -12361,7 +12361,7 @@ FLAG DESCRIPTIONS
12361
12361
  The name can be up to 40 characters and must start with a letter.
12362
12362
  ```
12363
12363
 
12364
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/visualforce/page.ts)_
12364
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/page.ts)_
12365
12365
 
12366
12366
  ## `sf update [CHANNEL]`
12367
12367
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.148.2",
3
+ "version": "2.148.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.148.2",
9
+ "version": "2.148.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -24,10 +24,10 @@
24
24
  "@oclif/plugin-which": "3.2.61",
25
25
  "@salesforce/core": "^9.0.0",
26
26
  "@salesforce/kit": "^4.0.0",
27
- "@salesforce/plugin-agent": "2.0.0",
27
+ "@salesforce/plugin-agent": "2.0.1",
28
28
  "@salesforce/plugin-apex": "4.1.0",
29
29
  "@salesforce/plugin-api": "2.0.8",
30
- "@salesforce/plugin-auth": "5.0.3",
30
+ "@salesforce/plugin-auth": "5.0.4",
31
31
  "@salesforce/plugin-data": "5.1.2",
32
32
  "@salesforce/plugin-deploy-retrieve": "4.0.2",
33
33
  "@salesforce/plugin-info": "4.0.5",
@@ -39,7 +39,7 @@
39
39
  "@salesforce/plugin-settings": "3.0.5",
40
40
  "@salesforce/plugin-sobject": "2.0.5",
41
41
  "@salesforce/plugin-telemetry": "4.0.3",
42
- "@salesforce/plugin-templates": "57.0.5",
42
+ "@salesforce/plugin-templates": "57.0.6",
43
43
  "@salesforce/plugin-trust": "4.0.7",
44
44
  "@salesforce/plugin-user": "5.0.0",
45
45
  "@salesforce/sf-plugins-core": "13.0.0",
@@ -4098,9 +4098,9 @@
4098
4098
  "license": "MIT"
4099
4099
  },
4100
4100
  "node_modules/@salesforce/agents": {
4101
- "version": "2.0.0",
4102
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.0.tgz",
4103
- "integrity": "sha512-Ry/+X8WG5+kRdGLpJdtxTSqZysXWRLBkZ+KlzHv+G+ZneEbnLac8blkMKUh0yefsxa/drPXFcvvbsI8kjTwoRw==",
4101
+ "version": "2.0.1",
4102
+ "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.1.tgz",
4103
+ "integrity": "sha512-kouvkSPi5MLT1BWOUhsPxZhpqBgN8qshRefn3WU6D74nZI8Crv0Tj0clelmEWMcZXhkiJf+Cznrpyu+2SI5O8w==",
4104
4104
  "license": "Apache-2.0",
4105
4105
  "dependencies": {
4106
4106
  "@salesforce/core": "^9.0.0",
@@ -4306,9 +4306,9 @@
4306
4306
  }
4307
4307
  },
4308
4308
  "node_modules/@salesforce/core": {
4309
- "version": "9.1.0",
4310
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.0.tgz",
4311
- "integrity": "sha512-ID9g4YH0yZBeWI0eKJv2IJRRN6ZuNjwpIOjEZm9a79Gzxa3IITsV4PCvD8q7JA3PKqiln57p8yJE458Kn5KW1g==",
4309
+ "version": "9.1.2",
4310
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.2.tgz",
4311
+ "integrity": "sha512-ezAsmwfmUYSinGtJjqRfgioKXQsVdC0bc+KSJgMSLihysG6osjhkvbGtFqHwhoFs2kLu4evJRDERthsmfEW7nA==",
4312
4312
  "license": "Apache-2.0",
4313
4313
  "dependencies": {
4314
4314
  "@jsforce/jsforce-node": "^3.10.17",
@@ -4523,16 +4523,16 @@
4523
4523
  }
4524
4524
  },
4525
4525
  "node_modules/@salesforce/plugin-agent": {
4526
- "version": "2.0.0",
4527
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.0.tgz",
4528
- "integrity": "sha512-I2QAcueG9QlVa99pfxfhivMlMJpQKC5yoyVr4f+s9XxNzpNzvOiPiVgOxF4JyKh44PFBgsidtcZ4FOwC2CcmuA==",
4526
+ "version": "2.0.1",
4527
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.1.tgz",
4528
+ "integrity": "sha512-0ZoNPPeMGoGdp6Er9VtcX0QVt6LtTpzndYkrXpE/p5bcBbadzkEowifvp3aeNFaEkDCElegHHpsnzgONeJiaFA==",
4529
4529
  "license": "Apache-2.0",
4530
4530
  "dependencies": {
4531
4531
  "@inquirer/core": "^10.3.2",
4532
4532
  "@inquirer/prompts": "^7.10.1",
4533
4533
  "@oclif/core": "^4",
4534
4534
  "@oclif/multi-stage-output": "^0.8.36",
4535
- "@salesforce/agents": "^2.0.0",
4535
+ "@salesforce/agents": "^2.0.1",
4536
4536
  "@salesforce/core": "^9.0.0",
4537
4537
  "@salesforce/kit": "^4.0.0",
4538
4538
  "@salesforce/sf-plugins-core": "^13.0.0",
@@ -4620,15 +4620,15 @@
4620
4620
  }
4621
4621
  },
4622
4622
  "node_modules/@salesforce/plugin-auth": {
4623
- "version": "5.0.3",
4624
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.3.tgz",
4625
- "integrity": "sha512-b5TJkTt9Ii+t8ikhPiWQLoTxpaQdIQES7TRn0+bgGwLa+5tae0DpAqF93jK4ICt4ojyRK//Bhc9LqQePzPzjNQ==",
4623
+ "version": "5.0.4",
4624
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.4.tgz",
4625
+ "integrity": "sha512-KGy7UInfGsE9XELmcNG8hkaDoYiZNFoxsj7N9RdVnJrhfR+0btMAenvp4Ey9V/LvORXuHn3FeI3fnedYWtTtlA==",
4626
4626
  "license": "Apache-2.0",
4627
4627
  "dependencies": {
4628
4628
  "@inquirer/checkbox": "^2.5.0",
4629
4629
  "@inquirer/select": "^2.5.0",
4630
4630
  "@oclif/core": "^4",
4631
- "@salesforce/core": "^9.0.0",
4631
+ "@salesforce/core": "^9.1.2",
4632
4632
  "@salesforce/kit": "^4.0.0",
4633
4633
  "@salesforce/plugin-info": "^4.0.0",
4634
4634
  "@salesforce/sf-plugins-core": "^13.0.0",
@@ -5152,14 +5152,14 @@
5152
5152
  }
5153
5153
  },
5154
5154
  "node_modules/@salesforce/plugin-templates": {
5155
- "version": "57.0.5",
5156
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.5.tgz",
5157
- "integrity": "sha512-cWfvYa9hAYKgZIkY1TCGUR7BuVw23p4bq2UeBYa0TogWWmxuQVJuqfqlrHnwSvJGIHT8Nu6mZUP+FnWvXbTGzQ==",
5155
+ "version": "57.0.6",
5156
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.6.tgz",
5157
+ "integrity": "sha512-viq7A+r3QlBgLyOxZi9pnu9ObkS9osJrRDhKRYa471seDATauNlkQCSyhfgIKiwjc+JpUFc+DmpyjK0uRyRY8w==",
5158
5158
  "license": "Apache-2.0",
5159
5159
  "dependencies": {
5160
5160
  "@salesforce/core": "^9.1.0",
5161
5161
  "@salesforce/sf-plugins-core": "^13.0.0",
5162
- "@salesforce/templates": "^66.13.5"
5162
+ "@salesforce/templates": "^66.13.6"
5163
5163
  },
5164
5164
  "engines": {
5165
5165
  "node": ">=22.0.0"
@@ -5668,9 +5668,9 @@
5668
5668
  }
5669
5669
  },
5670
5670
  "node_modules/@salesforce/templates": {
5671
- "version": "66.13.5",
5672
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.5.tgz",
5673
- "integrity": "sha512-KooKEUjAYhzX6F9kWyV6eB81Nw9UaIYV0rYHitgdqSJ1JZN/vnqCuryuEM47Hss8d3xuE7cF2IFTrF9YLVS+DA==",
5671
+ "version": "66.13.6",
5672
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.6.tgz",
5673
+ "integrity": "sha512-X6kM74bfZ5Zm5YM13LRuqt1cc+LvIn1ltXtG/P8J0ocebIMK4miyZwAQtAtQyIQF/VtGOXIPlgbyFPnZ7xl9MA==",
5674
5674
  "license": "BSD-3-Clause",
5675
5675
  "dependencies": {
5676
5676
  "@salesforce/kit": "^3.2.6",
package/oclif.lock CHANGED
@@ -1780,10 +1780,10 @@
1780
1780
  resolved "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz"
1781
1781
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1782
1782
 
1783
- "@salesforce/agents@^2.0.0":
1784
- version "2.0.0"
1785
- resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.0.tgz"
1786
- integrity sha512-Ry/+X8WG5+kRdGLpJdtxTSqZysXWRLBkZ+KlzHv+G+ZneEbnLac8blkMKUh0yefsxa/drPXFcvvbsI8kjTwoRw==
1783
+ "@salesforce/agents@^2.0.1":
1784
+ version "2.0.1"
1785
+ resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.1.tgz"
1786
+ integrity sha512-kouvkSPi5MLT1BWOUhsPxZhpqBgN8qshRefn3WU6D74nZI8Crv0Tj0clelmEWMcZXhkiJf+Cznrpyu+2SI5O8w==
1787
1787
  dependencies:
1788
1788
  "@salesforce/core" "^9.0.0"
1789
1789
  "@salesforce/kit" "^4.0.0"
@@ -1873,10 +1873,10 @@
1873
1873
  ts-retry-promise "^0.8.1"
1874
1874
  zod "^4.1.12"
1875
1875
 
1876
- "@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0":
1877
- version "9.1.0"
1878
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.0.tgz"
1879
- integrity sha512-ID9g4YH0yZBeWI0eKJv2IJRRN6ZuNjwpIOjEZm9a79Gzxa3IITsV4PCvD8q7JA3PKqiln57p8yJE458Kn5KW1g==
1876
+ "@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2":
1877
+ version "9.1.2"
1878
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.2.tgz"
1879
+ integrity sha512-ezAsmwfmUYSinGtJjqRfgioKXQsVdC0bc+KSJgMSLihysG6osjhkvbGtFqHwhoFs2kLu4evJRDERthsmfEW7nA==
1880
1880
  dependencies:
1881
1881
  "@jsforce/jsforce-node" "^3.10.17"
1882
1882
  "@salesforce/kit" "^4.0.0"
@@ -1977,16 +1977,16 @@
1977
1977
  jszip "^3.10.1"
1978
1978
  object-treeify "^2"
1979
1979
 
1980
- "@salesforce/plugin-agent@2.0.0":
1981
- version "2.0.0"
1982
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.0.tgz"
1983
- integrity sha512-I2QAcueG9QlVa99pfxfhivMlMJpQKC5yoyVr4f+s9XxNzpNzvOiPiVgOxF4JyKh44PFBgsidtcZ4FOwC2CcmuA==
1980
+ "@salesforce/plugin-agent@2.0.1":
1981
+ version "2.0.1"
1982
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.1.tgz"
1983
+ integrity sha512-0ZoNPPeMGoGdp6Er9VtcX0QVt6LtTpzndYkrXpE/p5bcBbadzkEowifvp3aeNFaEkDCElegHHpsnzgONeJiaFA==
1984
1984
  dependencies:
1985
1985
  "@inquirer/core" "^10.3.2"
1986
1986
  "@inquirer/prompts" "^7.10.1"
1987
1987
  "@oclif/core" "^4"
1988
1988
  "@oclif/multi-stage-output" "^0.8.36"
1989
- "@salesforce/agents" "^2.0.0"
1989
+ "@salesforce/agents" "^2.0.1"
1990
1990
  "@salesforce/core" "^9.0.0"
1991
1991
  "@salesforce/kit" "^4.0.0"
1992
1992
  "@salesforce/sf-plugins-core" "^13.0.0"
@@ -2027,15 +2027,15 @@
2027
2027
  got "^13.0.0"
2028
2028
  proxy-agent "^6.5.0"
2029
2029
 
2030
- "@salesforce/plugin-auth@5.0.3":
2031
- version "5.0.3"
2032
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.3.tgz"
2033
- integrity sha512-b5TJkTt9Ii+t8ikhPiWQLoTxpaQdIQES7TRn0+bgGwLa+5tae0DpAqF93jK4ICt4ojyRK//Bhc9LqQePzPzjNQ==
2030
+ "@salesforce/plugin-auth@5.0.4":
2031
+ version "5.0.4"
2032
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.4.tgz"
2033
+ integrity sha512-KGy7UInfGsE9XELmcNG8hkaDoYiZNFoxsj7N9RdVnJrhfR+0btMAenvp4Ey9V/LvORXuHn3FeI3fnedYWtTtlA==
2034
2034
  dependencies:
2035
2035
  "@inquirer/checkbox" "^2.5.0"
2036
2036
  "@inquirer/select" "^2.5.0"
2037
2037
  "@oclif/core" "^4"
2038
- "@salesforce/core" "^9.0.0"
2038
+ "@salesforce/core" "^9.1.2"
2039
2039
  "@salesforce/kit" "^4.0.0"
2040
2040
  "@salesforce/plugin-info" "^4.0.0"
2041
2041
  "@salesforce/sf-plugins-core" "^13.0.0"
@@ -2241,14 +2241,14 @@
2241
2241
  "@salesforce/ts-types" "^3.0.0"
2242
2242
  debug "^4.4.3"
2243
2243
 
2244
- "@salesforce/plugin-templates@57.0.5":
2245
- version "57.0.5"
2246
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.5.tgz"
2247
- integrity sha512-cWfvYa9hAYKgZIkY1TCGUR7BuVw23p4bq2UeBYa0TogWWmxuQVJuqfqlrHnwSvJGIHT8Nu6mZUP+FnWvXbTGzQ==
2244
+ "@salesforce/plugin-templates@57.0.6":
2245
+ version "57.0.6"
2246
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.6.tgz"
2247
+ integrity sha512-viq7A+r3QlBgLyOxZi9pnu9ObkS9osJrRDhKRYa471seDATauNlkQCSyhfgIKiwjc+JpUFc+DmpyjK0uRyRY8w==
2248
2248
  dependencies:
2249
2249
  "@salesforce/core" "^9.1.0"
2250
2250
  "@salesforce/sf-plugins-core" "^13.0.0"
2251
- "@salesforce/templates" "^66.13.5"
2251
+ "@salesforce/templates" "^66.13.6"
2252
2252
 
2253
2253
  "@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.7":
2254
2254
  version "4.0.7"
@@ -2367,10 +2367,10 @@
2367
2367
  o11y_schema "^260.65.0"
2368
2368
  proxy-agent "^6.5.0"
2369
2369
 
2370
- "@salesforce/templates@^66.13.5":
2371
- version "66.13.5"
2372
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.5.tgz"
2373
- integrity sha512-KooKEUjAYhzX6F9kWyV6eB81Nw9UaIYV0rYHitgdqSJ1JZN/vnqCuryuEM47Hss8d3xuE7cF2IFTrF9YLVS+DA==
2370
+ "@salesforce/templates@^66.13.6":
2371
+ version "66.13.6"
2372
+ resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.6.tgz"
2373
+ integrity sha512-X6kM74bfZ5Zm5YM13LRuqt1cc+LvIn1ltXtG/P8J0ocebIMK4miyZwAQtAtQyIQF/VtGOXIPlgbyFPnZ7xl9MA==
2374
2374
  dependencies:
2375
2375
  "@salesforce/kit" "^3.2.6"
2376
2376
  ejs "^3.1.10"
@@ -6998,5 +6998,5 @@
6998
6998
  "requiresProject": true
6999
6999
  }
7000
7000
  },
7001
- "version": "2.148.2"
7001
+ "version": "2.148.3"
7002
7002
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.148.2",
4
+ "version": "2.148.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -159,10 +159,10 @@
159
159
  "@oclif/plugin-which": "3.2.61",
160
160
  "@salesforce/core": "^9.0.0",
161
161
  "@salesforce/kit": "^4.0.0",
162
- "@salesforce/plugin-agent": "2.0.0",
162
+ "@salesforce/plugin-agent": "2.0.1",
163
163
  "@salesforce/plugin-apex": "4.1.0",
164
164
  "@salesforce/plugin-api": "2.0.8",
165
- "@salesforce/plugin-auth": "5.0.3",
165
+ "@salesforce/plugin-auth": "5.0.4",
166
166
  "@salesforce/plugin-data": "5.1.2",
167
167
  "@salesforce/plugin-deploy-retrieve": "4.0.2",
168
168
  "@salesforce/plugin-info": "4.0.5",
@@ -174,7 +174,7 @@
174
174
  "@salesforce/plugin-settings": "3.0.5",
175
175
  "@salesforce/plugin-sobject": "2.0.5",
176
176
  "@salesforce/plugin-telemetry": "4.0.3",
177
- "@salesforce/plugin-templates": "57.0.5",
177
+ "@salesforce/plugin-templates": "57.0.6",
178
178
  "@salesforce/plugin-trust": "4.0.7",
179
179
  "@salesforce/plugin-user": "5.0.0",
180
180
  "@salesforce/sf-plugins-core": "13.0.0",