@salesforce/cli 2.150.4 → 2.150.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.150.4 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.150.5 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.4/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/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.4/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -3424,7 +3424,7 @@ EXAMPLES
3424
3424
  $ sf autocomplete --refresh-cache
3425
3425
  ```
3426
3426
 
3427
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.56/src/commands/autocomplete/index.ts)_
3427
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.3.0/src/commands/autocomplete/index.ts)_
3428
3428
 
3429
3429
  ## `sf commands`
3430
3430
 
@@ -3453,7 +3453,7 @@ DESCRIPTION
3453
3453
  List all sf commands.
3454
3454
  ```
3455
3455
 
3456
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.63/src/commands/commands.ts)_
3456
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.2.0/src/commands/commands.ts)_
3457
3457
 
3458
3458
  ## `sf config get`
3459
3459
 
@@ -4958,7 +4958,7 @@ DESCRIPTION
4958
4958
  Display help for sf.
4959
4959
  ```
4960
4960
 
4961
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.58/src/commands/help.ts)_
4961
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.3.0/src/commands/help.ts)_
4962
4962
 
4963
4963
  ## `sf info releasenotes display`
4964
4964
 
@@ -11270,7 +11270,7 @@ DESCRIPTION
11270
11270
  Once you select a command, hit enter and it will show the help for that command.
11271
11271
  ```
11272
11272
 
11273
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.54/src/commands/search.ts)_
11273
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.3.0/src/commands/search.ts)_
11274
11274
 
11275
11275
  ## `sf sobject describe`
11276
11276
 
@@ -12461,7 +12461,7 @@ EXAMPLES
12461
12461
  $ sf which "foo bar baz"
12462
12462
  ```
12463
12463
 
12464
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.61/src/commands/which.ts)_
12464
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.3.0/src/commands/which.ts)_
12465
12465
 
12466
12466
  <!-- commandsstop -->
12467
12467
 
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.150.4",
3
+ "version": "2.150.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.150.4",
9
+ "version": "2.150.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.14.0",
15
- "@oclif/plugin-autocomplete": "3.2.56",
16
- "@oclif/plugin-commands": "4.1.63",
17
- "@oclif/plugin-help": "6.2.58",
18
- "@oclif/plugin-not-found": "3.2.93",
15
+ "@oclif/plugin-autocomplete": "3.3.0",
16
+ "@oclif/plugin-commands": "4.2.0",
17
+ "@oclif/plugin-help": "6.3.0",
18
+ "@oclif/plugin-not-found": "3.3.0",
19
19
  "@oclif/plugin-plugins": "5.5.1",
20
- "@oclif/plugin-search": "1.2.54",
20
+ "@oclif/plugin-search": "1.3.0",
21
21
  "@oclif/plugin-update": "4.8.0",
22
22
  "@oclif/plugin-version": "2.3.0",
23
- "@oclif/plugin-warn-if-update-available": "3.1.73",
24
- "@oclif/plugin-which": "3.2.61",
23
+ "@oclif/plugin-warn-if-update-available": "3.2.0",
24
+ "@oclif/plugin-which": "3.3.0",
25
25
  "@salesforce/core": "^9.0.0",
26
26
  "@salesforce/kit": "^4.0.0",
27
- "@salesforce/plugin-agent": "2.0.4",
27
+ "@salesforce/plugin-agent": "2.0.5",
28
28
  "@salesforce/plugin-apex": "4.1.1",
29
29
  "@salesforce/plugin-api": "2.0.9",
30
30
  "@salesforce/plugin-auth": "5.0.6",
@@ -3240,9 +3240,9 @@
3240
3240
  }
3241
3241
  },
3242
3242
  "node_modules/@oclif/plugin-autocomplete": {
3243
- "version": "3.2.56",
3244
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.56.tgz",
3245
- "integrity": "sha512-P96b6RZvQatlJ6pX6sgIFOQhgX2tFVhgSfw53GT/MajecCQNFGVqagJKo2CfcPsacDpuFuPRT6zji8h1oaqtrA==",
3243
+ "version": "3.3.0",
3244
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.3.0.tgz",
3245
+ "integrity": "sha512-5CRpSH9FNub2IwAej2PxR6GEbQNLCy0XTzp/KqpZh6U4qiCTLPz20IXcUx9luarJBKRe2qu1cy1acHggo2MMcQ==",
3246
3246
  "license": "MIT",
3247
3247
  "dependencies": {
3248
3248
  "@oclif/core": "^4",
@@ -3251,7 +3251,7 @@
3251
3251
  "ejs": "^3.1.10"
3252
3252
  },
3253
3253
  "engines": {
3254
- "node": ">=18.0.0"
3254
+ "node": ">=22.0.0"
3255
3255
  }
3256
3256
  },
3257
3257
  "node_modules/@oclif/plugin-command-snapshot": {
@@ -3336,9 +3336,9 @@
3336
3336
  }
3337
3337
  },
3338
3338
  "node_modules/@oclif/plugin-commands": {
3339
- "version": "4.1.63",
3340
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.63.tgz",
3341
- "integrity": "sha512-Juc7cbqdouooiGJ0x36n2Kp1LZvZgTvYMBEIWoJdUCTvrnV3CpYFrri1OGNBYqFCcPs2ZROMIaqius5KMNhDWA==",
3339
+ "version": "4.2.0",
3340
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.2.0.tgz",
3341
+ "integrity": "sha512-NBLhswj/QH3T8fn8lB/3VgoDmJbEA0iFENJ4X7rI3EEGp1TuFgOh7u87pHv+ktjQq5piIwiHJc/TWnCJnot1ZQ==",
3342
3342
  "license": "MIT",
3343
3343
  "dependencies": {
3344
3344
  "@oclif/core": "^4",
@@ -3351,9 +3351,9 @@
3351
3351
  }
3352
3352
  },
3353
3353
  "node_modules/@oclif/plugin-help": {
3354
- "version": "6.2.58",
3355
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.58.tgz",
3356
- "integrity": "sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==",
3354
+ "version": "6.3.0",
3355
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.3.0.tgz",
3356
+ "integrity": "sha512-cpSRv7tyHHFPv39HrV22eNmu8ylrwjmPvqdlNo3URp79+p5319p+a8PI/3ez6A6GZmjwBj1EWUdVz1aPUAsSmw==",
3357
3357
  "license": "MIT",
3358
3358
  "dependencies": {
3359
3359
  "@oclif/core": "^4"
@@ -3363,9 +3363,9 @@
3363
3363
  }
3364
3364
  },
3365
3365
  "node_modules/@oclif/plugin-not-found": {
3366
- "version": "3.2.93",
3367
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.93.tgz",
3368
- "integrity": "sha512-KBizxn+kgTPWLUCo/vDz/oDdEA5Ll5H6x0jJhl05B56yHwgQp46ZxwXmtBsxvvgrmMqJEtFUw2Qrq+nTHWWv4g==",
3366
+ "version": "3.3.0",
3367
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz",
3368
+ "integrity": "sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==",
3369
3369
  "license": "MIT",
3370
3370
  "dependencies": {
3371
3371
  "@inquirer/prompts": "^7.10.1",
@@ -3469,9 +3469,9 @@
3469
3469
  }
3470
3470
  },
3471
3471
  "node_modules/@oclif/plugin-search": {
3472
- "version": "1.2.54",
3473
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.54.tgz",
3474
- "integrity": "sha512-uVTNzqTuQlswmNYKcDOmbRCdffwtxADRIxipZr/SU1NEXeUlCBrZ0l7wLzYG51kje4VRCNlQkte8Fd2Pi8qRsg==",
3472
+ "version": "1.3.0",
3473
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.3.0.tgz",
3474
+ "integrity": "sha512-1i6F2qFHVQu05qgjitixSMbK/G8Ok8nb4BBA/DrcKdvaVVOiDCdbVw1o1eva0mGA5TxiQtLHVqfm+0P3SQ3zGA==",
3475
3475
  "license": "MIT",
3476
3476
  "dependencies": {
3477
3477
  "@oclif/core": "^4",
@@ -3533,9 +3533,9 @@
3533
3533
  }
3534
3534
  },
3535
3535
  "node_modules/@oclif/plugin-warn-if-update-available": {
3536
- "version": "3.1.73",
3537
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.73.tgz",
3538
- "integrity": "sha512-rEJmChy3THx7hHF0kkmFoDnrWq7tk4RCI8kBspD7HonCRFGvyVkUO6oY+sn1tgPXqbGUqHD3baFItNKKAJcAiQ==",
3536
+ "version": "3.2.0",
3537
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz",
3538
+ "integrity": "sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==",
3539
3539
  "license": "MIT",
3540
3540
  "dependencies": {
3541
3541
  "@oclif/core": "^4",
@@ -3550,9 +3550,9 @@
3550
3550
  }
3551
3551
  },
3552
3552
  "node_modules/@oclif/plugin-which": {
3553
- "version": "3.2.61",
3554
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.61.tgz",
3555
- "integrity": "sha512-5JCplO5IGC1xwOcMPM4Sdi2ORHpp/i1ej4RXY2cZq/W7NQ611bdaePviV9L78QPWKz588BB06ePQ3roQdAX8Ow==",
3553
+ "version": "3.3.0",
3554
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.3.0.tgz",
3555
+ "integrity": "sha512-zCnq/vlMJEm3etBsPxpxs3xgepCdaylDfYa8LpcCOFdPPAI89CIk3xDs+lV8ANKOueLXbx0qwgh8eFjHr8pc8g==",
3556
3556
  "license": "MIT",
3557
3557
  "dependencies": {
3558
3558
  "@oclif/core": "^4",
@@ -4136,9 +4136,9 @@
4136
4136
  "license": "MIT"
4137
4137
  },
4138
4138
  "node_modules/@salesforce/agents": {
4139
- "version": "2.0.4",
4140
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.4.tgz",
4141
- "integrity": "sha512-ZUZH6+y4pfowqw6OMeF4rifsSObr0dyMZsBlkgkvwexqKXyg6igKyfwmN3NbjHfgtSfeyJN6n0dfsA3U51qBrQ==",
4139
+ "version": "2.0.6",
4140
+ "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.6.tgz",
4141
+ "integrity": "sha512-RF/h/1f9UBPyz91KszoFuGRNI+LkeXQPFuOvCxxWdFBatxMN5wkpcCQsoZ/RIOiE7VrHzjoqk8UDFXPYENmo5g==",
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.4",
4565
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.4.tgz",
4566
- "integrity": "sha512-8HLTvFB2Kg7Su9piL8s5ce0D4zdnvzLby6hmse9eoPUsa+ipPbMB3kzW5oETcbS7XxUTlqGp3W1W+VaHqGpksw==",
4564
+ "version": "2.0.5",
4565
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.5.tgz",
4566
+ "integrity": "sha512-mEUIZybMsw/XDm/n98aKfhoadg1ZLshMv/OV47OINVSyDYMVM9FLYqIJ8xoopoDNJEA/Oh40wLhR5nyCEIpoeg==",
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.4",
4573
+ "@salesforce/agents": "^2.0.6",
4574
4574
  "@salesforce/core": "^9.0.0",
4575
4575
  "@salesforce/kit": "^4.0.0",
4576
4576
  "@salesforce/sf-plugins-core": "^13.0.0",
package/oclif.lock CHANGED
@@ -1370,10 +1370,10 @@
1370
1370
  react "^18.3.1"
1371
1371
  wrap-ansi "^9.0.2"
1372
1372
 
1373
- "@oclif/plugin-autocomplete@3.2.56":
1374
- version "3.2.56"
1375
- resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.56.tgz"
1376
- integrity sha512-P96b6RZvQatlJ6pX6sgIFOQhgX2tFVhgSfw53GT/MajecCQNFGVqagJKo2CfcPsacDpuFuPRT6zji8h1oaqtrA==
1373
+ "@oclif/plugin-autocomplete@3.3.0":
1374
+ version "3.3.0"
1375
+ resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.3.0.tgz"
1376
+ integrity sha512-5CRpSH9FNub2IwAej2PxR6GEbQNLCy0XTzp/KqpZh6U4qiCTLPz20IXcUx9luarJBKRe2qu1cy1acHggo2MMcQ==
1377
1377
  dependencies:
1378
1378
  "@oclif/core" "^4"
1379
1379
  ansis "^3.16.0"
@@ -1395,27 +1395,27 @@
1395
1395
  semver "^7.8.5"
1396
1396
  ts-json-schema-generator "^2.9.0"
1397
1397
 
1398
- "@oclif/plugin-commands@4.1.63":
1399
- version "4.1.63"
1400
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.63.tgz"
1401
- integrity sha512-Juc7cbqdouooiGJ0x36n2Kp1LZvZgTvYMBEIWoJdUCTvrnV3CpYFrri1OGNBYqFCcPs2ZROMIaqius5KMNhDWA==
1398
+ "@oclif/plugin-commands@4.2.0":
1399
+ version "4.2.0"
1400
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.2.0.tgz"
1401
+ integrity sha512-NBLhswj/QH3T8fn8lB/3VgoDmJbEA0iFENJ4X7rI3EEGp1TuFgOh7u87pHv+ktjQq5piIwiHJc/TWnCJnot1ZQ==
1402
1402
  dependencies:
1403
1403
  "@oclif/core" "^4"
1404
1404
  "@oclif/table" "^0.5.9"
1405
1405
  lodash "^4.18.1"
1406
1406
  object-treeify "^4.0.1"
1407
1407
 
1408
- "@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@6.2.58":
1409
- version "6.2.58"
1410
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.58.tgz"
1411
- integrity sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==
1408
+ "@oclif/plugin-help@^6.2.53", "@oclif/plugin-help@6.3.0":
1409
+ version "6.3.0"
1410
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.3.0.tgz"
1411
+ integrity sha512-cpSRv7tyHHFPv39HrV22eNmu8ylrwjmPvqdlNo3URp79+p5319p+a8PI/3ez6A6GZmjwBj1EWUdVz1aPUAsSmw==
1412
1412
  dependencies:
1413
1413
  "@oclif/core" "^4"
1414
1414
 
1415
- "@oclif/plugin-not-found@^3.2.87", "@oclif/plugin-not-found@3.2.93":
1416
- version "3.2.93"
1417
- resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.93.tgz"
1418
- integrity sha512-KBizxn+kgTPWLUCo/vDz/oDdEA5Ll5H6x0jJhl05B56yHwgQp46ZxwXmtBsxvvgrmMqJEtFUw2Qrq+nTHWWv4g==
1415
+ "@oclif/plugin-not-found@^3.2.87", "@oclif/plugin-not-found@3.3.0":
1416
+ version "3.3.0"
1417
+ resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz"
1418
+ integrity sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg==
1419
1419
  dependencies:
1420
1420
  "@inquirer/prompts" "^7.10.1"
1421
1421
  "@oclif/core" "^4.13.3"
@@ -1439,10 +1439,10 @@
1439
1439
  which "^4.0.0"
1440
1440
  yarn "^1.22.22"
1441
1441
 
1442
- "@oclif/plugin-search@1.2.54":
1443
- version "1.2.54"
1444
- resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.54.tgz"
1445
- integrity sha512-uVTNzqTuQlswmNYKcDOmbRCdffwtxADRIxipZr/SU1NEXeUlCBrZ0l7wLzYG51kje4VRCNlQkte8Fd2Pi8qRsg==
1442
+ "@oclif/plugin-search@1.3.0":
1443
+ version "1.3.0"
1444
+ resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.3.0.tgz"
1445
+ integrity sha512-1i6F2qFHVQu05qgjitixSMbK/G8Ok8nb4BBA/DrcKdvaVVOiDCdbVw1o1eva0mGA5TxiQtLHVqfm+0P3SQ3zGA==
1446
1446
  dependencies:
1447
1447
  "@oclif/core" "^4"
1448
1448
  ansi-escapes "^7.3.0"
@@ -1473,10 +1473,10 @@
1473
1473
  ansis "^3.17.0"
1474
1474
  which "^4"
1475
1475
 
1476
- "@oclif/plugin-warn-if-update-available@^3.1.67", "@oclif/plugin-warn-if-update-available@3.1.73":
1477
- version "3.1.73"
1478
- resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.73.tgz"
1479
- integrity sha512-rEJmChy3THx7hHF0kkmFoDnrWq7tk4RCI8kBspD7HonCRFGvyVkUO6oY+sn1tgPXqbGUqHD3baFItNKKAJcAiQ==
1476
+ "@oclif/plugin-warn-if-update-available@^3.1.67", "@oclif/plugin-warn-if-update-available@3.2.0":
1477
+ version "3.2.0"
1478
+ resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz"
1479
+ integrity sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA==
1480
1480
  dependencies:
1481
1481
  "@oclif/core" "^4"
1482
1482
  ansis "^3.17.0"
@@ -1485,10 +1485,10 @@
1485
1485
  lodash "^4.18.1"
1486
1486
  registry-auth-token "^5.1.1"
1487
1487
 
1488
- "@oclif/plugin-which@3.2.61":
1489
- version "3.2.61"
1490
- resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.61.tgz"
1491
- integrity sha512-5JCplO5IGC1xwOcMPM4Sdi2ORHpp/i1ej4RXY2cZq/W7NQ611bdaePviV9L78QPWKz588BB06ePQ3roQdAX8Ow==
1488
+ "@oclif/plugin-which@3.3.0":
1489
+ version "3.3.0"
1490
+ resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.3.0.tgz"
1491
+ integrity sha512-zCnq/vlMJEm3etBsPxpxs3xgepCdaylDfYa8LpcCOFdPPAI89CIk3xDs+lV8ANKOueLXbx0qwgh8eFjHr8pc8g==
1492
1492
  dependencies:
1493
1493
  "@oclif/core" "^4"
1494
1494
  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.4":
1785
- version "2.0.4"
1786
- resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.4.tgz"
1787
- integrity sha512-ZUZH6+y4pfowqw6OMeF4rifsSObr0dyMZsBlkgkvwexqKXyg6igKyfwmN3NbjHfgtSfeyJN6n0dfsA3U51qBrQ==
1784
+ "@salesforce/agents@^2.0.6":
1785
+ version "2.0.6"
1786
+ resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.6.tgz"
1787
+ integrity sha512-RF/h/1f9UBPyz91KszoFuGRNI+LkeXQPFuOvCxxWdFBatxMN5wkpcCQsoZ/RIOiE7VrHzjoqk8UDFXPYENmo5g==
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.4":
1982
- version "2.0.4"
1983
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.4.tgz"
1984
- integrity sha512-8HLTvFB2Kg7Su9piL8s5ce0D4zdnvzLby6hmse9eoPUsa+ipPbMB3kzW5oETcbS7XxUTlqGp3W1W+VaHqGpksw==
1981
+ "@salesforce/plugin-agent@2.0.5":
1982
+ version "2.0.5"
1983
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.5.tgz"
1984
+ integrity sha512-mEUIZybMsw/XDm/n98aKfhoadg1ZLshMv/OV47OINVSyDYMVM9FLYqIJ8xoopoDNJEA/Oh40wLhR5nyCEIpoeg==
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.4"
1990
+ "@salesforce/agents" "^2.0.6"
1991
1991
  "@salesforce/core" "^9.0.0"
1992
1992
  "@salesforce/kit" "^4.0.0"
1993
1993
  "@salesforce/sf-plugins-core" "^13.0.0"
@@ -7006,5 +7006,5 @@
7006
7006
  "requiresProject": true
7007
7007
  }
7008
7008
  },
7009
- "version": "2.150.4"
7009
+ "version": "2.150.5"
7010
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.150.4",
4
+ "version": "2.150.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -147,19 +147,19 @@
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
149
  "@oclif/core": "4.14.0",
150
- "@oclif/plugin-autocomplete": "3.2.56",
151
- "@oclif/plugin-commands": "4.1.63",
152
- "@oclif/plugin-help": "6.2.58",
153
- "@oclif/plugin-not-found": "3.2.93",
150
+ "@oclif/plugin-autocomplete": "3.3.0",
151
+ "@oclif/plugin-commands": "4.2.0",
152
+ "@oclif/plugin-help": "6.3.0",
153
+ "@oclif/plugin-not-found": "3.3.0",
154
154
  "@oclif/plugin-plugins": "5.5.1",
155
- "@oclif/plugin-search": "1.2.54",
155
+ "@oclif/plugin-search": "1.3.0",
156
156
  "@oclif/plugin-update": "4.8.0",
157
157
  "@oclif/plugin-version": "2.3.0",
158
- "@oclif/plugin-warn-if-update-available": "3.1.73",
159
- "@oclif/plugin-which": "3.2.61",
158
+ "@oclif/plugin-warn-if-update-available": "3.2.0",
159
+ "@oclif/plugin-which": "3.3.0",
160
160
  "@salesforce/core": "^9.0.0",
161
161
  "@salesforce/kit": "^4.0.0",
162
- "@salesforce/plugin-agent": "2.0.4",
162
+ "@salesforce/plugin-agent": "2.0.5",
163
163
  "@salesforce/plugin-apex": "4.1.1",
164
164
  "@salesforce/plugin-api": "2.0.9",
165
165
  "@salesforce/plugin-auth": "5.0.6",