@salesforce/cli 2.148.2 → 2.149.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.148.2 linux-x64 node-v24.18.0
28
+ @salesforce/cli/2.149.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.0/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/activate.ts)_
306
306
 
307
307
  ## `sf agent adl create`
308
308
 
@@ -374,7 +374,7 @@ EXAMPLES
374
374
  --source-type retriever --retriever-id 0ppXX0000000001
375
375
  ```
376
376
 
377
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/create.ts)_
378
378
 
379
379
  ## `sf agent adl delete`
380
380
 
@@ -405,7 +405,7 @@ EXAMPLES
405
405
  $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg
406
406
  ```
407
407
 
408
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/delete.ts)_
409
409
 
410
410
  ## `sf agent adl file add`
411
411
 
@@ -447,7 +447,7 @@ EXAMPLES
447
447
  $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg
448
448
  ```
449
449
 
450
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/add.ts)_
451
451
 
452
452
  ## `sf agent adl file delete`
453
453
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg
481
481
  ```
482
482
 
483
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/delete.ts)_
484
484
 
485
485
  ## `sf agent adl file list`
486
486
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json
521
521
  ```
522
522
 
523
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/file/list.ts)_
524
524
 
525
525
  ## `sf agent adl get`
526
526
 
@@ -551,7 +551,7 @@ EXAMPLES
551
551
  $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg
552
552
  ```
553
553
 
554
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/get.ts)_
555
555
 
556
556
  ## `sf agent adl list`
557
557
 
@@ -588,7 +588,7 @@ EXAMPLES
588
588
  $ sf agent adl list --target-org myOrg --json
589
589
  ```
590
590
 
591
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/list.ts)_
592
592
 
593
593
  ## `sf agent adl status`
594
594
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  $ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg
624
624
  ```
625
625
 
626
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/status.ts)_
627
627
 
628
628
  ## `sf agent adl update`
629
629
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg
679
679
  ```
680
680
 
681
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/update.ts)_
682
682
 
683
683
  ## `sf agent adl upload`
684
684
 
@@ -725,7 +725,7 @@ EXAMPLES
725
725
  $ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg
726
726
  ```
727
727
 
728
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/adl/upload.ts)_
729
729
 
730
730
  ## `sf agent create`
731
731
 
@@ -792,7 +792,7 @@ EXAMPLES
792
792
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
793
793
  ```
794
794
 
795
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/create.ts)_
796
796
 
797
797
  ## `sf agent deactivate`
798
798
 
@@ -841,7 +841,7 @@ ERROR CODES
841
841
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
842
842
  ```
843
843
 
844
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/deactivate.ts)_
845
845
 
846
846
  ## `sf agent generate agent-spec`
847
847
 
@@ -948,7 +948,7 @@ EXAMPLES
948
948
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
949
949
  ```
950
950
 
951
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/agent-spec.ts)_
952
952
 
953
953
  ## `sf agent generate authoring-bundle`
954
954
 
@@ -1025,7 +1025,7 @@ EXAMPLES
1025
1025
  other-package-dir/main/default --target-org my-dev-org
1026
1026
  ```
1027
1027
 
1028
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/authoring-bundle.ts)_
1029
1029
 
1030
1030
  ## `sf agent generate template`
1031
1031
 
@@ -1087,7 +1087,7 @@ EXAMPLES
1087
1087
  my-package --source-org my-scratch-org
1088
1088
  ```
1089
1089
 
1090
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/template.ts)_
1091
1091
 
1092
1092
  ## `sf agent generate test-spec`
1093
1093
 
@@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS
1176
1176
  metadata. 'testing-center' uses AiEvaluationDefinition metadata.
1177
1177
  ```
1178
1178
 
1179
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/generate/test-spec.ts)_
1180
1180
 
1181
1181
  ## `sf agent mcp asset list`
1182
1182
 
@@ -1212,7 +1212,7 @@ EXAMPLES
1212
1212
  $ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1213
1213
  ```
1214
1214
 
1215
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/asset/list.ts)_
1216
1216
 
1217
1217
  ## `sf agent mcp asset replace`
1218
1218
 
@@ -1261,7 +1261,7 @@ EXAMPLES
1261
1261
  cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg
1262
1262
  ```
1263
1263
 
1264
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/asset/replace.ts)_
1265
1265
 
1266
1266
  ## `sf agent mcp create`
1267
1267
 
@@ -1309,7 +1309,7 @@ EXAMPLES
1309
1309
  cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg
1310
1310
  ```
1311
1311
 
1312
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/create.ts)_
1313
1313
 
1314
1314
  ## `sf agent mcp delete`
1315
1315
 
@@ -1347,7 +1347,7 @@ EXAMPLES
1347
1347
  $ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt
1348
1348
  ```
1349
1349
 
1350
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/delete.ts)_
1351
1351
 
1352
1352
  ## `sf agent mcp fetch`
1353
1353
 
@@ -1384,7 +1384,7 @@ EXAMPLES
1384
1384
  $ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1385
1385
  ```
1386
1386
 
1387
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/fetch.ts)_
1388
1388
 
1389
1389
  ## `sf agent mcp get`
1390
1390
 
@@ -1420,7 +1420,7 @@ EXAMPLES
1420
1420
  $ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json
1421
1421
  ```
1422
1422
 
1423
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/get.ts)_
1424
1424
 
1425
1425
  ## `sf agent mcp list`
1426
1426
 
@@ -1462,7 +1462,7 @@ EXAMPLES
1462
1462
  $ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json
1463
1463
  ```
1464
1464
 
1465
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/list.ts)_
1466
1466
 
1467
1467
  ## `sf agent mcp update`
1468
1468
 
@@ -1513,7 +1513,7 @@ EXAMPLES
1513
1513
  cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json
1514
1514
  ```
1515
1515
 
1516
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/mcp/update.ts)_
1517
1517
 
1518
1518
  ## `sf agent preview`
1519
1519
 
@@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS
1608
1608
  will see null. (3) Type defaults to Text.
1609
1609
  ```
1610
1610
 
1611
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview.ts)_
1612
1612
 
1613
1613
  ## `sf agent preview end`
1614
1614
 
@@ -1692,7 +1692,7 @@ ERROR CODES
1692
1692
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1693
1693
  ```
1694
1694
 
1695
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/end.ts)_
1696
1696
 
1697
1697
  ## `sf agent preview send`
1698
1698
 
@@ -1759,7 +1759,7 @@ ERROR CODES
1759
1759
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1760
1760
  ```
1761
1761
 
1762
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/send.ts)_
1763
1763
 
1764
1764
  ## `sf agent preview sessions`
1765
1765
 
@@ -1795,7 +1795,7 @@ ERROR CODES
1795
1795
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
1796
1796
  ```
1797
1797
 
1798
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/sessions.ts)_
1799
1799
 
1800
1800
  ## `sf agent preview start`
1801
1801
 
@@ -1893,7 +1893,7 @@ ERROR CODES
1893
1893
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1894
1894
  ```
1895
1895
 
1896
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/preview/start.ts)_
1897
1897
 
1898
1898
  ## `sf agent publish authoring-bundle`
1899
1899
 
@@ -1957,7 +1957,7 @@ ERROR CODES
1957
1957
  Failed (1) Compilation errors found in the Agent Script file.
1958
1958
  ```
1959
1959
 
1960
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/publish/authoring-bundle.ts)_
1961
1961
 
1962
1962
  ## `sf agent test create`
1963
1963
 
@@ -2038,7 +2038,7 @@ ERROR CODES
2038
2038
  DeploymentFailed (4) Deployment failed due to API or network errors.
2039
2039
  ```
2040
2040
 
2041
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/create.ts)_
2042
2042
 
2043
2043
  ## `sf agent test list`
2044
2044
 
@@ -2080,7 +2080,7 @@ ERROR CODES
2080
2080
  Failed (4) Failed to retrieve agent tests due to API or network errors.
2081
2081
  ```
2082
2082
 
2083
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/list.ts)_
2084
2084
 
2085
2085
  ## `sf agent test results`
2086
2086
 
@@ -2164,7 +2164,7 @@ ERROR CODES
2164
2164
  Failed (4) Failed to retrieve results due to API or network errors.
2165
2165
  ```
2166
2166
 
2167
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/results.ts)_
2168
2168
 
2169
2169
  ## `sf agent test resume`
2170
2170
 
@@ -2257,7 +2257,7 @@ ERROR CODES
2257
2257
  OperationFailed (4) Failed to poll test due to API or network errors.
2258
2258
  ```
2259
2259
 
2260
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/resume.ts)_
2261
2261
 
2262
2262
  ## `sf agent test run`
2263
2263
 
@@ -2350,7 +2350,7 @@ ERROR CODES
2350
2350
  OperationFailed (4) Failed to start or poll test due to API or network errors.
2351
2351
  ```
2352
2352
 
2353
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/run.ts)_
2354
2354
 
2355
2355
  ## `sf agent test run-eval`
2356
2356
 
@@ -2435,7 +2435,7 @@ ERROR CODES
2435
2435
  OperationFailed (4) Failed to execute tests due to API or network errors.
2436
2436
  ```
2437
2437
 
2438
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/test/run-eval.ts)_
2439
2439
 
2440
2440
  ## `sf agent trace delete`
2441
2441
 
@@ -2502,7 +2502,7 @@ ERROR CODES
2502
2502
  Succeeded (0) Traces deleted successfully (or no traces matched).
2503
2503
  ```
2504
2504
 
2505
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/delete.ts)_
2506
2506
 
2507
2507
  ## `sf agent trace list`
2508
2508
 
@@ -2575,7 +2575,7 @@ ERROR CODES
2575
2575
  Succeeded (0) Trace files listed successfully (or empty list if none found).
2576
2576
  ```
2577
2577
 
2578
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/list.ts)_
2579
2579
 
2580
2580
  ## `sf agent trace read`
2581
2581
 
@@ -2663,7 +2663,7 @@ EXAMPLES
2663
2663
  $ sf agent trace read --session-id <SESSION_ID> --json
2664
2664
  ```
2665
2665
 
2666
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/trace/read.ts)_
2667
2667
 
2668
2668
  ## `sf agent validate authoring-bundle`
2669
2669
 
@@ -2720,7 +2720,7 @@ ERROR CODES
2720
2720
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
2721
2721
  ```
2722
2722
 
2723
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.1/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -3706,7 +3706,7 @@ EXAMPLES
3706
3706
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
3707
3707
  ```
3708
3708
 
3709
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/bulk/results.ts)_
3709
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/bulk/results.ts)_
3710
3710
 
3711
3711
  ## `sf data create file`
3712
3712
 
@@ -3755,7 +3755,7 @@ EXAMPLES
3755
3755
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
3756
3756
  ```
3757
3757
 
3758
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/create/file.ts)_
3758
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/create/file.ts)_
3759
3759
 
3760
3760
  ## `sf data create record`
3761
3761
 
@@ -3814,7 +3814,7 @@ EXAMPLES
3814
3814
  TracedEntityId=01p17000000R6bLAAS"
3815
3815
  ```
3816
3816
 
3817
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/create/record.ts)_
3817
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/create/record.ts)_
3818
3818
 
3819
3819
  ## `sf data delete bulk`
3820
3820
 
@@ -3873,7 +3873,7 @@ FLAG DESCRIPTIONS
3873
3873
  and can be enabled only by a system administrator.
3874
3874
  ```
3875
3875
 
3876
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/delete/bulk.ts)_
3876
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/delete/bulk.ts)_
3877
3877
 
3878
3878
  ## `sf data delete record`
3879
3879
 
@@ -3934,7 +3934,7 @@ EXAMPLES
3934
3934
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3935
3935
  ```
3936
3936
 
3937
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/delete/record.ts)_
3937
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/delete/record.ts)_
3938
3938
 
3939
3939
  ## `sf data delete resume`
3940
3940
 
@@ -3973,7 +3973,7 @@ EXAMPLES
3973
3973
  $ sf data delete resume --use-most-recent --target-org my-scratch
3974
3974
  ```
3975
3975
 
3976
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/delete/resume.ts)_
3976
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/delete/resume.ts)_
3977
3977
 
3978
3978
  ## `sf data export bulk`
3979
3979
 
@@ -4040,7 +4040,7 @@ EXAMPLES
4040
4040
  --result-format json --wait 10 --all-rows
4041
4041
  ```
4042
4042
 
4043
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/export/bulk.ts)_
4043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/export/bulk.ts)_
4044
4044
 
4045
4045
  ## `sf data export resume`
4046
4046
 
@@ -4079,7 +4079,7 @@ EXAMPLES
4079
4079
  $ sf data export resume --use-most-recent
4080
4080
  ```
4081
4081
 
4082
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/export/resume.ts)_
4082
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/export/resume.ts)_
4083
4083
 
4084
4084
  ## `sf data export tree`
4085
4085
 
@@ -4139,7 +4139,7 @@ EXAMPLES
4139
4139
  my-scratch
4140
4140
  ```
4141
4141
 
4142
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/export/tree.ts)_
4142
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/export/tree.ts)_
4143
4143
 
4144
4144
  ## `sf data get record`
4145
4145
 
@@ -4203,7 +4203,7 @@ EXAMPLES
4203
4203
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
4204
4204
  ```
4205
4205
 
4206
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/get/record.ts)_
4206
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/get/record.ts)_
4207
4207
 
4208
4208
  ## `sf data import bulk`
4209
4209
 
@@ -4255,7 +4255,7 @@ EXAMPLES
4255
4255
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4256
4256
  ```
4257
4257
 
4258
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/import/bulk.ts)_
4258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/import/bulk.ts)_
4259
4259
 
4260
4260
  ## `sf data import resume`
4261
4261
 
@@ -4291,7 +4291,7 @@ EXAMPLES
4291
4291
  $ sf data import resume --use-most-recent --target-org my-scratch
4292
4292
  ```
4293
4293
 
4294
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/import/resume.ts)_
4294
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/import/resume.ts)_
4295
4295
 
4296
4296
  ## `sf data import tree`
4297
4297
 
@@ -4355,7 +4355,7 @@ FLAG DESCRIPTIONS
4355
4355
  - files(array) - Files: An array of files paths to load
4356
4356
  ```
4357
4357
 
4358
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/import/tree.ts)_
4358
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/import/tree.ts)_
4359
4359
 
4360
4360
  ## `sf data query`
4361
4361
 
@@ -4408,7 +4408,7 @@ EXAMPLES
4408
4408
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
4409
4409
  ```
4410
4410
 
4411
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/query.ts)_
4411
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/query.ts)_
4412
4412
 
4413
4413
  ## `sf data resume`
4414
4414
 
@@ -4445,7 +4445,7 @@ EXAMPLES
4445
4445
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
4446
4446
  ```
4447
4447
 
4448
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/resume.ts)_
4448
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/resume.ts)_
4449
4449
 
4450
4450
  ## `sf data search`
4451
4451
 
@@ -4495,7 +4495,7 @@ EXAMPLES
4495
4495
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
4496
4496
  ```
4497
4497
 
4498
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/search.ts)_
4498
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/search.ts)_
4499
4499
 
4500
4500
  ## `sf data update bulk`
4501
4501
 
@@ -4550,7 +4550,7 @@ EXAMPLES
4550
4550
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4551
4551
  ```
4552
4552
 
4553
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/update/bulk.ts)_
4553
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/update/bulk.ts)_
4554
4554
 
4555
4555
  ## `sf data update record`
4556
4556
 
@@ -4614,7 +4614,7 @@ EXAMPLES
4614
4614
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
4615
4615
  ```
4616
4616
 
4617
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/update/record.ts)_
4617
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/update/record.ts)_
4618
4618
 
4619
4619
  ## `sf data update resume`
4620
4620
 
@@ -4653,7 +4653,7 @@ EXAMPLES
4653
4653
  $ sf data update resume --use-most-recent
4654
4654
  ```
4655
4655
 
4656
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/update/resume.ts)_
4656
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/update/resume.ts)_
4657
4657
 
4658
4658
  ## `sf data upsert bulk`
4659
4659
 
@@ -4709,7 +4709,7 @@ EXAMPLES
4709
4709
  my-scratch
4710
4710
  ```
4711
4711
 
4712
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/upsert/bulk.ts)_
4712
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/upsert/bulk.ts)_
4713
4713
 
4714
4714
  ## `sf data upsert resume`
4715
4715
 
@@ -4748,7 +4748,7 @@ EXAMPLES
4748
4748
  $ sf data upsert resume --use-most-recent --target-org my-scratch
4749
4749
  ```
4750
4750
 
4751
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/data/upsert/resume.ts)_
4751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/data/upsert/resume.ts)_
4752
4752
 
4753
4753
  ## `sf doctor`
4754
4754
 
@@ -4843,7 +4843,7 @@ EXAMPLES
4843
4843
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
4844
4844
  ```
4845
4845
 
4846
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/force/data/bulk/delete.ts)_
4846
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/force/data/bulk/delete.ts)_
4847
4847
 
4848
4848
  ## `sf force data bulk status`
4849
4849
 
@@ -4880,7 +4880,7 @@ EXAMPLES
4880
4880
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4881
4881
  ```
4882
4882
 
4883
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/force/data/bulk/status.ts)_
4883
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/force/data/bulk/status.ts)_
4884
4884
 
4885
4885
  ## `sf force data bulk upsert`
4886
4886
 
@@ -4938,7 +4938,7 @@ EXAMPLES
4938
4938
  --target-org my-scratch
4939
4939
  ```
4940
4940
 
4941
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.2/src/commands/force/data/bulk/upsert.ts)_
4941
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.3/src/commands/force/data/bulk/upsert.ts)_
4942
4942
 
4943
4943
  ## `sf help [COMMAND]`
4944
4944
 
@@ -6286,7 +6286,7 @@ EXAMPLES
6286
6286
  $ sf org list auth
6287
6287
  ```
6288
6288
 
6289
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/list/auth.ts)_
6289
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/list/auth.ts)_
6290
6290
 
6291
6291
  ## `sf org list limits`
6292
6292
 
@@ -6589,7 +6589,7 @@ FLAG DESCRIPTIONS
6589
6589
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6590
6590
  ```
6591
6591
 
6592
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/access-token.ts)_
6592
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/access-token.ts)_
6593
6593
 
6594
6594
  ## `sf org login jwt`
6595
6595
 
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
6680
6680
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6681
6681
  ```
6682
6682
 
6683
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/jwt.ts)_
6683
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/jwt.ts)_
6684
6684
 
6685
6685
  ## `sf org login sfdx-url`
6686
6686
 
@@ -6750,7 +6750,7 @@ EXAMPLES
6750
6750
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
6751
6751
  ```
6752
6752
 
6753
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/sfdx-url.ts)_
6753
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/sfdx-url.ts)_
6754
6754
 
6755
6755
  ## `sf org login web`
6756
6756
 
@@ -6855,7 +6855,7 @@ FLAG DESCRIPTIONS
6855
6855
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6856
6856
  ```
6857
6857
 
6858
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/login/web.ts)_
6858
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/login/web.ts)_
6859
6859
 
6860
6860
  ## `sf org logout`
6861
6861
 
@@ -6921,7 +6921,7 @@ FLAG DESCRIPTIONS
6921
6921
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
6922
6922
  ```
6923
6923
 
6924
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.3/src/commands/org/logout.ts)_
6924
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.4/src/commands/org/logout.ts)_
6925
6925
 
6926
6926
  ## `sf org open`
6927
6927
 
@@ -9201,7 +9201,7 @@ EXAMPLES
9201
9201
  $ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
9202
9202
  ```
9203
9203
 
9204
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/allowlist/add.ts)_
9204
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/allowlist/add.ts)_
9205
9205
 
9206
9206
  ## `sf plugins trust allowlist list`
9207
9207
 
@@ -9229,7 +9229,7 @@ EXAMPLES
9229
9229
  $ sf plugins trust allowlist list
9230
9230
  ```
9231
9231
 
9232
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/allowlist/list.ts)_
9232
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/allowlist/list.ts)_
9233
9233
 
9234
9234
  ## `sf plugins trust allowlist remove`
9235
9235
 
@@ -9266,7 +9266,7 @@ EXAMPLES
9266
9266
  $ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
9267
9267
  ```
9268
9268
 
9269
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/allowlist/remove.ts)_
9269
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/allowlist/remove.ts)_
9270
9270
 
9271
9271
  ## `sf plugins trust verify`
9272
9272
 
@@ -9295,7 +9295,7 @@ EXAMPLES
9295
9295
  $ sf plugins trust verify --npm @scope/npmName
9296
9296
  ```
9297
9297
 
9298
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.7/src/commands/plugins/trust/verify.ts)_
9298
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.8/src/commands/plugins/trust/verify.ts)_
9299
9299
 
9300
9300
  ## `sf plugins uninstall [PLUGIN]`
9301
9301
 
@@ -9404,7 +9404,7 @@ FLAG DESCRIPTIONS
9404
9404
  If you specify this flag, don’t specify --metadata or --source-dir.
9405
9405
  ```
9406
9406
 
9407
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/convert/mdapi.ts)_
9407
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/convert/mdapi.ts)_
9408
9408
 
9409
9409
  ## `sf project convert source`
9410
9410
 
@@ -9477,7 +9477,7 @@ FLAG DESCRIPTIONS
9477
9477
  Override the api version used for api requests made by this command
9478
9478
  ```
9479
9479
 
9480
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/convert/source.ts)_
9480
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/convert/source.ts)_
9481
9481
 
9482
9482
  ## `sf project convert source-behavior`
9483
9483
 
@@ -9536,7 +9536,7 @@ EXAMPLES
9536
9536
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
9537
9537
  ```
9538
9538
 
9539
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/convert/source-behavior.ts)_
9539
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/convert/source-behavior.ts)_
9540
9540
 
9541
9541
  ## `sf project delete source`
9542
9542
 
@@ -9689,7 +9689,7 @@ FLAG DESCRIPTIONS
9689
9689
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
9690
9690
  ```
9691
9691
 
9692
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/delete/source.ts)_
9692
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/delete/source.ts)_
9693
9693
 
9694
9694
  ## `sf project delete tracking`
9695
9695
 
@@ -9726,7 +9726,7 @@ EXAMPLES
9726
9726
  $ sf project delete tracking --target-org my-scratch
9727
9727
  ```
9728
9728
 
9729
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/delete/tracking.ts)_
9729
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/delete/tracking.ts)_
9730
9730
 
9731
9731
  ## `sf project deploy cancel`
9732
9732
 
@@ -9798,7 +9798,7 @@ FLAG DESCRIPTIONS
9798
9798
  project deploy report".
9799
9799
  ```
9800
9800
 
9801
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/cancel.ts)_
9801
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/deploy/cancel.ts)_
9802
9802
 
9803
9803
  ## `sf project deploy preview`
9804
9804
 
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
9881
9881
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
9882
9882
  ```
9883
9883
 
9884
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/preview.ts)_
9884
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/deploy/preview.ts)_
9885
9885
 
9886
9886
  ## `sf project deploy quick`
9887
9887
 
@@ -9974,7 +9974,7 @@ ERROR CODES
9974
9974
  Canceling (69) The deploy is being canceled.
9975
9975
  ```
9976
9976
 
9977
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/quick.ts)_
9977
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/deploy/quick.ts)_
9978
9978
 
9979
9979
  ## `sf project deploy report`
9980
9980
 
@@ -10066,7 +10066,7 @@ FLAG DESCRIPTIONS
10066
10066
  --coverage-formatters lcov --coverage-formatters clover
10067
10067
  ```
10068
10068
 
10069
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/report.ts)_
10069
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/deploy/report.ts)_
10070
10070
 
10071
10071
  ## `sf project deploy resume`
10072
10072
 
@@ -10163,7 +10163,7 @@ ERROR CODES
10163
10163
  Canceling (69) The deploy is being canceled.
10164
10164
  ```
10165
10165
 
10166
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/resume.ts)_
10166
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/deploy/resume.ts)_
10167
10167
 
10168
10168
  ## `sf project deploy start`
10169
10169
 
@@ -10429,7 +10429,7 @@ ERROR CODES
10429
10429
  Canceling (69) The deploy is being canceled.
10430
10430
  ```
10431
10431
 
10432
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/start.ts)_
10432
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/deploy/start.ts)_
10433
10433
 
10434
10434
  ## `sf project deploy validate`
10435
10435
 
@@ -10633,7 +10633,7 @@ ERROR CODES
10633
10633
  Canceling (69) The deploy is being canceled.
10634
10634
  ```
10635
10635
 
10636
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/deploy/validate.ts)_
10636
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/deploy/validate.ts)_
10637
10637
 
10638
10638
  ## `sf project generate manifest`
10639
10639
 
@@ -10729,7 +10729,7 @@ EXAMPLES
10729
10729
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
10730
10730
  ```
10731
10731
 
10732
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/generate/manifest.ts)_
10732
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/generate/manifest.ts)_
10733
10733
 
10734
10734
  ## `sf project list ignored`
10735
10735
 
@@ -10771,7 +10771,7 @@ EXAMPLES
10771
10771
  $ sf project list ignored --source-dir package.xml
10772
10772
  ```
10773
10773
 
10774
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/list/ignored.ts)_
10774
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/list/ignored.ts)_
10775
10775
 
10776
10776
  ## `sf project reset tracking`
10777
10777
 
@@ -10820,7 +10820,7 @@ EXAMPLES
10820
10820
  $ sf project reset tracking --revision 30
10821
10821
  ```
10822
10822
 
10823
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/reset/tracking.ts)_
10823
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/reset/tracking.ts)_
10824
10824
 
10825
10825
  ## `sf project retrieve preview`
10826
10826
 
@@ -10874,7 +10874,7 @@ FLAG DESCRIPTIONS
10874
10874
  production orgs.
10875
10875
  ```
10876
10876
 
10877
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/retrieve/preview.ts)_
10877
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/retrieve/preview.ts)_
10878
10878
 
10879
10879
  ## `sf project retrieve start`
10880
10880
 
@@ -10883,24 +10883,27 @@ Retrieve metadata from an org to your local project.
10883
10883
  ```
10884
10884
  USAGE
10885
10885
  $ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value>... | -d
10886
- <value>...] [-r <value> | -n <value>... | ] [--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name
10887
- <value> ]
10888
-
10889
- FLAGS
10890
- -a, --api-version=<value> Target API version for the retrieve.
10891
- -c, --ignore-conflicts Ignore conflicts and retrieve and save files to your local filesystem, even if they
10892
- overwrite your local changes.
10893
- -d, --source-dir=<value>... File paths for source to retrieve from the org.
10894
- -m, --metadata=<value>... Metadata component names to retrieve. Wildcards (`*`) supported as long as you use
10895
- quotes, such as `ApexClass:MyClass*`.
10896
- -n, --package-name=<value>... Package names to retrieve. Use of this flag is for reference only; don't use it to
10897
- retrieve packaged metadata for development.
10898
- -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
10899
- configuration variable is already set.
10900
- -r, --output-dir=<value> Directory root for the retrieved source files.
10901
- -w, --wait=<value> [default: 33 minutes] Number of minutes to wait for the command to complete and display
10902
- results to the terminal window.
10903
- -x, --manifest=<value> File path for the manifest (package.xml) that specifies the components to retrieve.
10886
+ <value>...] [--root-type-with-dependencies Bot|AiAgentDefinitionVersion...] [-r <value> | -n <value>... | ]
10887
+ [--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name <value> ]
10888
+
10889
+ FLAGS
10890
+ -a, --api-version=<value> Target API version for the retrieve.
10891
+ -c, --ignore-conflicts Ignore conflicts and retrieve and save files to your local filesystem,
10892
+ even if they overwrite your local changes.
10893
+ -d, --source-dir=<value>... File paths for source to retrieve from the org.
10894
+ -m, --metadata=<value>... Metadata component names to retrieve. Wildcards (`*`) supported as long
10895
+ as you use quotes, such as `ApexClass:MyClass*`.
10896
+ -n, --package-name=<value>... Package names to retrieve. Use of this flag is for reference only;
10897
+ don't use it to retrieve packaged metadata for development.
10898
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the
10899
+ `target-org` configuration variable is already set.
10900
+ -r, --output-dir=<value> Directory root for the retrieved source files.
10901
+ -w, --wait=<value> [default: 33 minutes] Number of minutes to wait for the command to
10902
+ complete and display results to the terminal window.
10903
+ -x, --manifest=<value> File path for the manifest (package.xml) that specifies the components
10904
+ to retrieve.
10905
+ --root-type-with-dependencies=<option>... Metadata type whose dependent types should also be retrieved.
10906
+ <options: Bot|AiAgentDefinitionVersion>
10904
10907
 
10905
10908
  METADATA API FORMAT FLAGS
10906
10909
  -t, --target-metadata-dir=<value> Directory that will contain the retrieved metadata format files or ZIP.
@@ -10962,6 +10965,11 @@ EXAMPLES
10962
10965
 
10963
10966
  $ sf project retrieve start --metadata 'ApexClass:MyApex*'
10964
10967
 
10968
+ Retrieve the source files in the "force-app" directory; if any of the retrieved metadata is of type "Bot", also
10969
+ retrieve all dependent components of the Bot, such as GenAiPlannerBundles, GenAiPlugins, and GenAiFunctions:
10970
+
10971
+ $ sf project retrieve start --source-dir force-app -root-type-with-dependencies Bot
10972
+
10965
10973
  Retrieve a custom object called ExcitingObject that's in the SBQQ namespace:
10966
10974
 
10967
10975
  $ sf project retrieve start --metadata CustomObject:SBQQ__ExcitingObject
@@ -11055,7 +11063,7 @@ ENVIRONMENT VARIABLES
11055
11063
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
11056
11064
  ```
11057
11065
 
11058
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.2/src/commands/project/retrieve/start.ts)_
11066
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.1.0/src/commands/project/retrieve/start.ts)_
11059
11067
 
11060
11068
  ## `sf schema generate field`
11061
11069
 
@@ -11392,7 +11400,7 @@ FLAG DESCRIPTIONS
11392
11400
  directory.
11393
11401
  ```
11394
11402
 
11395
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/analytics/template.ts)_
11403
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/analytics/template.ts)_
11396
11404
 
11397
11405
  ## `sf template generate apex class`
11398
11406
 
@@ -11454,7 +11462,7 @@ FLAG DESCRIPTIONS
11454
11462
  Supplied parameter values or default values are filled into a copy of the template.
11455
11463
  ```
11456
11464
 
11457
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/apex/class.ts)_
11465
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/class.ts)_
11458
11466
 
11459
11467
  ## `sf template generate apex trigger`
11460
11468
 
@@ -11524,7 +11532,7 @@ FLAG DESCRIPTIONS
11524
11532
  Supplied parameter values or default values are filled into a copy of the template.
11525
11533
  ```
11526
11534
 
11527
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/apex/trigger.ts)_
11535
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/apex/trigger.ts)_
11528
11536
 
11529
11537
  ## `sf template generate digital-experience site`
11530
11538
 
@@ -11578,7 +11586,7 @@ FLAG DESCRIPTIONS
11578
11586
  project, defaults to the current directory.
11579
11587
  ```
11580
11588
 
11581
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/digital-experience/site.ts)_
11589
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/digital-experience/site.ts)_
11582
11590
 
11583
11591
  ## `sf template generate flexipage`
11584
11592
 
@@ -11660,7 +11668,7 @@ FLAG DESCRIPTIONS
11660
11668
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11661
11669
  ```
11662
11670
 
11663
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/flexipage/index.ts)_
11671
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/flexipage/index.ts)_
11664
11672
 
11665
11673
  ## `sf template generate lightning app`
11666
11674
 
@@ -11718,7 +11726,7 @@ FLAG DESCRIPTIONS
11718
11726
  field in the DX project's "sfdx-project.json" file.
11719
11727
  ```
11720
11728
 
11721
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/app.ts)_
11729
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/app.ts)_
11722
11730
 
11723
11731
  ## `sf template generate lightning component`
11724
11732
 
@@ -11795,7 +11803,7 @@ FLAG DESCRIPTIONS
11795
11803
  field in the DX project's "sfdx-project.json" file.
11796
11804
  ```
11797
11805
 
11798
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/component.ts)_
11806
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/component.ts)_
11799
11807
 
11800
11808
  ## `sf template generate lightning event`
11801
11809
 
@@ -11853,7 +11861,7 @@ FLAG DESCRIPTIONS
11853
11861
  field in the DX project's "sfdx-project.json" file.
11854
11862
  ```
11855
11863
 
11856
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/event.ts)_
11864
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/event.ts)_
11857
11865
 
11858
11866
  ## `sf template generate lightning interface`
11859
11867
 
@@ -11911,7 +11919,7 @@ FLAG DESCRIPTIONS
11911
11919
  field in the DX project's "sfdx-project.json" file.
11912
11920
  ```
11913
11921
 
11914
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/interface.ts)_
11922
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/interface.ts)_
11915
11923
 
11916
11924
  ## `sf template generate lightning test`
11917
11925
 
@@ -11969,7 +11977,7 @@ FLAG DESCRIPTIONS
11969
11977
  field in the DX project's "sfdx-project.json" file.
11970
11978
  ```
11971
11979
 
11972
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/lightning/test.ts)_
11980
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/test.ts)_
11973
11981
 
11974
11982
  ## `sf template generate project`
11975
11983
 
@@ -12101,7 +12109,7 @@ FLAG DESCRIPTIONS
12101
12109
  server-side type stripping.
12102
12110
  ```
12103
12111
 
12104
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/project/index.ts)_
12112
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/project/index.ts)_
12105
12113
 
12106
12114
  ## `sf template generate static-resource`
12107
12115
 
@@ -12164,7 +12172,7 @@ FLAG DESCRIPTIONS
12164
12172
  etc.
12165
12173
  ```
12166
12174
 
12167
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/static-resource/index.ts)_
12175
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/static-resource/index.ts)_
12168
12176
 
12169
12177
  ## `sf template generate ui-bundle`
12170
12178
 
@@ -12253,7 +12261,7 @@ FLAG DESCRIPTIONS
12253
12261
  Supplied parameter values or default values are filled into a copy of the template.
12254
12262
  ```
12255
12263
 
12256
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/ui-bundle/index.ts)_
12264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/ui-bundle/index.ts)_
12257
12265
 
12258
12266
  ## `sf template generate visualforce component`
12259
12267
 
@@ -12310,7 +12318,7 @@ FLAG DESCRIPTIONS
12310
12318
  Supplied parameter values or default values are filled into a copy of the template.
12311
12319
  ```
12312
12320
 
12313
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/visualforce/component.ts)_
12321
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/component.ts)_
12314
12322
 
12315
12323
  ## `sf template generate visualforce page`
12316
12324
 
@@ -12361,7 +12369,7 @@ FLAG DESCRIPTIONS
12361
12369
  The name can be up to 40 characters and must start with a letter.
12362
12370
  ```
12363
12371
 
12364
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.5/src/commands/template/generate/visualforce/page.ts)_
12372
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/page.ts)_
12365
12373
 
12366
12374
  ## `sf update [CHANNEL]`
12367
12375