@salesforce/cli 2.149.8 → 2.150.0

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.8 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.150.0 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.3/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/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.3/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -9024,7 +9024,7 @@ EXAMPLES
9024
9024
  $ sf plugins
9025
9025
  ```
9026
9026
 
9027
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/index.ts)_
9027
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/index.ts)_
9028
9028
 
9029
9029
  ## `sf plugins discover`
9030
9030
 
@@ -9069,7 +9069,7 @@ EXAMPLES
9069
9069
  $ sf plugins inspect @salesforce/plugin-packaging
9070
9070
  ```
9071
9071
 
9072
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/inspect.ts)_
9072
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/inspect.ts)_
9073
9073
 
9074
9074
  ## `sf plugins install PLUGIN`
9075
9075
 
@@ -9118,7 +9118,7 @@ EXAMPLES
9118
9118
  $ sf plugins install someuser/someplugin
9119
9119
  ```
9120
9120
 
9121
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/install.ts)_
9121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/install.ts)_
9122
9122
 
9123
9123
  ## `sf plugins link PATH`
9124
9124
 
@@ -9149,7 +9149,7 @@ EXAMPLES
9149
9149
  $ sf plugins link @salesforce/plugin-packaging
9150
9150
  ```
9151
9151
 
9152
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/link.ts)_
9152
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/link.ts)_
9153
9153
 
9154
9154
  ## `sf plugins reset`
9155
9155
 
@@ -9164,7 +9164,7 @@ FLAGS
9164
9164
  --reinstall Reinstall all plugins after uninstalling.
9165
9165
  ```
9166
9166
 
9167
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/reset.ts)_
9167
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/reset.ts)_
9168
9168
 
9169
9169
  ## `sf plugins trust allowlist add`
9170
9170
 
@@ -9323,7 +9323,7 @@ EXAMPLES
9323
9323
  $ sf plugins uninstall @salesforce/plugin-packaging
9324
9324
  ```
9325
9325
 
9326
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/uninstall.ts)_
9326
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/uninstall.ts)_
9327
9327
 
9328
9328
  ## `sf plugins update`
9329
9329
 
@@ -9341,7 +9341,7 @@ DESCRIPTION
9341
9341
  Update installed plugins.
9342
9342
  ```
9343
9343
 
9344
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/update.ts)_
9344
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/update.ts)_
9345
9345
 
9346
9346
  ## `sf project convert mdapi`
9347
9347
 
@@ -12407,7 +12407,7 @@ EXAMPLES
12407
12407
  $ sf update --available
12408
12408
  ```
12409
12409
 
12410
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.59/src/commands/update.ts)_
12410
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.8.0/src/commands/update.ts)_
12411
12411
 
12412
12412
  ## `sf version`
12413
12413
 
@@ -12427,7 +12427,7 @@ FLAG DESCRIPTIONS
12427
12427
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
12428
12428
  ```
12429
12429
 
12430
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.57/src/commands/version.ts)_
12430
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.3.0/src/commands/version.ts)_
12431
12431
 
12432
12432
  ## `sf which`
12433
12433
 
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.149.8",
3
+ "version": "2.150.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.149.8",
9
+ "version": "2.150.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.13.5",
14
+ "@oclif/core": "4.14.0",
15
15
  "@oclif/plugin-autocomplete": "3.2.56",
16
16
  "@oclif/plugin-commands": "4.1.63",
17
17
  "@oclif/plugin-help": "6.2.58",
18
18
  "@oclif/plugin-not-found": "3.2.93",
19
- "@oclif/plugin-plugins": "5.4.87",
19
+ "@oclif/plugin-plugins": "5.5.0",
20
20
  "@oclif/plugin-search": "1.2.54",
21
- "@oclif/plugin-update": "4.7.59",
22
- "@oclif/plugin-version": "2.2.57",
21
+ "@oclif/plugin-update": "4.8.0",
22
+ "@oclif/plugin-version": "2.3.0",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.73",
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.3",
27
+ "@salesforce/plugin-agent": "2.0.4",
28
28
  "@salesforce/plugin-apex": "4.1.0",
29
29
  "@salesforce/plugin-api": "2.0.9",
30
30
  "@salesforce/plugin-auth": "5.0.6",
@@ -3040,9 +3040,9 @@
3040
3040
  }
3041
3041
  },
3042
3042
  "node_modules/@oclif/core": {
3043
- "version": "4.13.5",
3044
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.5.tgz",
3045
- "integrity": "sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw==",
3043
+ "version": "4.14.0",
3044
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz",
3045
+ "integrity": "sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==",
3046
3046
  "license": "MIT",
3047
3047
  "dependencies": {
3048
3048
  "ansi-escapes": "^4.3.2",
@@ -3378,9 +3378,9 @@
3378
3378
  }
3379
3379
  },
3380
3380
  "node_modules/@oclif/plugin-plugins": {
3381
- "version": "5.4.87",
3382
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.87.tgz",
3383
- "integrity": "sha512-ym2/26p7J9O5POKjHOysJLSNcpWZK5mxzY3gwFYBaSgQRsjFRBdkZ8d7NcHOuES/E4ZnoP5Q3iNu+v4uhvNTDw==",
3381
+ "version": "5.5.0",
3382
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.5.0.tgz",
3383
+ "integrity": "sha512-SzR5SpsDMtNN3GsgLzJk8fBu7IkVe15cvzJlxtblMSlmwvdKOoqMUENTYP7p0v4GEz5PWmQmwyrXS/kTIV1w7A==",
3384
3384
  "license": "MIT",
3385
3385
  "dependencies": {
3386
3386
  "@oclif/core": "^4.13.0",
@@ -3498,9 +3498,9 @@
3498
3498
  }
3499
3499
  },
3500
3500
  "node_modules/@oclif/plugin-update": {
3501
- "version": "4.7.59",
3502
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.59.tgz",
3503
- "integrity": "sha512-rNGf3m3lDKvgGHMfm3GutoK2GmLroQ4pvwP90uWq6W+Wy1beJFNsHb762sSaicTJQRj6DD53T7KNt1oEf3F+wA==",
3501
+ "version": "4.8.0",
3502
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.8.0.tgz",
3503
+ "integrity": "sha512-RnprzrHlNWnWYdqvLWnaAPHwQ6YCu5V8bvVy9pbl8P0dzIeta6JS1H3YEHpTWLtnlIRpeyO4ETM4VgTHb7PQsQ==",
3504
3504
  "license": "MIT",
3505
3505
  "dependencies": {
3506
3506
  "@inquirer/select": "^2.5.0",
@@ -3519,9 +3519,9 @@
3519
3519
  }
3520
3520
  },
3521
3521
  "node_modules/@oclif/plugin-version": {
3522
- "version": "2.2.57",
3523
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.57.tgz",
3524
- "integrity": "sha512-URa9qyPA7Fl/QB7FIBMHaYKOgg47qcNhx4DQWszmuK1GmT1UHbQ+KvkU33n29vDMUS/kEfcXLmBPQ6cWj6d2pA==",
3522
+ "version": "2.3.0",
3523
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.3.0.tgz",
3524
+ "integrity": "sha512-80Sqrid1e0Gf4VSh4p5KiUPwd08mYqki6dFxGp7GN3gga1w2UVgJqqToXgUyESDQXPG03TLw+Ejsby1VUdMi6g==",
3525
3525
  "license": "MIT",
3526
3526
  "dependencies": {
3527
3527
  "@oclif/core": "^4",
@@ -4561,9 +4561,9 @@
4561
4561
  }
4562
4562
  },
4563
4563
  "node_modules/@salesforce/plugin-agent": {
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==",
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==",
4567
4567
  "license": "Apache-2.0",
4568
4568
  "dependencies": {
4569
4569
  "@inquirer/core": "^10.3.2",
package/oclif.lock CHANGED
@@ -1333,10 +1333,10 @@
1333
1333
  node-gyp "^12.1.0"
1334
1334
  proc-log "^6.0.0"
1335
1335
 
1336
- "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.2", "@oclif/core@^4.13.3", "@oclif/core@>= 3.0.0", "@oclif/core@4.13.5":
1337
- version "4.13.5"
1338
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.13.5.tgz"
1339
- integrity sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw==
1336
+ "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.2", "@oclif/core@^4.13.3", "@oclif/core@>= 3.0.0", "@oclif/core@4.14.0":
1337
+ version "4.14.0"
1338
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.14.0.tgz"
1339
+ integrity sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA==
1340
1340
  dependencies:
1341
1341
  ansi-escapes "^4.3.2"
1342
1342
  ansis "^3.17.0"
@@ -1422,10 +1422,10 @@
1422
1422
  ansis "^3.17.0"
1423
1423
  fast-levenshtein "^3.0.0"
1424
1424
 
1425
- "@oclif/plugin-plugins@5.4.87":
1426
- version "5.4.87"
1427
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.87.tgz"
1428
- integrity sha512-ym2/26p7J9O5POKjHOysJLSNcpWZK5mxzY3gwFYBaSgQRsjFRBdkZ8d7NcHOuES/E4ZnoP5Q3iNu+v4uhvNTDw==
1425
+ "@oclif/plugin-plugins@5.5.0":
1426
+ version "5.5.0"
1427
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.5.0.tgz"
1428
+ integrity sha512-SzR5SpsDMtNN3GsgLzJk8fBu7IkVe15cvzJlxtblMSlmwvdKOoqMUENTYP7p0v4GEz5PWmQmwyrXS/kTIV1w7A==
1429
1429
  dependencies:
1430
1430
  "@oclif/core" "^4.13.0"
1431
1431
  ansis "^3.17.0"
@@ -1448,10 +1448,10 @@
1448
1448
  ansi-escapes "^7.3.0"
1449
1449
  inquirer-autocomplete-standalone "^0.8.1"
1450
1450
 
1451
- "@oclif/plugin-update@4.7.59":
1452
- version "4.7.59"
1453
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.59.tgz"
1454
- integrity sha512-rNGf3m3lDKvgGHMfm3GutoK2GmLroQ4pvwP90uWq6W+Wy1beJFNsHb762sSaicTJQRj6DD53T7KNt1oEf3F+wA==
1451
+ "@oclif/plugin-update@4.8.0":
1452
+ version "4.8.0"
1453
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.8.0.tgz"
1454
+ integrity sha512-RnprzrHlNWnWYdqvLWnaAPHwQ6YCu5V8bvVy9pbl8P0dzIeta6JS1H3YEHpTWLtnlIRpeyO4ETM4VgTHb7PQsQ==
1455
1455
  dependencies:
1456
1456
  "@inquirer/select" "^2.5.0"
1457
1457
  "@oclif/core" "^4"
@@ -1464,10 +1464,10 @@
1464
1464
  semver "^7.8.5"
1465
1465
  tar-fs "^2.1.5"
1466
1466
 
1467
- "@oclif/plugin-version@2.2.57":
1468
- version "2.2.57"
1469
- resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.57.tgz"
1470
- integrity sha512-URa9qyPA7Fl/QB7FIBMHaYKOgg47qcNhx4DQWszmuK1GmT1UHbQ+KvkU33n29vDMUS/kEfcXLmBPQ6cWj6d2pA==
1467
+ "@oclif/plugin-version@2.3.0":
1468
+ version "2.3.0"
1469
+ resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.3.0.tgz"
1470
+ integrity sha512-80Sqrid1e0Gf4VSh4p5KiUPwd08mYqki6dFxGp7GN3gga1w2UVgJqqToXgUyESDQXPG03TLw+Ejsby1VUdMi6g==
1471
1471
  dependencies:
1472
1472
  "@oclif/core" "^4"
1473
1473
  ansis "^3.17.0"
@@ -1978,10 +1978,10 @@
1978
1978
  jszip "^3.10.1"
1979
1979
  object-treeify "^2"
1980
1980
 
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==
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==
1985
1985
  dependencies:
1986
1986
  "@inquirer/core" "^10.3.2"
1987
1987
  "@inquirer/prompts" "^7.10.1"
@@ -1773,14 +1773,12 @@
1773
1773
  "messages:audit:dev"
1774
1774
  ]
1775
1775
  },
1776
- "dev:convert:messages": {
1776
+ "dev:configure:repo": {
1777
1777
  "aliases": [],
1778
1778
  "args": {},
1779
- "description": "Preserves the filename and the original messages file, then creates a new file with the Markdown extension and standard headers for the command and flag summaries, descriptions, and so on. After you review the new Markdown file, delete the old .json file.",
1779
+ "description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
1780
1780
  "examples": [
1781
- "Convert the my-command.json message file into my-command.md with the standard messages headers:\n<%= config.bin %> <%= command.id %> --filename my-command.json",
1782
- "Similar to previous example, but specify the plugin project directory:",
1783
- "<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
1781
+ "Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1784
1782
  ],
1785
1783
  "flags": {
1786
1784
  "json": {
@@ -1798,64 +1796,70 @@
1798
1796
  "multiple": false,
1799
1797
  "type": "option"
1800
1798
  },
1801
- "project-dir": {
1802
- "aliases": [
1803
- "projectdir"
1804
- ],
1805
- "char": "p",
1806
- "name": "project-dir",
1807
- "summary": "Location of the project whose messages are to be converted.",
1808
- "default": ".",
1799
+ "repository": {
1800
+ "char": "r",
1801
+ "name": "repository",
1802
+ "required": true,
1803
+ "summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
1809
1804
  "hasDynamicHelp": false,
1810
1805
  "multiple": false,
1811
1806
  "type": "option"
1812
1807
  },
1813
- "file-name": {
1808
+ "dry-run": {
1814
1809
  "aliases": [
1815
- "filename"
1810
+ "dryrun"
1816
1811
  ],
1817
- "char": "f",
1818
- "name": "file-name",
1819
- "required": true,
1820
- "summary": "Filename to convert.",
1812
+ "char": "d",
1813
+ "name": "dry-run",
1814
+ "summary": "Make no changes.",
1815
+ "allowNo": false,
1816
+ "type": "boolean"
1817
+ },
1818
+ "bot": {
1819
+ "char": "b",
1820
+ "name": "bot",
1821
+ "summary": "GitHub login/username for the bot.",
1822
+ "default": "SF-CLI-BOT",
1821
1823
  "hasDynamicHelp": false,
1822
- "multiple": true,
1824
+ "multiple": false,
1823
1825
  "type": "option"
1824
1826
  }
1825
1827
  },
1826
1828
  "hasDynamicHelp": false,
1829
+ "hidden": true,
1827
1830
  "hiddenAliases": [],
1828
- "id": "dev:convert:messages",
1831
+ "id": "dev:configure:repo",
1829
1832
  "pluginAlias": "@salesforce/plugin-dev",
1830
1833
  "pluginName": "@salesforce/plugin-dev",
1831
1834
  "pluginType": "jit",
1832
1835
  "strict": true,
1833
- "summary": "Convert a .json messages file into Markdown.",
1836
+ "summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
1834
1837
  "enableJsonFlag": true,
1835
1838
  "isESM": true,
1836
1839
  "relativePath": [
1837
1840
  "lib",
1838
1841
  "commands",
1839
1842
  "dev",
1840
- "convert",
1841
- "messages.js"
1843
+ "configure",
1844
+ "repo.js"
1842
1845
  ],
1843
1846
  "aliasPermutations": [],
1844
1847
  "permutations": [
1845
- "dev:convert:messages",
1846
- "convert:dev:messages",
1847
- "convert:messages:dev",
1848
- "dev:messages:convert",
1849
- "messages:dev:convert",
1850
- "messages:convert:dev"
1848
+ "dev:configure:repo",
1849
+ "configure:dev:repo",
1850
+ "configure:repo:dev",
1851
+ "dev:repo:configure",
1852
+ "repo:dev:configure",
1853
+ "repo:configure:dev"
1851
1854
  ]
1852
1855
  },
1853
- "dev:convert:script": {
1856
+ "dev:configure:secrets": {
1854
1857
  "aliases": [],
1855
1858
  "args": {},
1856
- "description": "Important: Use this command only to get started on the sfdx->sf script migration. We don't guarantee that the new sf-style command replacements work correctly or as you expect. You must test, and probably update, the new script before putting it into production. We also don't guarantee that the JSON results are the same as before. \n\nThis command can convert a large part of your script, but possibly not all. There are some sfdx-style commands that don't have an obvious sf-style equivalent. In this case, this command doesn't replace the sfdx-style command but instead adds a comment to remind you that you must convert it manually. See the Salesforce CLI Command Reference for migration information about each deprecated sfdx-style command: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm.\n\nThis command is interactive; as it scans your script, it prompts you when it finds an sfdx-style command or flag and asks if you want to convert it to the displayed suggestion. The command doesn't update the script file directly; rather, it creates a new file whose name is the original name but with \"-converted\" appended to it. The script replaces all instances of \"sfdx\" with \"sf\". For each prompt you answer \"y\" to, the command replaces the sfdx-style names with their equivalent sf-style ones. For example, \"sfdx force:apex:execute --targetusername myscratch\" is replaced with \"sf apex run --target-org myscratch\".",
1859
+ "description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
1857
1860
  "examples": [
1858
- "Convert the YAML file called \"myScript.yml\" located in the current directory; the new file that contains the replacements is called \"myScript-converted.yml\":\n<%= config.bin %> <%= command.id %> --script ./myScript.yml"
1861
+ "Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
1862
+ "<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1859
1863
  ],
1860
1864
  "flags": {
1861
1865
  "json": {
@@ -1873,56 +1877,62 @@
1873
1877
  "multiple": false,
1874
1878
  "type": "option"
1875
1879
  },
1876
- "script": {
1877
- "char": "s",
1878
- "name": "script",
1880
+ "repository": {
1881
+ "char": "r",
1882
+ "name": "repository",
1879
1883
  "required": true,
1880
- "summary": "Filepath to the script you want to convert.",
1884
+ "summary": "Github owner/repo.",
1881
1885
  "hasDynamicHelp": false,
1882
1886
  "multiple": false,
1883
1887
  "type": "option"
1884
1888
  },
1885
- "no-prompt": {
1886
- "hidden": true,
1887
- "name": "no-prompt",
1888
- "summary": "Don't prompt for suggested replacements.",
1889
+ "dry-run": {
1890
+ "aliases": [
1891
+ "dryrun"
1892
+ ],
1893
+ "char": "d",
1894
+ "name": "dry-run",
1895
+ "summary": "Make no changes.",
1889
1896
  "allowNo": false,
1890
1897
  "type": "boolean"
1891
1898
  }
1892
1899
  },
1893
1900
  "hasDynamicHelp": false,
1901
+ "hidden": true,
1894
1902
  "hiddenAliases": [],
1895
- "id": "dev:convert:script",
1903
+ "id": "dev:configure:secrets",
1896
1904
  "pluginAlias": "@salesforce/plugin-dev",
1897
1905
  "pluginName": "@salesforce/plugin-dev",
1898
1906
  "pluginType": "jit",
1899
1907
  "strict": true,
1900
- "summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
1908
+ "summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
1901
1909
  "enableJsonFlag": true,
1902
1910
  "isESM": true,
1903
1911
  "relativePath": [
1904
1912
  "lib",
1905
1913
  "commands",
1906
1914
  "dev",
1907
- "convert",
1908
- "script.js"
1915
+ "configure",
1916
+ "secrets.js"
1909
1917
  ],
1910
1918
  "aliasPermutations": [],
1911
1919
  "permutations": [
1912
- "dev:convert:script",
1913
- "convert:dev:script",
1914
- "convert:script:dev",
1915
- "dev:script:convert",
1916
- "script:dev:convert",
1917
- "script:convert:dev"
1920
+ "dev:configure:secrets",
1921
+ "configure:dev:secrets",
1922
+ "configure:secrets:dev",
1923
+ "dev:secrets:configure",
1924
+ "secrets:dev:configure",
1925
+ "secrets:configure:dev"
1918
1926
  ]
1919
1927
  },
1920
- "dev:configure:repo": {
1928
+ "dev:convert:messages": {
1921
1929
  "aliases": [],
1922
1930
  "args": {},
1923
- "description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
1931
+ "description": "Preserves the filename and the original messages file, then creates a new file with the Markdown extension and standard headers for the command and flag summaries, descriptions, and so on. After you review the new Markdown file, delete the old .json file.",
1924
1932
  "examples": [
1925
- "Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
1933
+ "Convert the my-command.json message file into my-command.md with the standard messages headers:\n<%= config.bin %> <%= command.id %> --filename my-command.json",
1934
+ "Similar to previous example, but specify the plugin project directory:",
1935
+ "<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
1926
1936
  ],
1927
1937
  "flags": {
1928
1938
  "json": {
@@ -1940,70 +1950,64 @@
1940
1950
  "multiple": false,
1941
1951
  "type": "option"
1942
1952
  },
1943
- "repository": {
1944
- "char": "r",
1945
- "name": "repository",
1946
- "required": true,
1947
- "summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
1953
+ "project-dir": {
1954
+ "aliases": [
1955
+ "projectdir"
1956
+ ],
1957
+ "char": "p",
1958
+ "name": "project-dir",
1959
+ "summary": "Location of the project whose messages are to be converted.",
1960
+ "default": ".",
1948
1961
  "hasDynamicHelp": false,
1949
1962
  "multiple": false,
1950
1963
  "type": "option"
1951
1964
  },
1952
- "dry-run": {
1965
+ "file-name": {
1953
1966
  "aliases": [
1954
- "dryrun"
1967
+ "filename"
1955
1968
  ],
1956
- "char": "d",
1957
- "name": "dry-run",
1958
- "summary": "Make no changes.",
1959
- "allowNo": false,
1960
- "type": "boolean"
1961
- },
1962
- "bot": {
1963
- "char": "b",
1964
- "name": "bot",
1965
- "summary": "GitHub login/username for the bot.",
1966
- "default": "SF-CLI-BOT",
1969
+ "char": "f",
1970
+ "name": "file-name",
1971
+ "required": true,
1972
+ "summary": "Filename to convert.",
1967
1973
  "hasDynamicHelp": false,
1968
- "multiple": false,
1974
+ "multiple": true,
1969
1975
  "type": "option"
1970
1976
  }
1971
1977
  },
1972
1978
  "hasDynamicHelp": false,
1973
- "hidden": true,
1974
1979
  "hiddenAliases": [],
1975
- "id": "dev:configure:repo",
1980
+ "id": "dev:convert:messages",
1976
1981
  "pluginAlias": "@salesforce/plugin-dev",
1977
1982
  "pluginName": "@salesforce/plugin-dev",
1978
1983
  "pluginType": "jit",
1979
1984
  "strict": true,
1980
- "summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
1985
+ "summary": "Convert a .json messages file into Markdown.",
1981
1986
  "enableJsonFlag": true,
1982
1987
  "isESM": true,
1983
1988
  "relativePath": [
1984
1989
  "lib",
1985
1990
  "commands",
1986
1991
  "dev",
1987
- "configure",
1988
- "repo.js"
1992
+ "convert",
1993
+ "messages.js"
1989
1994
  ],
1990
1995
  "aliasPermutations": [],
1991
1996
  "permutations": [
1992
- "dev:configure:repo",
1993
- "configure:dev:repo",
1994
- "configure:repo:dev",
1995
- "dev:repo:configure",
1996
- "repo:dev:configure",
1997
- "repo:configure:dev"
1997
+ "dev:convert:messages",
1998
+ "convert:dev:messages",
1999
+ "convert:messages:dev",
2000
+ "dev:messages:convert",
2001
+ "messages:dev:convert",
2002
+ "messages:convert:dev"
1998
2003
  ]
1999
2004
  },
2000
- "dev:configure:secrets": {
2005
+ "dev:convert:script": {
2001
2006
  "aliases": [],
2002
2007
  "args": {},
2003
- "description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
2008
+ "description": "Important: Use this command only to get started on the sfdx->sf script migration. We don't guarantee that the new sf-style command replacements work correctly or as you expect. You must test, and probably update, the new script before putting it into production. We also don't guarantee that the JSON results are the same as before. \n\nThis command can convert a large part of your script, but possibly not all. There are some sfdx-style commands that don't have an obvious sf-style equivalent. In this case, this command doesn't replace the sfdx-style command but instead adds a comment to remind you that you must convert it manually. See the Salesforce CLI Command Reference for migration information about each deprecated sfdx-style command: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm.\n\nThis command is interactive; as it scans your script, it prompts you when it finds an sfdx-style command or flag and asks if you want to convert it to the displayed suggestion. The command doesn't update the script file directly; rather, it creates a new file whose name is the original name but with \"-converted\" appended to it. The script replaces all instances of \"sfdx\" with \"sf\". For each prompt you answer \"y\" to, the command replaces the sfdx-style names with their equivalent sf-style ones. For example, \"sfdx force:apex:execute --targetusername myscratch\" is replaced with \"sf apex run --target-org myscratch\".",
2004
2009
  "examples": [
2005
- "Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
2006
- "<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
2010
+ "Convert the YAML file called \"myScript.yml\" located in the current directory; the new file that contains the replacements is called \"myScript-converted.yml\":\n<%= config.bin %> <%= command.id %> --script ./myScript.yml"
2007
2011
  ],
2008
2012
  "flags": {
2009
2013
  "json": {
@@ -2021,52 +2025,48 @@
2021
2025
  "multiple": false,
2022
2026
  "type": "option"
2023
2027
  },
2024
- "repository": {
2025
- "char": "r",
2026
- "name": "repository",
2028
+ "script": {
2029
+ "char": "s",
2030
+ "name": "script",
2027
2031
  "required": true,
2028
- "summary": "Github owner/repo.",
2032
+ "summary": "Filepath to the script you want to convert.",
2029
2033
  "hasDynamicHelp": false,
2030
2034
  "multiple": false,
2031
2035
  "type": "option"
2032
2036
  },
2033
- "dry-run": {
2034
- "aliases": [
2035
- "dryrun"
2036
- ],
2037
- "char": "d",
2038
- "name": "dry-run",
2039
- "summary": "Make no changes.",
2037
+ "no-prompt": {
2038
+ "hidden": true,
2039
+ "name": "no-prompt",
2040
+ "summary": "Don't prompt for suggested replacements.",
2040
2041
  "allowNo": false,
2041
2042
  "type": "boolean"
2042
2043
  }
2043
2044
  },
2044
2045
  "hasDynamicHelp": false,
2045
- "hidden": true,
2046
2046
  "hiddenAliases": [],
2047
- "id": "dev:configure:secrets",
2047
+ "id": "dev:convert:script",
2048
2048
  "pluginAlias": "@salesforce/plugin-dev",
2049
2049
  "pluginName": "@salesforce/plugin-dev",
2050
2050
  "pluginType": "jit",
2051
2051
  "strict": true,
2052
- "summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
2052
+ "summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
2053
2053
  "enableJsonFlag": true,
2054
2054
  "isESM": true,
2055
2055
  "relativePath": [
2056
2056
  "lib",
2057
2057
  "commands",
2058
2058
  "dev",
2059
- "configure",
2060
- "secrets.js"
2059
+ "convert",
2060
+ "script.js"
2061
2061
  ],
2062
2062
  "aliasPermutations": [],
2063
2063
  "permutations": [
2064
- "dev:configure:secrets",
2065
- "configure:dev:secrets",
2066
- "configure:secrets:dev",
2067
- "dev:secrets:configure",
2068
- "secrets:dev:configure",
2069
- "secrets:configure:dev"
2064
+ "dev:convert:script",
2065
+ "convert:dev:script",
2066
+ "convert:script:dev",
2067
+ "dev:script:convert",
2068
+ "script:dev:convert",
2069
+ "script:convert:dev"
2070
2070
  ]
2071
2071
  },
2072
2072
  "dev:generate:command": {
@@ -7006,5 +7006,5 @@
7006
7006
  "requiresProject": true
7007
7007
  }
7008
7008
  },
7009
- "version": "2.149.8"
7009
+ "version": "2.150.0"
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.149.8",
4
+ "version": "2.150.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -79,7 +79,7 @@
79
79
  "@salesforce/plugin-code-analyzer": "5.15.0",
80
80
  "@salesforce/plugin-community": "4.0.4",
81
81
  "@salesforce/plugin-custom-metadata": "4.0.4",
82
- "@salesforce/plugin-dev": "2.5.3",
82
+ "@salesforce/plugin-dev": "2.5.4",
83
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",
@@ -146,20 +146,20 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.13.5",
149
+ "@oclif/core": "4.14.0",
150
150
  "@oclif/plugin-autocomplete": "3.2.56",
151
151
  "@oclif/plugin-commands": "4.1.63",
152
152
  "@oclif/plugin-help": "6.2.58",
153
153
  "@oclif/plugin-not-found": "3.2.93",
154
- "@oclif/plugin-plugins": "5.4.87",
154
+ "@oclif/plugin-plugins": "5.5.0",
155
155
  "@oclif/plugin-search": "1.2.54",
156
- "@oclif/plugin-update": "4.7.59",
157
- "@oclif/plugin-version": "2.2.57",
156
+ "@oclif/plugin-update": "4.8.0",
157
+ "@oclif/plugin-version": "2.3.0",
158
158
  "@oclif/plugin-warn-if-update-available": "3.1.73",
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.3",
162
+ "@salesforce/plugin-agent": "2.0.4",
163
163
  "@salesforce/plugin-apex": "4.1.0",
164
164
  "@salesforce/plugin-api": "2.0.9",
165
165
  "@salesforce/plugin-auth": "5.0.6",