@salesforce/cli 2.149.7 → 2.149.8

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.7 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.149.8 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.2/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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.2/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -4796,7 +4796,7 @@ EXAMPLES
4796
4796
  $ sf doctor --plugin @salesforce/plugin-source
4797
4797
  ```
4798
4798
 
4799
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.8/src/commands/doctor.ts)_
4799
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.9/src/commands/doctor.ts)_
4800
4800
 
4801
4801
  ## `sf force data bulk delete`
4802
4802
 
@@ -4998,7 +4998,7 @@ EXAMPLES
4998
4998
  $ sf info releasenotes display --version latest
4999
4999
  ```
5000
5000
 
5001
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.8/src/commands/info/releasenotes/display.ts)_
5001
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.9/src/commands/info/releasenotes/display.ts)_
5002
5002
 
5003
5003
  ## `sf logic get test`
5004
5004
 
@@ -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.5/src/commands/org/list/auth.ts)_
6289
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/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.5/src/commands/org/login/access-token.ts)_
6592
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/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.5/src/commands/org/login/jwt.ts)_
6683
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/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.5/src/commands/org/login/sfdx-url.ts)_
6753
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/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.5/src/commands/org/login/web.ts)_
6858
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/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.5/src/commands/org/logout.ts)_
6924
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/logout.ts)_
6925
6925
 
6926
6926
  ## `sf org open`
6927
6927
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.149.7",
3
+ "version": "2.149.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.149.7",
9
+ "version": "2.149.8",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -24,13 +24,13 @@
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.2",
27
+ "@salesforce/plugin-agent": "2.0.3",
28
28
  "@salesforce/plugin-apex": "4.1.0",
29
29
  "@salesforce/plugin-api": "2.0.9",
30
- "@salesforce/plugin-auth": "5.0.5",
30
+ "@salesforce/plugin-auth": "5.0.6",
31
31
  "@salesforce/plugin-data": "5.1.5",
32
32
  "@salesforce/plugin-deploy-retrieve": "4.1.2",
33
- "@salesforce/plugin-info": "4.0.8",
33
+ "@salesforce/plugin-info": "4.0.9",
34
34
  "@salesforce/plugin-limits": "4.0.3",
35
35
  "@salesforce/plugin-marketplace": "2.0.5",
36
36
  "@salesforce/plugin-org": "6.0.9",
@@ -42,7 +42,7 @@
42
42
  "@salesforce/plugin-templates": "57.0.9",
43
43
  "@salesforce/plugin-trust": "4.0.9",
44
44
  "@salesforce/plugin-user": "5.0.1",
45
- "@salesforce/sf-plugins-core": "13.0.0",
45
+ "@salesforce/sf-plugins-core": "13.0.3",
46
46
  "ansis": "^3.12.0"
47
47
  },
48
48
  "bin": {
@@ -2511,9 +2511,9 @@
2511
2511
  }
2512
2512
  },
2513
2513
  "node_modules/@jsforce/jsforce-node": {
2514
- "version": "3.10.19",
2515
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.19.tgz",
2516
- "integrity": "sha512-k7i2Tntu1fLvkMtRcKDFU64/Fr2M692ECtbwIGX6hcOh5mj+jrMa1tlvcdwffxAMl+lPYCXnY2bjErxWmP84zA==",
2514
+ "version": "3.10.22",
2515
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.22.tgz",
2516
+ "integrity": "sha512-4TLjnvTlBW59NmNSsRRV5dDEepQGfBKVD0WWQlJUJwkU0d5FFxo8GbfNmCOXkjjYAe1wv7SuvMzJKcLZHU6qyw==",
2517
2517
  "license": "MIT",
2518
2518
  "dependencies": {
2519
2519
  "@sindresorhus/is": "^4",
@@ -3127,22 +3127,6 @@
3127
3127
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3128
3128
  }
3129
3129
  },
3130
- "node_modules/@oclif/core/node_modules/wsl-utils": {
3131
- "version": "0.4.0",
3132
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
3133
- "integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
3134
- "license": "MIT",
3135
- "dependencies": {
3136
- "is-wsl": "^3.1.0",
3137
- "powershell-utils": "^0.1.0"
3138
- },
3139
- "engines": {
3140
- "node": ">=20"
3141
- },
3142
- "funding": {
3143
- "url": "https://github.com/sponsors/sindresorhus"
3144
- }
3145
- },
3146
3130
  "node_modules/@oclif/multi-stage-output": {
3147
3131
  "version": "0.8.44",
3148
3132
  "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.44.tgz",
@@ -4152,9 +4136,9 @@
4152
4136
  "license": "MIT"
4153
4137
  },
4154
4138
  "node_modules/@salesforce/agents": {
4155
- "version": "2.0.2",
4156
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.2.tgz",
4157
- "integrity": "sha512-9MOWualHDUaz7oonZXF06Gb5lnY4HzY65sGWrQMa2Waj3uGeY0mLiPQZhHY7Q0HzzwTc00AvAkDBqt6vEsmaQg==",
4139
+ "version": "2.0.4",
4140
+ "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.4.tgz",
4141
+ "integrity": "sha512-ZUZH6+y4pfowqw6OMeF4rifsSObr0dyMZsBlkgkvwexqKXyg6igKyfwmN3NbjHfgtSfeyJN6n0dfsA3U51qBrQ==",
4158
4142
  "license": "Apache-2.0",
4159
4143
  "dependencies": {
4160
4144
  "@salesforce/core": "^9.0.0",
@@ -4360,12 +4344,12 @@
4360
4344
  }
4361
4345
  },
4362
4346
  "node_modules/@salesforce/core": {
4363
- "version": "9.1.2",
4364
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.2.tgz",
4365
- "integrity": "sha512-ezAsmwfmUYSinGtJjqRfgioKXQsVdC0bc+KSJgMSLihysG6osjhkvbGtFqHwhoFs2kLu4evJRDERthsmfEW7nA==",
4347
+ "version": "9.1.4",
4348
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.4.tgz",
4349
+ "integrity": "sha512-S4VZ0xstYOAs5dwt7EDGkuFZA8rddy0wmuPTGjsIhgAPzuq3I5lKyBNwqXMMxdhBcWi+P4cXccHLpOYivgdrXQ==",
4366
4350
  "license": "Apache-2.0",
4367
4351
  "dependencies": {
4368
- "@jsforce/jsforce-node": "^3.10.17",
4352
+ "@jsforce/jsforce-node": "^3.10.22",
4369
4353
  "@salesforce/kit": "^4.0.0",
4370
4354
  "@salesforce/ts-types": "^3.0.0",
4371
4355
  "ajv": "^8.18.0",
@@ -4577,16 +4561,16 @@
4577
4561
  }
4578
4562
  },
4579
4563
  "node_modules/@salesforce/plugin-agent": {
4580
- "version": "2.0.2",
4581
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.2.tgz",
4582
- "integrity": "sha512-sJVMHxOzziPXt+FkzCeU4/xOGISL7Sd759KHA8fDRMckapHiIlAUOmn+bWeFx9saALnvchGo1J4b8+OkW27y0w==",
4564
+ "version": "2.0.3",
4565
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.3.tgz",
4566
+ "integrity": "sha512-Sp4T0Z/1NLTwMrZECFNl/hVkwMLO9wOSXolFgXwXl49U094VB5azmidhZwcUSOBbWBCuealP0O7MWtzK7bGNLg==",
4583
4567
  "license": "Apache-2.0",
4584
4568
  "dependencies": {
4585
4569
  "@inquirer/core": "^10.3.2",
4586
4570
  "@inquirer/prompts": "^7.10.1",
4587
4571
  "@oclif/core": "^4",
4588
4572
  "@oclif/multi-stage-output": "^0.8.36",
4589
- "@salesforce/agents": "^2.0.2",
4573
+ "@salesforce/agents": "^2.0.4",
4590
4574
  "@salesforce/core": "^9.0.0",
4591
4575
  "@salesforce/kit": "^4.0.0",
4592
4576
  "@salesforce/sf-plugins-core": "^13.0.0",
@@ -4674,20 +4658,20 @@
4674
4658
  }
4675
4659
  },
4676
4660
  "node_modules/@salesforce/plugin-auth": {
4677
- "version": "5.0.5",
4678
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.5.tgz",
4679
- "integrity": "sha512-bYDx/yo8l8Qc6BZP3S5yu4c0XpBeZQJ8XPPM7SLeiTSj54trIXnUvPOL0xdx7DWgdoxmJt6hzDn004enM1NxEA==",
4661
+ "version": "5.0.6",
4662
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.6.tgz",
4663
+ "integrity": "sha512-Dyd+PTeiJuchVGTyKdhTQSbNM4Giezj9Hi1Pm07c3tYLnFuuW1de5yyWd7LTdjUYpEeGnvb2SX3IAND/u3y+2Q==",
4680
4664
  "license": "Apache-2.0",
4681
4665
  "dependencies": {
4682
4666
  "@inquirer/checkbox": "^2.5.0",
4683
4667
  "@inquirer/select": "^2.5.0",
4684
4668
  "@oclif/core": "^4",
4685
- "@salesforce/core": "^9.1.2",
4669
+ "@salesforce/core": "^9.1.4",
4686
4670
  "@salesforce/kit": "^4.0.0",
4687
- "@salesforce/plugin-info": "^4.0.0",
4688
- "@salesforce/sf-plugins-core": "^13.0.0",
4671
+ "@salesforce/plugin-info": "^4.0.9",
4672
+ "@salesforce/sf-plugins-core": "^13.0.3",
4689
4673
  "@salesforce/ts-types": "^3.0.0",
4690
- "open": "^10.2.0",
4674
+ "open": "^11.0.0",
4691
4675
  "which": "^4"
4692
4676
  },
4693
4677
  "engines": {
@@ -4966,15 +4950,15 @@
4966
4950
  }
4967
4951
  },
4968
4952
  "node_modules/@salesforce/plugin-info": {
4969
- "version": "4.0.8",
4970
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.8.tgz",
4971
- "integrity": "sha512-4lu/oc/xa/F+ThbxRwHt04ectqeM2XhHqp1Vg7FF4bAeXQd/6YmBZvgHfjwF4ByB07ULIde4Hjg3llE7VOuHcw==",
4953
+ "version": "4.0.9",
4954
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.9.tgz",
4955
+ "integrity": "sha512-xNVPq6irNrv8bnSuXVqmwsUxfgNtC5PdAr1xavKo3K5euZMBaSw+UDtULVYgAbAz2lFJ2OPY+dqJ95YpP0KjwQ==",
4972
4956
  "license": "Apache-2.0",
4973
4957
  "dependencies": {
4974
4958
  "@inquirer/input": "^2.3.0",
4975
- "@jsforce/jsforce-node": "^3.10.19",
4959
+ "@jsforce/jsforce-node": "^3.10.22",
4976
4960
  "@oclif/core": "^4",
4977
- "@salesforce/core": "^9.1.2",
4961
+ "@salesforce/core": "^9.1.4",
4978
4962
  "@salesforce/kit": "^4.0.0",
4979
4963
  "@salesforce/sf-plugins-core": "^13.0.0",
4980
4964
  "got": "^13.0.0",
@@ -4989,6 +4973,39 @@
4989
4973
  "node": ">=22.0.0"
4990
4974
  }
4991
4975
  },
4976
+ "node_modules/@salesforce/plugin-info/node_modules/open": {
4977
+ "version": "10.2.0",
4978
+ "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
4979
+ "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
4980
+ "license": "MIT",
4981
+ "dependencies": {
4982
+ "default-browser": "^5.2.1",
4983
+ "define-lazy-prop": "^3.0.0",
4984
+ "is-inside-container": "^1.0.0",
4985
+ "wsl-utils": "^0.1.0"
4986
+ },
4987
+ "engines": {
4988
+ "node": ">=18"
4989
+ },
4990
+ "funding": {
4991
+ "url": "https://github.com/sponsors/sindresorhus"
4992
+ }
4993
+ },
4994
+ "node_modules/@salesforce/plugin-info/node_modules/wsl-utils": {
4995
+ "version": "0.1.0",
4996
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
4997
+ "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
4998
+ "license": "MIT",
4999
+ "dependencies": {
5000
+ "is-wsl": "^3.1.0"
5001
+ },
5002
+ "engines": {
5003
+ "node": ">=18"
5004
+ },
5005
+ "funding": {
5006
+ "url": "https://github.com/sponsors/sindresorhus"
5007
+ }
5008
+ },
4992
5009
  "node_modules/@salesforce/plugin-limits": {
4993
5010
  "version": "4.0.3",
4994
5011
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-4.0.3.tgz",
@@ -5047,66 +5064,6 @@
5047
5064
  "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
5048
5065
  "license": "MIT"
5049
5066
  },
5050
- "node_modules/@salesforce/plugin-org/node_modules/open": {
5051
- "version": "11.0.1",
5052
- "resolved": "https://registry.npmjs.org/open/-/open-11.0.1.tgz",
5053
- "integrity": "sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==",
5054
- "license": "MIT",
5055
- "dependencies": {
5056
- "default-browser": "^5.4.0",
5057
- "define-lazy-prop": "^3.0.0",
5058
- "is-in-ssh": "^1.0.0",
5059
- "is-inside-container": "^1.0.0",
5060
- "powershell-utils": "^0.2.0",
5061
- "wsl-utils": "^1.0.0"
5062
- },
5063
- "engines": {
5064
- "node": ">=20"
5065
- },
5066
- "funding": {
5067
- "url": "https://github.com/sponsors/sindresorhus"
5068
- }
5069
- },
5070
- "node_modules/@salesforce/plugin-org/node_modules/powershell-utils": {
5071
- "version": "0.2.0",
5072
- "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz",
5073
- "integrity": "sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==",
5074
- "license": "MIT",
5075
- "engines": {
5076
- "node": ">=20"
5077
- },
5078
- "funding": {
5079
- "url": "https://github.com/sponsors/sindresorhus"
5080
- }
5081
- },
5082
- "node_modules/@salesforce/plugin-org/node_modules/wsl-utils": {
5083
- "version": "1.0.0",
5084
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz",
5085
- "integrity": "sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==",
5086
- "license": "MIT",
5087
- "dependencies": {
5088
- "is-wsl": "^3.1.0",
5089
- "powershell-utils": "^0.1.0"
5090
- },
5091
- "engines": {
5092
- "node": ">=20"
5093
- },
5094
- "funding": {
5095
- "url": "https://github.com/sponsors/sindresorhus"
5096
- }
5097
- },
5098
- "node_modules/@salesforce/plugin-org/node_modules/wsl-utils/node_modules/powershell-utils": {
5099
- "version": "0.1.0",
5100
- "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
5101
- "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
5102
- "license": "MIT",
5103
- "engines": {
5104
- "node": ">=20"
5105
- },
5106
- "funding": {
5107
- "url": "https://github.com/sponsors/sindresorhus"
5108
- }
5109
- },
5110
5067
  "node_modules/@salesforce/plugin-packaging": {
5111
5068
  "version": "3.0.5",
5112
5069
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-3.0.5.tgz",
@@ -5351,16 +5308,16 @@
5351
5308
  "license": "ISC"
5352
5309
  },
5353
5310
  "node_modules/@salesforce/sf-plugins-core": {
5354
- "version": "13.0.0",
5355
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.0.tgz",
5356
- "integrity": "sha512-enKeAfswRyqWN6mcs0HkN+oMnJzUwJIs+Aea8U6NZsdvAdzVEZP4e7vHTPhIQ6esQeGAIf+miPJ8hOITCrDK/A==",
5311
+ "version": "13.0.3",
5312
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.3.tgz",
5313
+ "integrity": "sha512-5vL5sk7sZNf2Ab8LtGiH1B30cBzdNbQhfQh1WqeRieiH7qEHRxRPMlOiZWAR3JyYII3DrqxsNyO0SjBBTNNxag==",
5357
5314
  "license": "Apache-2.0",
5358
5315
  "dependencies": {
5359
5316
  "@inquirer/confirm": "^6.1.1",
5360
5317
  "@inquirer/password": "^5.1.1",
5361
5318
  "@oclif/core": "^4.11.4",
5362
5319
  "@oclif/table": "^0.5.9",
5363
- "@salesforce/core": "^9.0.0",
5320
+ "@salesforce/core": "^9.1.4",
5364
5321
  "@salesforce/kit": "^4.0.0",
5365
5322
  "@salesforce/ts-types": "^3.0.0",
5366
5323
  "ansis": "^3.3.2",
@@ -19051,18 +19008,60 @@
19051
19008
  }
19052
19009
  },
19053
19010
  "node_modules/open": {
19054
- "version": "10.2.0",
19055
- "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
19056
- "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
19011
+ "version": "11.0.1",
19012
+ "resolved": "https://registry.npmjs.org/open/-/open-11.0.1.tgz",
19013
+ "integrity": "sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==",
19057
19014
  "license": "MIT",
19058
19015
  "dependencies": {
19059
- "default-browser": "^5.2.1",
19016
+ "default-browser": "^5.4.0",
19060
19017
  "define-lazy-prop": "^3.0.0",
19018
+ "is-in-ssh": "^1.0.0",
19061
19019
  "is-inside-container": "^1.0.0",
19062
- "wsl-utils": "^0.1.0"
19020
+ "powershell-utils": "^0.2.0",
19021
+ "wsl-utils": "^1.0.0"
19063
19022
  },
19064
19023
  "engines": {
19065
- "node": ">=18"
19024
+ "node": ">=20"
19025
+ },
19026
+ "funding": {
19027
+ "url": "https://github.com/sponsors/sindresorhus"
19028
+ }
19029
+ },
19030
+ "node_modules/open/node_modules/powershell-utils": {
19031
+ "version": "0.2.0",
19032
+ "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz",
19033
+ "integrity": "sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==",
19034
+ "license": "MIT",
19035
+ "engines": {
19036
+ "node": ">=20"
19037
+ },
19038
+ "funding": {
19039
+ "url": "https://github.com/sponsors/sindresorhus"
19040
+ }
19041
+ },
19042
+ "node_modules/open/node_modules/wsl-utils": {
19043
+ "version": "1.0.0",
19044
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz",
19045
+ "integrity": "sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==",
19046
+ "license": "MIT",
19047
+ "dependencies": {
19048
+ "is-wsl": "^3.1.0",
19049
+ "powershell-utils": "^0.1.0"
19050
+ },
19051
+ "engines": {
19052
+ "node": ">=20"
19053
+ },
19054
+ "funding": {
19055
+ "url": "https://github.com/sponsors/sindresorhus"
19056
+ }
19057
+ },
19058
+ "node_modules/open/node_modules/wsl-utils/node_modules/powershell-utils": {
19059
+ "version": "0.1.0",
19060
+ "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
19061
+ "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
19062
+ "license": "MIT",
19063
+ "engines": {
19064
+ "node": ">=20"
19066
19065
  },
19067
19066
  "funding": {
19068
19067
  "url": "https://github.com/sponsors/sindresorhus"
@@ -23230,15 +23229,16 @@
23230
23229
  }
23231
23230
  },
23232
23231
  "node_modules/wsl-utils": {
23233
- "version": "0.1.0",
23234
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
23235
- "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
23232
+ "version": "0.4.0",
23233
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.4.0.tgz",
23234
+ "integrity": "sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==",
23236
23235
  "license": "MIT",
23237
23236
  "dependencies": {
23238
- "is-wsl": "^3.1.0"
23237
+ "is-wsl": "^3.1.0",
23238
+ "powershell-utils": "^0.1.0"
23239
23239
  },
23240
23240
  "engines": {
23241
- "node": ">=18"
23241
+ "node": ">=20"
23242
23242
  },
23243
23243
  "funding": {
23244
23244
  "url": "https://github.com/sponsors/sindresorhus"
package/oclif.lock CHANGED
@@ -1074,10 +1074,10 @@
1074
1074
  "@jridgewell/resolve-uri" "^3.0.3"
1075
1075
  "@jridgewell/sourcemap-codec" "^1.4.10"
1076
1076
 
1077
- "@jsforce/jsforce-node@^3.10.15", "@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19":
1078
- version "3.10.19"
1079
- resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.19.tgz"
1080
- integrity sha512-k7i2Tntu1fLvkMtRcKDFU64/Fr2M692ECtbwIGX6hcOh5mj+jrMa1tlvcdwffxAMl+lPYCXnY2bjErxWmP84zA==
1077
+ "@jsforce/jsforce-node@^3.10.15", "@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19", "@jsforce/jsforce-node@^3.10.22":
1078
+ version "3.10.22"
1079
+ resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.22.tgz"
1080
+ integrity sha512-4TLjnvTlBW59NmNSsRRV5dDEepQGfBKVD0WWQlJUJwkU0d5FFxo8GbfNmCOXkjjYAe1wv7SuvMzJKcLZHU6qyw==
1081
1081
  dependencies:
1082
1082
  "@sindresorhus/is" "^4"
1083
1083
  base64url "^3.0.1"
@@ -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.2":
1785
- version "2.0.2"
1786
- resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.2.tgz"
1787
- integrity sha512-9MOWualHDUaz7oonZXF06Gb5lnY4HzY65sGWrQMa2Waj3uGeY0mLiPQZhHY7Q0HzzwTc00AvAkDBqt6vEsmaQg==
1784
+ "@salesforce/agents@^2.0.4":
1785
+ version "2.0.4"
1786
+ resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.4.tgz"
1787
+ integrity sha512-ZUZH6+y4pfowqw6OMeF4rifsSObr0dyMZsBlkgkvwexqKXyg6igKyfwmN3NbjHfgtSfeyJN6n0dfsA3U51qBrQ==
1788
1788
  dependencies:
1789
1789
  "@salesforce/core" "^9.0.0"
1790
1790
  "@salesforce/kit" "^4.0.0"
@@ -1874,12 +1874,12 @@
1874
1874
  ts-retry-promise "^0.8.1"
1875
1875
  zod "^4.1.12"
1876
1876
 
1877
- "@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2":
1878
- version "9.1.2"
1879
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.2.tgz"
1880
- integrity sha512-ezAsmwfmUYSinGtJjqRfgioKXQsVdC0bc+KSJgMSLihysG6osjhkvbGtFqHwhoFs2kLu4evJRDERthsmfEW7nA==
1877
+ "@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2", "@salesforce/core@^9.1.4":
1878
+ version "9.1.4"
1879
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.4.tgz"
1880
+ integrity sha512-S4VZ0xstYOAs5dwt7EDGkuFZA8rddy0wmuPTGjsIhgAPzuq3I5lKyBNwqXMMxdhBcWi+P4cXccHLpOYivgdrXQ==
1881
1881
  dependencies:
1882
- "@jsforce/jsforce-node" "^3.10.17"
1882
+ "@jsforce/jsforce-node" "^3.10.22"
1883
1883
  "@salesforce/kit" "^4.0.0"
1884
1884
  "@salesforce/ts-types" "^3.0.0"
1885
1885
  ajv "^8.18.0"
@@ -1978,16 +1978,16 @@
1978
1978
  jszip "^3.10.1"
1979
1979
  object-treeify "^2"
1980
1980
 
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==
1981
+ "@salesforce/plugin-agent@2.0.3":
1982
+ version "2.0.3"
1983
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.3.tgz"
1984
+ integrity sha512-Sp4T0Z/1NLTwMrZECFNl/hVkwMLO9wOSXolFgXwXl49U094VB5azmidhZwcUSOBbWBCuealP0O7MWtzK7bGNLg==
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.2"
1990
+ "@salesforce/agents" "^2.0.4"
1991
1991
  "@salesforce/core" "^9.0.0"
1992
1992
  "@salesforce/kit" "^4.0.0"
1993
1993
  "@salesforce/sf-plugins-core" "^13.0.0"
@@ -2028,20 +2028,20 @@
2028
2028
  got "^13.0.0"
2029
2029
  proxy-agent "^6.5.0"
2030
2030
 
2031
- "@salesforce/plugin-auth@5.0.5":
2032
- version "5.0.5"
2033
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.5.tgz"
2034
- integrity sha512-bYDx/yo8l8Qc6BZP3S5yu4c0XpBeZQJ8XPPM7SLeiTSj54trIXnUvPOL0xdx7DWgdoxmJt6hzDn004enM1NxEA==
2031
+ "@salesforce/plugin-auth@5.0.6":
2032
+ version "5.0.6"
2033
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.6.tgz"
2034
+ integrity sha512-Dyd+PTeiJuchVGTyKdhTQSbNM4Giezj9Hi1Pm07c3tYLnFuuW1de5yyWd7LTdjUYpEeGnvb2SX3IAND/u3y+2Q==
2035
2035
  dependencies:
2036
2036
  "@inquirer/checkbox" "^2.5.0"
2037
2037
  "@inquirer/select" "^2.5.0"
2038
2038
  "@oclif/core" "^4"
2039
- "@salesforce/core" "^9.1.2"
2039
+ "@salesforce/core" "^9.1.4"
2040
2040
  "@salesforce/kit" "^4.0.0"
2041
- "@salesforce/plugin-info" "^4.0.0"
2042
- "@salesforce/sf-plugins-core" "^13.0.0"
2041
+ "@salesforce/plugin-info" "^4.0.9"
2042
+ "@salesforce/sf-plugins-core" "^13.0.3"
2043
2043
  "@salesforce/ts-types" "^3.0.0"
2044
- open "^10.2.0"
2044
+ open "^11.0.0"
2045
2045
  which "^4"
2046
2046
 
2047
2047
  "@salesforce/plugin-command-reference@^3.1.122":
@@ -2097,15 +2097,15 @@
2097
2097
  ansis "^3.17.0"
2098
2098
  terminal-link "^3.0.0"
2099
2099
 
2100
- "@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.8":
2101
- version "4.0.8"
2102
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.8.tgz"
2103
- integrity sha512-4lu/oc/xa/F+ThbxRwHt04ectqeM2XhHqp1Vg7FF4bAeXQd/6YmBZvgHfjwF4ByB07ULIde4Hjg3llE7VOuHcw==
2100
+ "@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@^4.0.9", "@salesforce/plugin-info@4.0.9":
2101
+ version "4.0.9"
2102
+ resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.9.tgz"
2103
+ integrity sha512-xNVPq6irNrv8bnSuXVqmwsUxfgNtC5PdAr1xavKo3K5euZMBaSw+UDtULVYgAbAz2lFJ2OPY+dqJ95YpP0KjwQ==
2104
2104
  dependencies:
2105
2105
  "@inquirer/input" "^2.3.0"
2106
- "@jsforce/jsforce-node" "^3.10.19"
2106
+ "@jsforce/jsforce-node" "^3.10.22"
2107
2107
  "@oclif/core" "^4"
2108
- "@salesforce/core" "^9.1.2"
2108
+ "@salesforce/core" "^9.1.4"
2109
2109
  "@salesforce/kit" "^4.0.0"
2110
2110
  "@salesforce/sf-plugins-core" "^13.0.0"
2111
2111
  got "^13.0.0"
@@ -2307,16 +2307,16 @@
2307
2307
  cli-progress "^3.12.0"
2308
2308
  terminal-link "^3.0.0"
2309
2309
 
2310
- "@salesforce/sf-plugins-core@^13.0.0", "@salesforce/sf-plugins-core@13.0.0":
2311
- version "13.0.0"
2312
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.0.tgz"
2313
- integrity sha512-enKeAfswRyqWN6mcs0HkN+oMnJzUwJIs+Aea8U6NZsdvAdzVEZP4e7vHTPhIQ6esQeGAIf+miPJ8hOITCrDK/A==
2310
+ "@salesforce/sf-plugins-core@^13.0.0", "@salesforce/sf-plugins-core@^13.0.3", "@salesforce/sf-plugins-core@13.0.3":
2311
+ version "13.0.3"
2312
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.3.tgz"
2313
+ integrity sha512-5vL5sk7sZNf2Ab8LtGiH1B30cBzdNbQhfQh1WqeRieiH7qEHRxRPMlOiZWAR3JyYII3DrqxsNyO0SjBBTNNxag==
2314
2314
  dependencies:
2315
2315
  "@inquirer/confirm" "^6.1.1"
2316
2316
  "@inquirer/password" "^5.1.1"
2317
2317
  "@oclif/core" "^4.11.4"
2318
2318
  "@oclif/table" "^0.5.9"
2319
- "@salesforce/core" "^9.0.0"
2319
+ "@salesforce/core" "^9.1.4"
2320
2320
  "@salesforce/kit" "^4.0.0"
2321
2321
  "@salesforce/ts-types" "^3.0.0"
2322
2322
  ansis "^3.3.2"
@@ -8494,7 +8494,7 @@ open@^10.2.0:
8494
8494
  is-inside-container "^1.0.0"
8495
8495
  wsl-utils "^0.1.0"
8496
8496
 
8497
- open@^11.0.1:
8497
+ open@^11.0.0, open@^11.0.1:
8498
8498
  version "11.0.1"
8499
8499
  resolved "https://registry.npmjs.org/open/-/open-11.0.1.tgz"
8500
8500
  integrity sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==
@@ -2449,7 +2449,8 @@
2449
2449
  "Create a pipeline and associate it with a new GitHub repository:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo my-new-repo --repo-type github --repo-owner myorg --create-repo",
2450
2450
  "Create a pipeline and create a new Bitbucket repository:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo my-new-repo --repo-type bitbucket --bitbucket-workspace myworkspace --bitbucket-project-key PROJ --create-repo",
2451
2451
  "Create a pipeline and associate it with an existing Bitbucket repository:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://bitbucket.org/myworkspace/myrepo",
2452
- "Create a pipeline with custom stage names instead of the default stages:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://github.com/myorg/myrepo --stage Dev --stage QA --stage Prod"
2452
+ "Create a pipeline with custom stage names instead of the default stages:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://github.com/myorg/myrepo --stage Dev --stage QA --stage Prod",
2453
+ "Create a pipeline and associate one or more projects with it:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://github.com/myorg/myrepo --project-id 0Hn000000000001 --project-id 0Hn000000000002"
2453
2454
  ],
2454
2455
  "flags": {
2455
2456
  "json": {
@@ -2547,6 +2548,13 @@
2547
2548
  "hasDynamicHelp": false,
2548
2549
  "multiple": true,
2549
2550
  "type": "option"
2551
+ },
2552
+ "project-id": {
2553
+ "name": "project-id",
2554
+ "summary": "ID of a project to associate with the pipeline. Repeat the flag to associate multiple projects.",
2555
+ "hasDynamicHelp": false,
2556
+ "multiple": true,
2557
+ "type": "option"
2550
2558
  }
2551
2559
  },
2552
2560
  "hasDynamicHelp": true,
@@ -6998,5 +7006,5 @@
6998
7006
  "requiresProject": true
6999
7007
  }
7000
7008
  },
7001
- "version": "2.149.7"
7009
+ "version": "2.149.8"
7002
7010
  }
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.7",
4
+ "version": "2.149.8",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -80,7 +80,7 @@
80
80
  "@salesforce/plugin-community": "4.0.4",
81
81
  "@salesforce/plugin-custom-metadata": "4.0.4",
82
82
  "@salesforce/plugin-dev": "2.5.3",
83
- "@salesforce/plugin-devops-center": "2.1.1",
83
+ "@salesforce/plugin-devops-center": "2.2.0",
84
84
  "@salesforce/plugin-flow": "2.0.0",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.18",
86
86
  "@salesforce/plugin-signups": "3.0.4",
@@ -159,13 +159,13 @@
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.2",
162
+ "@salesforce/plugin-agent": "2.0.3",
163
163
  "@salesforce/plugin-apex": "4.1.0",
164
164
  "@salesforce/plugin-api": "2.0.9",
165
- "@salesforce/plugin-auth": "5.0.5",
165
+ "@salesforce/plugin-auth": "5.0.6",
166
166
  "@salesforce/plugin-data": "5.1.5",
167
167
  "@salesforce/plugin-deploy-retrieve": "4.1.2",
168
- "@salesforce/plugin-info": "4.0.8",
168
+ "@salesforce/plugin-info": "4.0.9",
169
169
  "@salesforce/plugin-limits": "4.0.3",
170
170
  "@salesforce/plugin-marketplace": "2.0.5",
171
171
  "@salesforce/plugin-org": "6.0.9",
@@ -177,7 +177,7 @@
177
177
  "@salesforce/plugin-templates": "57.0.9",
178
178
  "@salesforce/plugin-trust": "4.0.9",
179
179
  "@salesforce/plugin-user": "5.0.1",
180
- "@salesforce/sf-plugins-core": "13.0.0",
180
+ "@salesforce/sf-plugins-core": "13.0.3",
181
181
  "ansis": "^3.12.0"
182
182
  },
183
183
  "pinnedDependencies": [