@salesforce/cli 2.149.1 → 2.149.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.149.1 linux-x64 node-v24.18.0
28
+ @salesforce/cli/2.149.3 linux-x64 node-v24.19.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.1/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -9024,7 +9024,7 @@ EXAMPLES
9024
9024
  $ sf plugins
9025
9025
  ```
9026
9026
 
9027
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.86/src/commands/plugins/index.ts)_
9027
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/index.ts)_
9028
9028
 
9029
9029
  ## `sf plugins discover`
9030
9030
 
@@ -9069,7 +9069,7 @@ EXAMPLES
9069
9069
  $ sf plugins inspect @salesforce/plugin-packaging
9070
9070
  ```
9071
9071
 
9072
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.86/src/commands/plugins/inspect.ts)_
9072
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/inspect.ts)_
9073
9073
 
9074
9074
  ## `sf plugins install PLUGIN`
9075
9075
 
@@ -9118,7 +9118,7 @@ EXAMPLES
9118
9118
  $ sf plugins install someuser/someplugin
9119
9119
  ```
9120
9120
 
9121
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.86/src/commands/plugins/install.ts)_
9121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/install.ts)_
9122
9122
 
9123
9123
  ## `sf plugins link PATH`
9124
9124
 
@@ -9149,7 +9149,7 @@ EXAMPLES
9149
9149
  $ sf plugins link @salesforce/plugin-packaging
9150
9150
  ```
9151
9151
 
9152
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.86/src/commands/plugins/link.ts)_
9152
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/link.ts)_
9153
9153
 
9154
9154
  ## `sf plugins reset`
9155
9155
 
@@ -9164,7 +9164,7 @@ FLAGS
9164
9164
  --reinstall Reinstall all plugins after uninstalling.
9165
9165
  ```
9166
9166
 
9167
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.86/src/commands/plugins/reset.ts)_
9167
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/reset.ts)_
9168
9168
 
9169
9169
  ## `sf plugins trust allowlist add`
9170
9170
 
@@ -9323,7 +9323,7 @@ EXAMPLES
9323
9323
  $ sf plugins uninstall @salesforce/plugin-packaging
9324
9324
  ```
9325
9325
 
9326
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.86/src/commands/plugins/uninstall.ts)_
9326
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/uninstall.ts)_
9327
9327
 
9328
9328
  ## `sf plugins update`
9329
9329
 
@@ -9341,7 +9341,7 @@ DESCRIPTION
9341
9341
  Update installed plugins.
9342
9342
  ```
9343
9343
 
9344
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.86/src/commands/plugins/update.ts)_
9344
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/update.ts)_
9345
9345
 
9346
9346
  ## `sf project convert mdapi`
9347
9347
 
@@ -9404,7 +9404,7 @@ FLAG DESCRIPTIONS
9404
9404
  If you specify this flag, don’t specify --metadata or --source-dir.
9405
9405
  ```
9406
9406
 
9407
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/mdapi.ts)_
9407
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/convert/mdapi.ts)_
9408
9408
 
9409
9409
  ## `sf project convert source`
9410
9410
 
@@ -9477,7 +9477,7 @@ FLAG DESCRIPTIONS
9477
9477
  Override the api version used for api requests made by this command
9478
9478
  ```
9479
9479
 
9480
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/source.ts)_
9480
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/convert/source.ts)_
9481
9481
 
9482
9482
  ## `sf project convert source-behavior`
9483
9483
 
@@ -9536,7 +9536,7 @@ EXAMPLES
9536
9536
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
9537
9537
  ```
9538
9538
 
9539
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/convert/source-behavior.ts)_
9539
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/convert/source-behavior.ts)_
9540
9540
 
9541
9541
  ## `sf project delete source`
9542
9542
 
@@ -9689,7 +9689,7 @@ FLAG DESCRIPTIONS
9689
9689
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
9690
9690
  ```
9691
9691
 
9692
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/delete/source.ts)_
9692
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/delete/source.ts)_
9693
9693
 
9694
9694
  ## `sf project delete tracking`
9695
9695
 
@@ -9726,7 +9726,7 @@ EXAMPLES
9726
9726
  $ sf project delete tracking --target-org my-scratch
9727
9727
  ```
9728
9728
 
9729
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/delete/tracking.ts)_
9729
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/delete/tracking.ts)_
9730
9730
 
9731
9731
  ## `sf project deploy cancel`
9732
9732
 
@@ -9798,7 +9798,7 @@ FLAG DESCRIPTIONS
9798
9798
  project deploy report".
9799
9799
  ```
9800
9800
 
9801
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/cancel.ts)_
9801
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/deploy/cancel.ts)_
9802
9802
 
9803
9803
  ## `sf project deploy preview`
9804
9804
 
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
9881
9881
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
9882
9882
  ```
9883
9883
 
9884
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/preview.ts)_
9884
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/deploy/preview.ts)_
9885
9885
 
9886
9886
  ## `sf project deploy quick`
9887
9887
 
@@ -9974,7 +9974,7 @@ ERROR CODES
9974
9974
  Canceling (69) The deploy is being canceled.
9975
9975
  ```
9976
9976
 
9977
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/quick.ts)_
9977
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/deploy/quick.ts)_
9978
9978
 
9979
9979
  ## `sf project deploy report`
9980
9980
 
@@ -10066,7 +10066,7 @@ FLAG DESCRIPTIONS
10066
10066
  --coverage-formatters lcov --coverage-formatters clover
10067
10067
  ```
10068
10068
 
10069
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/report.ts)_
10069
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/deploy/report.ts)_
10070
10070
 
10071
10071
  ## `sf project deploy resume`
10072
10072
 
@@ -10163,7 +10163,7 @@ ERROR CODES
10163
10163
  Canceling (69) The deploy is being canceled.
10164
10164
  ```
10165
10165
 
10166
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/resume.ts)_
10166
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/deploy/resume.ts)_
10167
10167
 
10168
10168
  ## `sf project deploy start`
10169
10169
 
@@ -10429,7 +10429,7 @@ ERROR CODES
10429
10429
  Canceling (69) The deploy is being canceled.
10430
10430
  ```
10431
10431
 
10432
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/start.ts)_
10432
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/deploy/start.ts)_
10433
10433
 
10434
10434
  ## `sf project deploy validate`
10435
10435
 
@@ -10633,7 +10633,7 @@ ERROR CODES
10633
10633
  Canceling (69) The deploy is being canceled.
10634
10634
  ```
10635
10635
 
10636
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/deploy/validate.ts)_
10636
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/deploy/validate.ts)_
10637
10637
 
10638
10638
  ## `sf project generate manifest`
10639
10639
 
@@ -10729,7 +10729,7 @@ EXAMPLES
10729
10729
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
10730
10730
  ```
10731
10731
 
10732
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/generate/manifest.ts)_
10732
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/generate/manifest.ts)_
10733
10733
 
10734
10734
  ## `sf project list ignored`
10735
10735
 
@@ -10771,7 +10771,7 @@ EXAMPLES
10771
10771
  $ sf project list ignored --source-dir package.xml
10772
10772
  ```
10773
10773
 
10774
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/list/ignored.ts)_
10774
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/list/ignored.ts)_
10775
10775
 
10776
10776
  ## `sf project reset tracking`
10777
10777
 
@@ -10820,7 +10820,7 @@ EXAMPLES
10820
10820
  $ sf project reset tracking --revision 30
10821
10821
  ```
10822
10822
 
10823
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/reset/tracking.ts)_
10823
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/reset/tracking.ts)_
10824
10824
 
10825
10825
  ## `sf project retrieve preview`
10826
10826
 
@@ -10874,7 +10874,7 @@ FLAG DESCRIPTIONS
10874
10874
  production orgs.
10875
10875
  ```
10876
10876
 
10877
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/retrieve/preview.ts)_
10877
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/retrieve/preview.ts)_
10878
10878
 
10879
10879
  ## `sf project retrieve start`
10880
10880
 
@@ -11063,7 +11063,7 @@ ENVIRONMENT VARIABLES
11063
11063
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
11064
11064
  ```
11065
11065
 
11066
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.1/src/commands/project/retrieve/start.ts)_
11066
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.2/src/commands/project/retrieve/start.ts)_
11067
11067
 
11068
11068
  ## `sf schema generate field`
11069
11069
 
@@ -11400,7 +11400,7 @@ FLAG DESCRIPTIONS
11400
11400
  directory.
11401
11401
  ```
11402
11402
 
11403
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/analytics/template.ts)_
11403
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/analytics/template.ts)_
11404
11404
 
11405
11405
  ## `sf template generate apex class`
11406
11406
 
@@ -11462,7 +11462,7 @@ FLAG DESCRIPTIONS
11462
11462
  Supplied parameter values or default values are filled into a copy of the template.
11463
11463
  ```
11464
11464
 
11465
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/class.ts)_
11465
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/apex/class.ts)_
11466
11466
 
11467
11467
  ## `sf template generate apex trigger`
11468
11468
 
@@ -11532,7 +11532,7 @@ FLAG DESCRIPTIONS
11532
11532
  Supplied parameter values or default values are filled into a copy of the template.
11533
11533
  ```
11534
11534
 
11535
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/trigger.ts)_
11535
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/apex/trigger.ts)_
11536
11536
 
11537
11537
  ## `sf template generate digital-experience site`
11538
11538
 
@@ -11586,7 +11586,7 @@ FLAG DESCRIPTIONS
11586
11586
  project, defaults to the current directory.
11587
11587
  ```
11588
11588
 
11589
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/digital-experience/site.ts)_
11589
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/digital-experience/site.ts)_
11590
11590
 
11591
11591
  ## `sf template generate flexipage`
11592
11592
 
@@ -11668,7 +11668,7 @@ FLAG DESCRIPTIONS
11668
11668
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11669
11669
  ```
11670
11670
 
11671
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/flexipage/index.ts)_
11671
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/flexipage/index.ts)_
11672
11672
 
11673
11673
  ## `sf template generate lightning app`
11674
11674
 
@@ -11726,7 +11726,7 @@ FLAG DESCRIPTIONS
11726
11726
  field in the DX project's "sfdx-project.json" file.
11727
11727
  ```
11728
11728
 
11729
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/app.ts)_
11729
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/app.ts)_
11730
11730
 
11731
11731
  ## `sf template generate lightning component`
11732
11732
 
@@ -11803,7 +11803,7 @@ FLAG DESCRIPTIONS
11803
11803
  field in the DX project's "sfdx-project.json" file.
11804
11804
  ```
11805
11805
 
11806
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/component.ts)_
11806
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/component.ts)_
11807
11807
 
11808
11808
  ## `sf template generate lightning event`
11809
11809
 
@@ -11861,7 +11861,7 @@ FLAG DESCRIPTIONS
11861
11861
  field in the DX project's "sfdx-project.json" file.
11862
11862
  ```
11863
11863
 
11864
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/event.ts)_
11864
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/event.ts)_
11865
11865
 
11866
11866
  ## `sf template generate lightning interface`
11867
11867
 
@@ -11919,7 +11919,7 @@ FLAG DESCRIPTIONS
11919
11919
  field in the DX project's "sfdx-project.json" file.
11920
11920
  ```
11921
11921
 
11922
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/interface.ts)_
11922
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/interface.ts)_
11923
11923
 
11924
11924
  ## `sf template generate lightning test`
11925
11925
 
@@ -11977,7 +11977,7 @@ FLAG DESCRIPTIONS
11977
11977
  field in the DX project's "sfdx-project.json" file.
11978
11978
  ```
11979
11979
 
11980
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/test.ts)_
11980
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/test.ts)_
11981
11981
 
11982
11982
  ## `sf template generate project`
11983
11983
 
@@ -12109,7 +12109,7 @@ FLAG DESCRIPTIONS
12109
12109
  server-side type stripping.
12110
12110
  ```
12111
12111
 
12112
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/project/index.ts)_
12112
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/project/index.ts)_
12113
12113
 
12114
12114
  ## `sf template generate static-resource`
12115
12115
 
@@ -12172,7 +12172,7 @@ FLAG DESCRIPTIONS
12172
12172
  etc.
12173
12173
  ```
12174
12174
 
12175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/static-resource/index.ts)_
12175
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/static-resource/index.ts)_
12176
12176
 
12177
12177
  ## `sf template generate ui-bundle`
12178
12178
 
@@ -12261,7 +12261,7 @@ FLAG DESCRIPTIONS
12261
12261
  Supplied parameter values or default values are filled into a copy of the template.
12262
12262
  ```
12263
12263
 
12264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/ui-bundle/index.ts)_
12264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/ui-bundle/index.ts)_
12265
12265
 
12266
12266
  ## `sf template generate visualforce component`
12267
12267
 
@@ -12318,7 +12318,7 @@ FLAG DESCRIPTIONS
12318
12318
  Supplied parameter values or default values are filled into a copy of the template.
12319
12319
  ```
12320
12320
 
12321
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/component.ts)_
12321
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/visualforce/component.ts)_
12322
12322
 
12323
12323
  ## `sf template generate visualforce page`
12324
12324
 
@@ -12369,7 +12369,7 @@ FLAG DESCRIPTIONS
12369
12369
  The name can be up to 40 characters and must start with a letter.
12370
12370
  ```
12371
12371
 
12372
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/page.ts)_
12372
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/visualforce/page.ts)_
12373
12373
 
12374
12374
  ## `sf update [CHANNEL]`
12375
12375
 
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.149.1",
3
+ "version": "2.149.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.149.1",
9
+ "version": "2.149.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.13.3",
14
+ "@oclif/core": "4.13.5",
15
15
  "@oclif/plugin-autocomplete": "3.2.56",
16
16
  "@oclif/plugin-commands": "4.1.63",
17
17
  "@oclif/plugin-help": "6.2.58",
18
18
  "@oclif/plugin-not-found": "3.2.93",
19
- "@oclif/plugin-plugins": "5.4.86",
19
+ "@oclif/plugin-plugins": "5.4.87",
20
20
  "@oclif/plugin-search": "1.2.54",
21
21
  "@oclif/plugin-update": "4.7.59",
22
22
  "@oclif/plugin-version": "2.2.57",
@@ -24,12 +24,12 @@
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.1",
27
+ "@salesforce/plugin-agent": "2.0.2",
28
28
  "@salesforce/plugin-apex": "4.1.0",
29
29
  "@salesforce/plugin-api": "2.0.8",
30
30
  "@salesforce/plugin-auth": "5.0.5",
31
31
  "@salesforce/plugin-data": "5.1.3",
32
- "@salesforce/plugin-deploy-retrieve": "4.1.1",
32
+ "@salesforce/plugin-deploy-retrieve": "4.1.2",
33
33
  "@salesforce/plugin-info": "4.0.6",
34
34
  "@salesforce/plugin-limits": "4.0.3",
35
35
  "@salesforce/plugin-marketplace": "2.0.4",
@@ -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.6",
42
+ "@salesforce/plugin-templates": "57.0.7",
43
43
  "@salesforce/plugin-trust": "4.0.8",
44
44
  "@salesforce/plugin-user": "5.0.0",
45
45
  "@salesforce/sf-plugins-core": "13.0.0",
@@ -3040,9 +3040,9 @@
3040
3040
  }
3041
3041
  },
3042
3042
  "node_modules/@oclif/core": {
3043
- "version": "4.13.3",
3044
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz",
3045
- "integrity": "sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==",
3043
+ "version": "4.13.5",
3044
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.5.tgz",
3045
+ "integrity": "sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw==",
3046
3046
  "license": "MIT",
3047
3047
  "dependencies": {
3048
3048
  "ansi-escapes": "^4.3.2",
@@ -3050,10 +3050,9 @@
3050
3050
  "clean-stack": "^3.0.1",
3051
3051
  "cli-spinners": "^2.9.2",
3052
3052
  "debug": "^4.4.3",
3053
- "ejs": "^3.1.10",
3053
+ "ejs": "^6",
3054
3054
  "get-package-type": "^0.1.0",
3055
3055
  "indent-string": "^4.0.0",
3056
- "is-wsl": "^2.2.0",
3057
3056
  "lilconfig": "^3.1.3",
3058
3057
  "minimatch": "^10.2.5",
3059
3058
  "semver": "^7.8.1",
@@ -3062,7 +3061,8 @@
3062
3061
  "tinyglobby": "^0.2.17",
3063
3062
  "widest-line": "^3.1.0",
3064
3063
  "wordwrap": "^1.0.0",
3065
- "wrap-ansi": "^7.0.0"
3064
+ "wrap-ansi": "^7.0.0",
3065
+ "wsl-utils": "^0.4.0"
3066
3066
  },
3067
3067
  "engines": {
3068
3068
  "node": ">=18.0.0"
@@ -3083,16 +3083,16 @@
3083
3083
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3084
3084
  }
3085
3085
  },
3086
- "node_modules/@oclif/core/node_modules/is-wsl": {
3087
- "version": "2.2.0",
3088
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
3089
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
3090
- "license": "MIT",
3091
- "dependencies": {
3092
- "is-docker": "^2.0.0"
3086
+ "node_modules/@oclif/core/node_modules/ejs": {
3087
+ "version": "6.0.1",
3088
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
3089
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
3090
+ "license": "Apache-2.0",
3091
+ "bin": {
3092
+ "ejs": "bin/cli.js"
3093
3093
  },
3094
3094
  "engines": {
3095
- "node": ">=8"
3095
+ "node": ">=0.12.18"
3096
3096
  }
3097
3097
  },
3098
3098
  "node_modules/@oclif/core/node_modules/supports-color": {
@@ -3378,9 +3378,9 @@
3378
3378
  }
3379
3379
  },
3380
3380
  "node_modules/@oclif/plugin-plugins": {
3381
- "version": "5.4.86",
3382
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.86.tgz",
3383
- "integrity": "sha512-znwK8zjnhg/ECQwLW8hhmPd/FBTcg+XhesxZfhpBohfIK934YokoiHJ4qwGb5ccaxQ6xV7ihpfJBy9tcNlkK4Q==",
3381
+ "version": "5.4.87",
3382
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.87.tgz",
3383
+ "integrity": "sha512-ym2/26p7J9O5POKjHOysJLSNcpWZK5mxzY3gwFYBaSgQRsjFRBdkZ8d7NcHOuES/E4ZnoP5Q3iNu+v4uhvNTDw==",
3384
3384
  "license": "MIT",
3385
3385
  "dependencies": {
3386
3386
  "@oclif/core": "^4.13.0",
@@ -4136,9 +4136,9 @@
4136
4136
  "license": "MIT"
4137
4137
  },
4138
4138
  "node_modules/@salesforce/agents": {
4139
- "version": "2.0.1",
4140
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.1.tgz",
4141
- "integrity": "sha512-kouvkSPi5MLT1BWOUhsPxZhpqBgN8qshRefn3WU6D74nZI8Crv0Tj0clelmEWMcZXhkiJf+Cznrpyu+2SI5O8w==",
4139
+ "version": "2.0.2",
4140
+ "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.2.tgz",
4141
+ "integrity": "sha512-9MOWualHDUaz7oonZXF06Gb5lnY4HzY65sGWrQMa2Waj3uGeY0mLiPQZhHY7Q0HzzwTc00AvAkDBqt6vEsmaQg==",
4142
4142
  "license": "Apache-2.0",
4143
4143
  "dependencies": {
4144
4144
  "@salesforce/core": "^9.0.0",
@@ -4561,16 +4561,16 @@
4561
4561
  }
4562
4562
  },
4563
4563
  "node_modules/@salesforce/plugin-agent": {
4564
- "version": "2.0.1",
4565
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.1.tgz",
4566
- "integrity": "sha512-0ZoNPPeMGoGdp6Er9VtcX0QVt6LtTpzndYkrXpE/p5bcBbadzkEowifvp3aeNFaEkDCElegHHpsnzgONeJiaFA==",
4564
+ "version": "2.0.2",
4565
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.2.tgz",
4566
+ "integrity": "sha512-sJVMHxOzziPXt+FkzCeU4/xOGISL7Sd759KHA8fDRMckapHiIlAUOmn+bWeFx9saALnvchGo1J4b8+OkW27y0w==",
4567
4567
  "license": "Apache-2.0",
4568
4568
  "dependencies": {
4569
4569
  "@inquirer/core": "^10.3.2",
4570
4570
  "@inquirer/prompts": "^7.10.1",
4571
4571
  "@oclif/core": "^4",
4572
4572
  "@oclif/multi-stage-output": "^0.8.36",
4573
- "@salesforce/agents": "^2.0.1",
4573
+ "@salesforce/agents": "^2.0.2",
4574
4574
  "@salesforce/core": "^9.0.0",
4575
4575
  "@salesforce/kit": "^4.0.0",
4576
4576
  "@salesforce/sf-plugins-core": "^13.0.0",
@@ -4926,13 +4926,13 @@
4926
4926
  "license": "MIT"
4927
4927
  },
4928
4928
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4929
- "version": "4.1.1",
4930
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.1.tgz",
4931
- "integrity": "sha512-yZkng4hk+ipB+i5jAOO5tG9w/94G5SaEtXe3VLGzgjPUrcE5eWFi7DIesnLb3YQ94oWUAQE31xuLeqIsdJ5Nrg==",
4929
+ "version": "4.1.2",
4930
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.2.tgz",
4931
+ "integrity": "sha512-1edOUL/fojpNJOJO4ur2MRA0jaEyMzqF4GzHBKtLBsZjTCWeygSZsANTJPoAMUI2P6zJ7h1BXsSm2NcihW1shA==",
4932
4932
  "license": "Apache-2.0",
4933
4933
  "dependencies": {
4934
4934
  "@inquirer/prompts": "^7.8.3",
4935
- "@oclif/core": "^4.11.14",
4935
+ "@oclif/core": "^4.13.3",
4936
4936
  "@oclif/multi-stage-output": "^0.8.42",
4937
4937
  "@salesforce/apex-node": "^9.0.0",
4938
4938
  "@salesforce/core": "^9.1.2",
@@ -5192,14 +5192,14 @@
5192
5192
  }
5193
5193
  },
5194
5194
  "node_modules/@salesforce/plugin-templates": {
5195
- "version": "57.0.6",
5196
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.6.tgz",
5197
- "integrity": "sha512-viq7A+r3QlBgLyOxZi9pnu9ObkS9osJrRDhKRYa471seDATauNlkQCSyhfgIKiwjc+JpUFc+DmpyjK0uRyRY8w==",
5195
+ "version": "57.0.7",
5196
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.7.tgz",
5197
+ "integrity": "sha512-d7wBCnlJTVDJ338KIEY2/j9rLPUni+QbP30sixM67lBTu0mNSIl8d8RSlaso4h5fhpJraoaR6UIDv3LiXxIKQQ==",
5198
5198
  "license": "Apache-2.0",
5199
5199
  "dependencies": {
5200
5200
  "@salesforce/core": "^9.1.0",
5201
5201
  "@salesforce/sf-plugins-core": "^13.0.0",
5202
- "@salesforce/templates": "^66.13.6"
5202
+ "@salesforce/templates": "^66.13.7"
5203
5203
  },
5204
5204
  "engines": {
5205
5205
  "node": ">=22.0.0"
@@ -5708,9 +5708,9 @@
5708
5708
  }
5709
5709
  },
5710
5710
  "node_modules/@salesforce/templates": {
5711
- "version": "66.13.6",
5712
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.6.tgz",
5713
- "integrity": "sha512-X6kM74bfZ5Zm5YM13LRuqt1cc+LvIn1ltXtG/P8J0ocebIMK4miyZwAQtAtQyIQF/VtGOXIPlgbyFPnZ7xl9MA==",
5711
+ "version": "66.13.7",
5712
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.7.tgz",
5713
+ "integrity": "sha512-JGmZ0qXNCbc99bIGgwkmAey1MQ/w2rC22gY1yLj2ajDQpYN8FpwqtyhJrDbQtWbRpFMXhK5Bp7krpyBqotY+tQ==",
5714
5714
  "license": "BSD-3-Clause",
5715
5715
  "dependencies": {
5716
5716
  "@salesforce/kit": "^3.2.6",
@@ -13399,15 +13399,15 @@
13399
13399
  }
13400
13400
  },
13401
13401
  "node_modules/is-docker": {
13402
- "version": "2.2.1",
13403
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
13404
- "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
13402
+ "version": "3.0.0",
13403
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
13404
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
13405
13405
  "license": "MIT",
13406
13406
  "bin": {
13407
13407
  "is-docker": "cli.js"
13408
13408
  },
13409
13409
  "engines": {
13410
- "node": ">=8"
13410
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
13411
13411
  },
13412
13412
  "funding": {
13413
13413
  "url": "https://github.com/sponsors/sindresorhus"
@@ -13528,21 +13528,6 @@
13528
13528
  "url": "https://github.com/sponsors/sindresorhus"
13529
13529
  }
13530
13530
  },
13531
- "node_modules/is-inside-container/node_modules/is-docker": {
13532
- "version": "3.0.0",
13533
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
13534
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
13535
- "license": "MIT",
13536
- "bin": {
13537
- "is-docker": "cli.js"
13538
- },
13539
- "engines": {
13540
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
13541
- },
13542
- "funding": {
13543
- "url": "https://github.com/sponsors/sindresorhus"
13544
- }
13545
- },
13546
13531
  "node_modules/is-map": {
13547
13532
  "version": "2.0.3",
13548
13533
  "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
@@ -18995,6 +18980,21 @@
18995
18980
  "url": "https://github.com/sponsors/sindresorhus"
18996
18981
  }
18997
18982
  },
18983
+ "node_modules/open/node_modules/wsl-utils": {
18984
+ "version": "0.1.0",
18985
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
18986
+ "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
18987
+ "license": "MIT",
18988
+ "dependencies": {
18989
+ "is-wsl": "^3.1.0"
18990
+ },
18991
+ "engines": {
18992
+ "node": ">=18"
18993
+ },
18994
+ "funding": {
18995
+ "url": "https://github.com/sponsors/sindresorhus"
18996
+ }
18997
+ },
18998
18998
  "node_modules/optionator": {
18999
18999
  "version": "0.9.4",
19000
19000
  "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
@@ -19653,6 +19653,18 @@
19653
19653
  "node": ">=4"
19654
19654
  }
19655
19655
  },
19656
+ "node_modules/powershell-utils": {
19657
+ "version": "0.1.0",
19658
+ "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
19659
+ "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
19660
+ "license": "MIT",
19661
+ "engines": {
19662
+ "node": ">=20"
19663
+ },
19664
+ "funding": {
19665
+ "url": "https://github.com/sponsors/sindresorhus"
19666
+ }
19667
+ },
19656
19668
  "node_modules/prelude-ls": {
19657
19669
  "version": "1.2.1",
19658
19670
  "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@@ -23145,15 +23157,16 @@
23145
23157
  }
23146
23158
  },
23147
23159
  "node_modules/wsl-utils": {
23148
- "version": "0.1.0",
23149
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
23150
- "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
23160
+ "version": "0.4.0",
23161
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
23162
+ "integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
23151
23163
  "license": "MIT",
23152
23164
  "dependencies": {
23153
- "is-wsl": "^3.1.0"
23165
+ "is-wsl": "^3.1.0",
23166
+ "powershell-utils": "^0.1.0"
23154
23167
  },
23155
23168
  "engines": {
23156
- "node": ">=18"
23169
+ "node": ">=20"
23157
23170
  },
23158
23171
  "funding": {
23159
23172
  "url": "https://github.com/sponsors/sindresorhus"
package/oclif.lock CHANGED
@@ -1333,20 +1333,19 @@
1333
1333
  node-gyp "^12.1.0"
1334
1334
  proc-log "^6.0.0"
1335
1335
 
1336
- "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.2", "@oclif/core@^4.13.3", "@oclif/core@>= 3.0.0", "@oclif/core@4.13.3":
1337
- version "4.13.3"
1338
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz"
1339
- integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==
1336
+ "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.2", "@oclif/core@^4.13.3", "@oclif/core@>= 3.0.0", "@oclif/core@4.13.5":
1337
+ version "4.13.5"
1338
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.5.tgz"
1339
+ integrity sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw==
1340
1340
  dependencies:
1341
1341
  ansi-escapes "^4.3.2"
1342
1342
  ansis "^3.17.0"
1343
1343
  clean-stack "^3.0.1"
1344
1344
  cli-spinners "^2.9.2"
1345
1345
  debug "^4.4.3"
1346
- ejs "^3.1.10"
1346
+ ejs "^6"
1347
1347
  get-package-type "^0.1.0"
1348
1348
  indent-string "^4.0.0"
1349
- is-wsl "^2.2.0"
1350
1349
  lilconfig "^3.1.3"
1351
1350
  minimatch "^10.2.5"
1352
1351
  semver "^7.8.1"
@@ -1356,6 +1355,7 @@
1356
1355
  widest-line "^3.1.0"
1357
1356
  wordwrap "^1.0.0"
1358
1357
  wrap-ansi "^7.0.0"
1358
+ wsl-utils "^0.4.0"
1359
1359
 
1360
1360
  "@oclif/multi-stage-output@^0.8.36", "@oclif/multi-stage-output@^0.8.42", "@oclif/multi-stage-output@^0.8.44":
1361
1361
  version "0.8.44"
@@ -1422,10 +1422,10 @@
1422
1422
  ansis "^3.17.0"
1423
1423
  fast-levenshtein "^3.0.0"
1424
1424
 
1425
- "@oclif/plugin-plugins@5.4.86":
1426
- version "5.4.86"
1427
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.86.tgz"
1428
- integrity sha512-znwK8zjnhg/ECQwLW8hhmPd/FBTcg+XhesxZfhpBohfIK934YokoiHJ4qwGb5ccaxQ6xV7ihpfJBy9tcNlkK4Q==
1425
+ "@oclif/plugin-plugins@5.4.87":
1426
+ version "5.4.87"
1427
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.87.tgz"
1428
+ integrity sha512-ym2/26p7J9O5POKjHOysJLSNcpWZK5mxzY3gwFYBaSgQRsjFRBdkZ8d7NcHOuES/E4ZnoP5Q3iNu+v4uhvNTDw==
1429
1429
  dependencies:
1430
1430
  "@oclif/core" "^4.13.0"
1431
1431
  ansis "^3.17.0"
@@ -1781,10 +1781,10 @@
1781
1781
  resolved "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz"
1782
1782
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1783
1783
 
1784
- "@salesforce/agents@^2.0.1":
1785
- version "2.0.1"
1786
- resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.1.tgz"
1787
- integrity sha512-kouvkSPi5MLT1BWOUhsPxZhpqBgN8qshRefn3WU6D74nZI8Crv0Tj0clelmEWMcZXhkiJf+Cznrpyu+2SI5O8w==
1784
+ "@salesforce/agents@^2.0.2":
1785
+ version "2.0.2"
1786
+ resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.2.tgz"
1787
+ integrity sha512-9MOWualHDUaz7oonZXF06Gb5lnY4HzY65sGWrQMa2Waj3uGeY0mLiPQZhHY7Q0HzzwTc00AvAkDBqt6vEsmaQg==
1788
1788
  dependencies:
1789
1789
  "@salesforce/core" "^9.0.0"
1790
1790
  "@salesforce/kit" "^4.0.0"
@@ -1978,16 +1978,16 @@
1978
1978
  jszip "^3.10.1"
1979
1979
  object-treeify "^2"
1980
1980
 
1981
- "@salesforce/plugin-agent@2.0.1":
1982
- version "2.0.1"
1983
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.1.tgz"
1984
- integrity sha512-0ZoNPPeMGoGdp6Er9VtcX0QVt6LtTpzndYkrXpE/p5bcBbadzkEowifvp3aeNFaEkDCElegHHpsnzgONeJiaFA==
1981
+ "@salesforce/plugin-agent@2.0.2":
1982
+ version "2.0.2"
1983
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.2.tgz"
1984
+ integrity sha512-sJVMHxOzziPXt+FkzCeU4/xOGISL7Sd759KHA8fDRMckapHiIlAUOmn+bWeFx9saALnvchGo1J4b8+OkW27y0w==
1985
1985
  dependencies:
1986
1986
  "@inquirer/core" "^10.3.2"
1987
1987
  "@inquirer/prompts" "^7.10.1"
1988
1988
  "@oclif/core" "^4"
1989
1989
  "@oclif/multi-stage-output" "^0.8.36"
1990
- "@salesforce/agents" "^2.0.1"
1990
+ "@salesforce/agents" "^2.0.2"
1991
1991
  "@salesforce/core" "^9.0.0"
1992
1992
  "@salesforce/kit" "^4.0.0"
1993
1993
  "@salesforce/sf-plugins-core" "^13.0.0"
@@ -2078,13 +2078,13 @@
2078
2078
  undici "^7.29.0"
2079
2079
  zod "^4.4.3"
2080
2080
 
2081
- "@salesforce/plugin-deploy-retrieve@4.1.1":
2082
- version "4.1.1"
2083
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.1.tgz"
2084
- integrity sha512-yZkng4hk+ipB+i5jAOO5tG9w/94G5SaEtXe3VLGzgjPUrcE5eWFi7DIesnLb3YQ94oWUAQE31xuLeqIsdJ5Nrg==
2081
+ "@salesforce/plugin-deploy-retrieve@4.1.2":
2082
+ version "4.1.2"
2083
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-4.1.2.tgz"
2084
+ integrity sha512-1edOUL/fojpNJOJO4ur2MRA0jaEyMzqF4GzHBKtLBsZjTCWeygSZsANTJPoAMUI2P6zJ7h1BXsSm2NcihW1shA==
2085
2085
  dependencies:
2086
2086
  "@inquirer/prompts" "^7.8.3"
2087
- "@oclif/core" "^4.11.14"
2087
+ "@oclif/core" "^4.13.3"
2088
2088
  "@oclif/multi-stage-output" "^0.8.42"
2089
2089
  "@salesforce/apex-node" "^9.0.0"
2090
2090
  "@salesforce/core" "^9.1.2"
@@ -2244,14 +2244,14 @@
2244
2244
  "@salesforce/ts-types" "^3.0.0"
2245
2245
  debug "^4.4.3"
2246
2246
 
2247
- "@salesforce/plugin-templates@57.0.6":
2248
- version "57.0.6"
2249
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.6.tgz"
2250
- integrity sha512-viq7A+r3QlBgLyOxZi9pnu9ObkS9osJrRDhKRYa471seDATauNlkQCSyhfgIKiwjc+JpUFc+DmpyjK0uRyRY8w==
2247
+ "@salesforce/plugin-templates@57.0.7":
2248
+ version "57.0.7"
2249
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.7.tgz"
2250
+ integrity sha512-d7wBCnlJTVDJ338KIEY2/j9rLPUni+QbP30sixM67lBTu0mNSIl8d8RSlaso4h5fhpJraoaR6UIDv3LiXxIKQQ==
2251
2251
  dependencies:
2252
2252
  "@salesforce/core" "^9.1.0"
2253
2253
  "@salesforce/sf-plugins-core" "^13.0.0"
2254
- "@salesforce/templates" "^66.13.6"
2254
+ "@salesforce/templates" "^66.13.7"
2255
2255
 
2256
2256
  "@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.8":
2257
2257
  version "4.0.8"
@@ -2370,10 +2370,10 @@
2370
2370
  o11y_schema "^260.65.0"
2371
2371
  proxy-agent "^6.5.0"
2372
2372
 
2373
- "@salesforce/templates@^66.13.6":
2374
- version "66.13.6"
2375
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.6.tgz"
2376
- integrity sha512-X6kM74bfZ5Zm5YM13LRuqt1cc+LvIn1ltXtG/P8J0ocebIMK4miyZwAQtAtQyIQF/VtGOXIPlgbyFPnZ7xl9MA==
2373
+ "@salesforce/templates@^66.13.7":
2374
+ version "66.13.7"
2375
+ resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.7.tgz"
2376
+ integrity sha512-JGmZ0qXNCbc99bIGgwkmAey1MQ/w2rC22gY1yLj2ajDQpYN8FpwqtyhJrDbQtWbRpFMXhK5Bp7krpyBqotY+tQ==
2377
2377
  dependencies:
2378
2378
  "@salesforce/kit" "^3.2.6"
2379
2379
  ejs "^3.1.10"
@@ -4679,6 +4679,11 @@ ejs@^3.1.10:
4679
4679
  dependencies:
4680
4680
  jake "^10.8.5"
4681
4681
 
4682
+ ejs@^6:
4683
+ version "6.0.1"
4684
+ resolved "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz"
4685
+ integrity sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==
4686
+
4682
4687
  electron-to-chromium@^1.5.393:
4683
4688
  version "1.5.398"
4684
4689
  resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.398.tgz"
@@ -6461,11 +6466,6 @@ is-date-object@^1.1.0:
6461
6466
  call-bound "^1.0.2"
6462
6467
  has-tostringtag "^1.0.2"
6463
6468
 
6464
- is-docker@^2.0.0:
6465
- version "2.2.1"
6466
- resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz"
6467
- integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
6468
-
6469
6469
  is-docker@^3.0.0:
6470
6470
  version "3.0.0"
6471
6471
  resolved "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz"
@@ -6693,13 +6693,6 @@ is-windows@^1.0.2:
6693
6693
  resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz"
6694
6694
  integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
6695
6695
 
6696
- is-wsl@^2.2.0:
6697
- version "2.2.0"
6698
- resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz"
6699
- integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
6700
- dependencies:
6701
- is-docker "^2.0.0"
6702
-
6703
6696
  is-wsl@^3.1.0, is-wsl@^3.1.1:
6704
6697
  version "3.1.1"
6705
6698
  resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz"
@@ -8942,6 +8935,11 @@ postcss-selector-parser@^7.0.0:
8942
8935
  cssesc "^3.0.0"
8943
8936
  util-deprecate "^1.0.2"
8944
8937
 
8938
+ powershell-utils@^0.1.0:
8939
+ version "0.1.0"
8940
+ resolved "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz"
8941
+ integrity sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==
8942
+
8945
8943
  prelude-ls@^1.2.1:
8946
8944
  version "1.2.1"
8947
8945
  resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
@@ -11069,6 +11067,14 @@ wsl-utils@^0.1.0:
11069
11067
  dependencies:
11070
11068
  is-wsl "^3.1.0"
11071
11069
 
11070
+ wsl-utils@^0.4.0:
11071
+ version "0.4.0"
11072
+ resolved "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz"
11073
+ integrity sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==
11074
+ dependencies:
11075
+ is-wsl "^3.1.0"
11076
+ powershell-utils "^0.1.0"
11077
+
11072
11078
  xml-naming@^0.3.0:
11073
11079
  version "0.3.0"
11074
11080
  resolved "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.0.tgz"
@@ -6998,5 +6998,5 @@
6998
6998
  "requiresProject": true
6999
6999
  }
7000
7000
  },
7001
- "version": "2.149.1"
7001
+ "version": "2.149.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.149.1",
4
+ "version": "2.149.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -79,8 +79,8 @@
79
79
  "@salesforce/plugin-code-analyzer": "5.15.0",
80
80
  "@salesforce/plugin-community": "4.0.3",
81
81
  "@salesforce/plugin-custom-metadata": "4.0.3",
82
- "@salesforce/plugin-dev": "2.5.2",
83
- "@salesforce/plugin-devops-center": "2.1.0",
82
+ "@salesforce/plugin-dev": "2.5.3",
83
+ "@salesforce/plugin-devops-center": "2.1.1",
84
84
  "@salesforce/plugin-flow": "2.0.0",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.18",
86
86
  "@salesforce/plugin-signups": "3.0.3",
@@ -146,12 +146,12 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.13.3",
149
+ "@oclif/core": "4.13.5",
150
150
  "@oclif/plugin-autocomplete": "3.2.56",
151
151
  "@oclif/plugin-commands": "4.1.63",
152
152
  "@oclif/plugin-help": "6.2.58",
153
153
  "@oclif/plugin-not-found": "3.2.93",
154
- "@oclif/plugin-plugins": "5.4.86",
154
+ "@oclif/plugin-plugins": "5.4.87",
155
155
  "@oclif/plugin-search": "1.2.54",
156
156
  "@oclif/plugin-update": "4.7.59",
157
157
  "@oclif/plugin-version": "2.2.57",
@@ -159,12 +159,12 @@
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.1",
162
+ "@salesforce/plugin-agent": "2.0.2",
163
163
  "@salesforce/plugin-apex": "4.1.0",
164
164
  "@salesforce/plugin-api": "2.0.8",
165
165
  "@salesforce/plugin-auth": "5.0.5",
166
166
  "@salesforce/plugin-data": "5.1.3",
167
- "@salesforce/plugin-deploy-retrieve": "4.1.1",
167
+ "@salesforce/plugin-deploy-retrieve": "4.1.2",
168
168
  "@salesforce/plugin-info": "4.0.6",
169
169
  "@salesforce/plugin-limits": "4.0.3",
170
170
  "@salesforce/plugin-marketplace": "2.0.4",
@@ -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.6",
177
+ "@salesforce/plugin-templates": "57.0.7",
178
178
  "@salesforce/plugin-trust": "4.0.8",
179
179
  "@salesforce/plugin-user": "5.0.0",
180
180
  "@salesforce/sf-plugins-core": "13.0.0",