@salesforce/cli 2.146.2 → 2.147.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.146.2 linux-x64 node-v22.23.1
28
+ @salesforce/cli/2.147.0 linux-x64 node-v24.18.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/1.44.5/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/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/1.44.5/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.0/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -2748,7 +2748,7 @@ EXAMPLES
2748
2748
  $ sf alias list
2749
2749
  ```
2750
2750
 
2751
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.101/src/commands/alias/list.ts)_
2751
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.0/src/commands/alias/list.ts)_
2752
2752
 
2753
2753
  ## `sf alias set`
2754
2754
 
@@ -2797,7 +2797,7 @@ EXAMPLES
2797
2797
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
2798
2798
  ```
2799
2799
 
2800
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.101/src/commands/alias/set.ts)_
2800
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.0/src/commands/alias/set.ts)_
2801
2801
 
2802
2802
  ## `sf alias unset`
2803
2803
 
@@ -2837,7 +2837,7 @@ EXAMPLES
2837
2837
  $ sf alias unset --all [--no-prompt]
2838
2838
  ```
2839
2839
 
2840
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.101/src/commands/alias/unset.ts)_
2840
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.0/src/commands/alias/unset.ts)_
2841
2841
 
2842
2842
  ## `sf apex get log`
2843
2843
 
@@ -2893,7 +2893,7 @@ FLAG DESCRIPTIONS
2893
2893
  directory.
2894
2894
  ```
2895
2895
 
2896
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/apex/get/log.ts)_
2896
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/apex/get/log.ts)_
2897
2897
 
2898
2898
  ## `sf apex get test`
2899
2899
 
@@ -2953,7 +2953,7 @@ EXAMPLES
2953
2953
  me@myorg'
2954
2954
  ```
2955
2955
 
2956
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/apex/get/test.ts)_
2956
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/apex/get/test.ts)_
2957
2957
 
2958
2958
  ## `sf apex list log`
2959
2959
 
@@ -2993,7 +2993,7 @@ EXAMPLES
2993
2993
  $ sf apex list log --target-org me@my.org
2994
2994
  ```
2995
2995
 
2996
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/apex/list/log.ts)_
2996
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/apex/list/log.ts)_
2997
2997
 
2998
2998
  ## `sf apex run`
2999
2999
 
@@ -3040,7 +3040,7 @@ EXAMPLES
3040
3040
  $ sf apex run
3041
3041
  ```
3042
3042
 
3043
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/apex/run.ts)_
3043
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/apex/run.ts)_
3044
3044
 
3045
3045
  ## `sf apex run test`
3046
3046
 
@@ -3187,7 +3187,7 @@ FLAG DESCRIPTIONS
3187
3187
  --tests Test1 --tests Test2
3188
3188
  ```
3189
3189
 
3190
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/apex/run/test.ts)_
3190
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/apex/run/test.ts)_
3191
3191
 
3192
3192
  ## `sf apex tail log`
3193
3193
 
@@ -3230,7 +3230,7 @@ EXAMPLES
3230
3230
  $ sf apex tail log --color --skip-trace-flag
3231
3231
  ```
3232
3232
 
3233
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/apex/tail/log.ts)_
3233
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/apex/tail/log.ts)_
3234
3234
 
3235
3235
  ## `sf api request graphql`
3236
3236
 
@@ -3283,7 +3283,7 @@ EXAMPLES
3283
3283
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
3284
3284
  ```
3285
3285
 
3286
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.54/src/commands/api/request/graphql.ts)_
3286
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.0/src/commands/api/request/graphql.ts)_
3287
3287
 
3288
3288
  ## `sf api request rest [URL]`
3289
3289
 
@@ -3392,7 +3392,7 @@ FLAG DESCRIPTIONS
3392
3392
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
3393
3393
  ```
3394
3394
 
3395
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.54/src/commands/api/request/rest.ts)_
3395
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.0/src/commands/api/request/rest.ts)_
3396
3396
 
3397
3397
  ## `sf autocomplete [SHELL]`
3398
3398
 
@@ -3501,7 +3501,7 @@ CONFIGURATION VARIABLES
3501
3501
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3502
3502
  ```
3503
3503
 
3504
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.101/src/commands/config/get.ts)_
3504
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.0/src/commands/config/get.ts)_
3505
3505
 
3506
3506
  ## `sf config list`
3507
3507
 
@@ -3541,7 +3541,7 @@ EXAMPLES
3541
3541
  $ sf config list
3542
3542
  ```
3543
3543
 
3544
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.101/src/commands/config/list.ts)_
3544
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.0/src/commands/config/list.ts)_
3545
3545
 
3546
3546
  ## `sf config set`
3547
3547
 
@@ -3610,7 +3610,7 @@ CONFIGURATION VARIABLES
3610
3610
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3611
3611
  ```
3612
3612
 
3613
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.101/src/commands/config/set.ts)_
3613
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.0/src/commands/config/set.ts)_
3614
3614
 
3615
3615
  ## `sf config unset`
3616
3616
 
@@ -3660,7 +3660,7 @@ CONFIGURATION VARIABLES
3660
3660
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3661
3661
  ```
3662
3662
 
3663
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.101/src/commands/config/unset.ts)_
3663
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.0/src/commands/config/unset.ts)_
3664
3664
 
3665
3665
  ## `sf data bulk results`
3666
3666
 
@@ -3705,7 +3705,7 @@ EXAMPLES
3705
3705
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
3706
3706
  ```
3707
3707
 
3708
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/bulk/results.ts)_
3708
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/bulk/results.ts)_
3709
3709
 
3710
3710
  ## `sf data create file`
3711
3711
 
@@ -3754,7 +3754,7 @@ EXAMPLES
3754
3754
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
3755
3755
  ```
3756
3756
 
3757
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/create/file.ts)_
3757
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/create/file.ts)_
3758
3758
 
3759
3759
  ## `sf data create record`
3760
3760
 
@@ -3810,7 +3810,7 @@ EXAMPLES
3810
3810
  TracedEntityId=01p17000000R6bLAAS"
3811
3811
  ```
3812
3812
 
3813
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/create/record.ts)_
3813
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/create/record.ts)_
3814
3814
 
3815
3815
  ## `sf data delete bulk`
3816
3816
 
@@ -3869,7 +3869,7 @@ FLAG DESCRIPTIONS
3869
3869
  and can be enabled only by a system administrator.
3870
3870
  ```
3871
3871
 
3872
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/delete/bulk.ts)_
3872
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/delete/bulk.ts)_
3873
3873
 
3874
3874
  ## `sf data delete record`
3875
3875
 
@@ -3930,7 +3930,7 @@ EXAMPLES
3930
3930
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3931
3931
  ```
3932
3932
 
3933
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/delete/record.ts)_
3933
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/delete/record.ts)_
3934
3934
 
3935
3935
  ## `sf data delete resume`
3936
3936
 
@@ -3969,7 +3969,7 @@ EXAMPLES
3969
3969
  $ sf data delete resume --use-most-recent --target-org my-scratch
3970
3970
  ```
3971
3971
 
3972
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/delete/resume.ts)_
3972
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/delete/resume.ts)_
3973
3973
 
3974
3974
  ## `sf data export bulk`
3975
3975
 
@@ -4036,7 +4036,7 @@ EXAMPLES
4036
4036
  --result-format json --wait 10 --all-rows
4037
4037
  ```
4038
4038
 
4039
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/export/bulk.ts)_
4039
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/export/bulk.ts)_
4040
4040
 
4041
4041
  ## `sf data export resume`
4042
4042
 
@@ -4075,7 +4075,7 @@ EXAMPLES
4075
4075
  $ sf data export resume --use-most-recent
4076
4076
  ```
4077
4077
 
4078
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/export/resume.ts)_
4078
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/export/resume.ts)_
4079
4079
 
4080
4080
  ## `sf data export tree`
4081
4081
 
@@ -4135,7 +4135,7 @@ EXAMPLES
4135
4135
  my-scratch
4136
4136
  ```
4137
4137
 
4138
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/export/tree.ts)_
4138
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/export/tree.ts)_
4139
4139
 
4140
4140
  ## `sf data get record`
4141
4141
 
@@ -4199,7 +4199,7 @@ EXAMPLES
4199
4199
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
4200
4200
  ```
4201
4201
 
4202
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/get/record.ts)_
4202
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/get/record.ts)_
4203
4203
 
4204
4204
  ## `sf data import bulk`
4205
4205
 
@@ -4251,7 +4251,7 @@ EXAMPLES
4251
4251
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4252
4252
  ```
4253
4253
 
4254
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/import/bulk.ts)_
4254
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/import/bulk.ts)_
4255
4255
 
4256
4256
  ## `sf data import resume`
4257
4257
 
@@ -4287,7 +4287,7 @@ EXAMPLES
4287
4287
  $ sf data import resume --use-most-recent --target-org my-scratch
4288
4288
  ```
4289
4289
 
4290
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/import/resume.ts)_
4290
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/import/resume.ts)_
4291
4291
 
4292
4292
  ## `sf data import tree`
4293
4293
 
@@ -4351,7 +4351,7 @@ FLAG DESCRIPTIONS
4351
4351
  - files(array) - Files: An array of files paths to load
4352
4352
  ```
4353
4353
 
4354
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/import/tree.ts)_
4354
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/import/tree.ts)_
4355
4355
 
4356
4356
  ## `sf data query`
4357
4357
 
@@ -4404,7 +4404,7 @@ EXAMPLES
4404
4404
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
4405
4405
  ```
4406
4406
 
4407
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/query.ts)_
4407
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/query.ts)_
4408
4408
 
4409
4409
  ## `sf data resume`
4410
4410
 
@@ -4441,7 +4441,7 @@ EXAMPLES
4441
4441
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
4442
4442
  ```
4443
4443
 
4444
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/resume.ts)_
4444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/resume.ts)_
4445
4445
 
4446
4446
  ## `sf data search`
4447
4447
 
@@ -4491,7 +4491,7 @@ EXAMPLES
4491
4491
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
4492
4492
  ```
4493
4493
 
4494
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/search.ts)_
4494
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/search.ts)_
4495
4495
 
4496
4496
  ## `sf data update bulk`
4497
4497
 
@@ -4546,7 +4546,7 @@ EXAMPLES
4546
4546
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4547
4547
  ```
4548
4548
 
4549
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/update/bulk.ts)_
4549
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/update/bulk.ts)_
4550
4550
 
4551
4551
  ## `sf data update record`
4552
4552
 
@@ -4608,7 +4608,7 @@ EXAMPLES
4608
4608
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
4609
4609
  ```
4610
4610
 
4611
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/update/record.ts)_
4611
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/update/record.ts)_
4612
4612
 
4613
4613
  ## `sf data update resume`
4614
4614
 
@@ -4647,7 +4647,7 @@ EXAMPLES
4647
4647
  $ sf data update resume --use-most-recent
4648
4648
  ```
4649
4649
 
4650
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/update/resume.ts)_
4650
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/update/resume.ts)_
4651
4651
 
4652
4652
  ## `sf data upsert bulk`
4653
4653
 
@@ -4703,7 +4703,7 @@ EXAMPLES
4703
4703
  my-scratch
4704
4704
  ```
4705
4705
 
4706
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/upsert/bulk.ts)_
4706
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/upsert/bulk.ts)_
4707
4707
 
4708
4708
  ## `sf data upsert resume`
4709
4709
 
@@ -4742,7 +4742,7 @@ EXAMPLES
4742
4742
  $ sf data upsert resume --use-most-recent --target-org my-scratch
4743
4743
  ```
4744
4744
 
4745
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/data/upsert/resume.ts)_
4745
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/data/upsert/resume.ts)_
4746
4746
 
4747
4747
  ## `sf doctor`
4748
4748
 
@@ -4790,7 +4790,7 @@ EXAMPLES
4790
4790
  $ sf doctor --plugin @salesforce/plugin-source
4791
4791
  ```
4792
4792
 
4793
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.155/src/commands/doctor.ts)_
4793
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.0/src/commands/doctor.ts)_
4794
4794
 
4795
4795
  ## `sf force data bulk delete`
4796
4796
 
@@ -4837,7 +4837,7 @@ EXAMPLES
4837
4837
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
4838
4838
  ```
4839
4839
 
4840
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/force/data/bulk/delete.ts)_
4840
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/force/data/bulk/delete.ts)_
4841
4841
 
4842
4842
  ## `sf force data bulk status`
4843
4843
 
@@ -4874,7 +4874,7 @@ EXAMPLES
4874
4874
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4875
4875
  ```
4876
4876
 
4877
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/force/data/bulk/status.ts)_
4877
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/force/data/bulk/status.ts)_
4878
4878
 
4879
4879
  ## `sf force data bulk upsert`
4880
4880
 
@@ -4932,7 +4932,7 @@ EXAMPLES
4932
4932
  --target-org my-scratch
4933
4933
  ```
4934
4934
 
4935
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.115/src/commands/force/data/bulk/upsert.ts)_
4935
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.0.0/src/commands/force/data/bulk/upsert.ts)_
4936
4936
 
4937
4937
  ## `sf help [COMMAND]`
4938
4938
 
@@ -4992,7 +4992,7 @@ EXAMPLES
4992
4992
  $ sf info releasenotes display --version latest
4993
4993
  ```
4994
4994
 
4995
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.155/src/commands/info/releasenotes/display.ts)_
4995
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.0/src/commands/info/releasenotes/display.ts)_
4996
4996
 
4997
4997
  ## `sf logic get test`
4998
4998
 
@@ -5040,7 +5040,7 @@ EXAMPLES
5040
5040
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
5041
5041
  ```
5042
5042
 
5043
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/logic/get/test.ts)_
5043
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/logic/get/test.ts)_
5044
5044
 
5045
5045
  ## `sf logic run test`
5046
5046
 
@@ -5162,7 +5162,7 @@ FLAG DESCRIPTIONS
5162
5162
  --tests Test1 --tests Test2
5163
5163
  ```
5164
5164
 
5165
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.40/src/commands/logic/run/test.ts)_
5165
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.0.0/src/commands/logic/run/test.ts)_
5166
5166
 
5167
5167
  ## `sf org assign permset`
5168
5168
 
@@ -5208,7 +5208,7 @@ EXAMPLES
5208
5208
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
5209
5209
  ```
5210
5210
 
5211
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.9/src/commands/org/assign/permset.ts)_
5211
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/4.0.0/src/commands/org/assign/permset.ts)_
5212
5212
 
5213
5213
  ## `sf org assign permsetlicense`
5214
5214
 
@@ -5255,7 +5255,7 @@ EXAMPLES
5255
5255
  user3
5256
5256
  ```
5257
5257
 
5258
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.9/src/commands/org/assign/permsetlicense.ts)_
5258
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/4.0.0/src/commands/org/assign/permsetlicense.ts)_
5259
5259
 
5260
5260
  ## `sf org auth show-access-token`
5261
5261
 
@@ -5298,7 +5298,7 @@ EXAMPLES
5298
5298
  $ sf org auth show-access-token --target-org my-org --json
5299
5299
  ```
5300
5300
 
5301
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/auth/show-access-token.ts)_
5301
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/auth/show-access-token.ts)_
5302
5302
 
5303
5303
  ## `sf org auth show-sfdx-auth-url`
5304
5304
 
@@ -5342,7 +5342,7 @@ EXAMPLES
5342
5342
  $ sf org auth show-sfdx-auth-url --target-org my-org --json
5343
5343
  ```
5344
5344
 
5345
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/auth/show-sfdx-auth-url.ts)_
5345
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/auth/show-sfdx-auth-url.ts)_
5346
5346
 
5347
5347
  ## `sf org auth show-user-password`
5348
5348
 
@@ -5389,7 +5389,7 @@ EXAMPLES
5389
5389
  $ sf org auth show-user-password --target-org my-org --json
5390
5390
  ```
5391
5391
 
5392
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/auth/show-user-password.ts)_
5392
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/auth/show-user-password.ts)_
5393
5393
 
5394
5394
  ## `sf org create agent-user`
5395
5395
 
@@ -5467,7 +5467,7 @@ FLAG DESCRIPTIONS
5467
5467
  "agent.user.<GUID>@your-org-domain.com".
5468
5468
  ```
5469
5469
 
5470
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/create/agent-user.ts)_
5470
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/create/agent-user.ts)_
5471
5471
 
5472
5472
  ## `sf org create sandbox`
5473
5473
 
@@ -5601,7 +5601,7 @@ FLAG DESCRIPTIONS
5601
5601
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
5602
5602
  ```
5603
5603
 
5604
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/create/sandbox.ts)_
5604
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/create/sandbox.ts)_
5605
5605
 
5606
5606
  ## `sf org create scratch`
5607
5607
 
@@ -5783,7 +5783,7 @@ FLAG DESCRIPTIONS
5783
5783
  Omit this flag to have Salesforce generate a unique username for your org.
5784
5784
  ```
5785
5785
 
5786
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/create/scratch.ts)_
5786
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/create/scratch.ts)_
5787
5787
 
5788
5788
  ## `sf org create user`
5789
5789
 
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
5891
5891
  might be different than what you specify in the definition file.
5892
5892
  ```
5893
5893
 
5894
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.9/src/commands/org/create/user.ts)_
5894
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/4.0.0/src/commands/org/create/user.ts)_
5895
5895
 
5896
5896
  ## `sf org delete sandbox`
5897
5897
 
@@ -5937,7 +5937,7 @@ EXAMPLES
5937
5937
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
5938
5938
  ```
5939
5939
 
5940
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/delete/sandbox.ts)_
5940
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/delete/sandbox.ts)_
5941
5941
 
5942
5942
  ## `sf org delete scratch`
5943
5943
 
@@ -5981,7 +5981,7 @@ EXAMPLES
5981
5981
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
5982
5982
  ```
5983
5983
 
5984
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/delete/scratch.ts)_
5984
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/delete/scratch.ts)_
5985
5985
 
5986
5986
  ## `sf org disable tracking`
5987
5987
 
@@ -6020,7 +6020,7 @@ EXAMPLES
6020
6020
  $ sf org disable tracking
6021
6021
  ```
6022
6022
 
6023
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/disable/tracking.ts)_
6023
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/disable/tracking.ts)_
6024
6024
 
6025
6025
  ## `sf org display`
6026
6026
 
@@ -6065,7 +6065,7 @@ EXAMPLES
6065
6065
  $ sf org display --target-org TestOrg1 --verbose
6066
6066
  ```
6067
6067
 
6068
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/display.ts)_
6068
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/display.ts)_
6069
6069
 
6070
6070
  ## `sf org display user`
6071
6071
 
@@ -6103,7 +6103,7 @@ EXAMPLES
6103
6103
  $ sf org display user --target-org me@my.org --json
6104
6104
  ```
6105
6105
 
6106
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.9/src/commands/org/display/user.ts)_
6106
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/4.0.0/src/commands/org/display/user.ts)_
6107
6107
 
6108
6108
  ## `sf org enable tracking`
6109
6109
 
@@ -6145,7 +6145,7 @@ EXAMPLES
6145
6145
  $ sf org enable tracking
6146
6146
  ```
6147
6147
 
6148
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/enable/tracking.ts)_
6148
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/enable/tracking.ts)_
6149
6149
 
6150
6150
  ## `sf org generate password`
6151
6151
 
@@ -6212,7 +6212,7 @@ EXAMPLES
6212
6212
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
6213
6213
  ```
6214
6214
 
6215
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.9/src/commands/org/generate/password.ts)_
6215
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/4.0.0/src/commands/org/generate/password.ts)_
6216
6216
 
6217
6217
  ## `sf org list`
6218
6218
 
@@ -6251,7 +6251,7 @@ EXAMPLES
6251
6251
  $ sf org list --clean
6252
6252
  ```
6253
6253
 
6254
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/list.ts)_
6254
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/list.ts)_
6255
6255
 
6256
6256
  ## `sf org list auth`
6257
6257
 
@@ -6283,7 +6283,7 @@ EXAMPLES
6283
6283
  $ sf org list auth
6284
6284
  ```
6285
6285
 
6286
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.9/src/commands/org/list/auth.ts)_
6286
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.1/src/commands/org/list/auth.ts)_
6287
6287
 
6288
6288
  ## `sf org list limits`
6289
6289
 
@@ -6323,7 +6323,7 @@ EXAMPLES
6323
6323
  $ sf org list limits --target-org my-scratch-org
6324
6324
  ```
6325
6325
 
6326
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.106/src/commands/org/list/limits.ts)_
6326
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.0/src/commands/org/list/limits.ts)_
6327
6327
 
6328
6328
  ## `sf org list metadata`
6329
6329
 
@@ -6390,7 +6390,7 @@ FLAG DESCRIPTIONS
6390
6390
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
6391
6391
  ```
6392
6392
 
6393
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/list/metadata.ts)_
6393
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/list/metadata.ts)_
6394
6394
 
6395
6395
  ## `sf org list metadata-types`
6396
6396
 
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
6445
6445
  Override the api version used for api requests made by this command
6446
6446
  ```
6447
6447
 
6448
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/list/metadata-types.ts)_
6448
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/list/metadata-types.ts)_
6449
6449
 
6450
6450
  ## `sf org list sobject record-counts`
6451
6451
 
@@ -6491,7 +6491,7 @@ EXAMPLES
6491
6491
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
6492
6492
  ```
6493
6493
 
6494
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.106/src/commands/org/list/sobject/record-counts.ts)_
6494
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.0/src/commands/org/list/sobject/record-counts.ts)_
6495
6495
 
6496
6496
  ## `sf org list users`
6497
6497
 
@@ -6529,7 +6529,7 @@ EXAMPLES
6529
6529
  $ sf org list users --target-org me@my.org
6530
6530
  ```
6531
6531
 
6532
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.9/src/commands/org/list/users.ts)_
6532
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/4.0.0/src/commands/org/list/users.ts)_
6533
6533
 
6534
6534
  ## `sf org login access-token`
6535
6535
 
@@ -6586,7 +6586,7 @@ FLAG DESCRIPTIONS
6586
6586
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6587
6587
  ```
6588
6588
 
6589
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.9/src/commands/org/login/access-token.ts)_
6589
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.1/src/commands/org/login/access-token.ts)_
6590
6590
 
6591
6591
  ## `sf org login jwt`
6592
6592
 
@@ -6677,7 +6677,7 @@ FLAG DESCRIPTIONS
6677
6677
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6678
6678
  ```
6679
6679
 
6680
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.9/src/commands/org/login/jwt.ts)_
6680
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.1/src/commands/org/login/jwt.ts)_
6681
6681
 
6682
6682
  ## `sf org login sfdx-url`
6683
6683
 
@@ -6747,7 +6747,7 @@ EXAMPLES
6747
6747
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
6748
6748
  ```
6749
6749
 
6750
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.9/src/commands/org/login/sfdx-url.ts)_
6750
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.1/src/commands/org/login/sfdx-url.ts)_
6751
6751
 
6752
6752
  ## `sf org login web`
6753
6753
 
@@ -6852,7 +6852,7 @@ FLAG DESCRIPTIONS
6852
6852
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6853
6853
  ```
6854
6854
 
6855
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.9/src/commands/org/login/web.ts)_
6855
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.1/src/commands/org/login/web.ts)_
6856
6856
 
6857
6857
  ## `sf org logout`
6858
6858
 
@@ -6918,7 +6918,7 @@ FLAG DESCRIPTIONS
6918
6918
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
6919
6919
  ```
6920
6920
 
6921
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.4.9/src/commands/org/logout.ts)_
6921
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.1/src/commands/org/logout.ts)_
6922
6922
 
6923
6923
  ## `sf org open`
6924
6924
 
@@ -6994,7 +6994,7 @@ EXAMPLES
6994
6994
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
6995
6995
  ```
6996
6996
 
6997
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/open.ts)_
6997
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/open.ts)_
6998
6998
 
6999
6999
  ## `sf org open agent`
7000
7000
 
@@ -7058,7 +7058,7 @@ EXAMPLES
7058
7058
  $ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
7059
7059
  ```
7060
7060
 
7061
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/open/agent.ts)_
7061
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/open/agent.ts)_
7062
7062
 
7063
7063
  ## `sf org open authoring-bundle`
7064
7064
 
@@ -7104,7 +7104,7 @@ EXAMPLES
7104
7104
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
7105
7105
  ```
7106
7106
 
7107
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/open/authoring-bundle.ts)_
7107
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/open/authoring-bundle.ts)_
7108
7108
 
7109
7109
  ## `sf org refresh sandbox`
7110
7110
 
@@ -7207,7 +7207,7 @@ FLAG DESCRIPTIONS
7207
7207
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
7208
7208
  ```
7209
7209
 
7210
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/refresh/sandbox.ts)_
7210
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/refresh/sandbox.ts)_
7211
7211
 
7212
7212
  ## `sf org resume sandbox`
7213
7213
 
@@ -7270,7 +7270,7 @@ FLAG DESCRIPTIONS
7270
7270
  returns the job ID. To resume checking the sandbox creation, rerun this command.
7271
7271
  ```
7272
7272
 
7273
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/resume/sandbox.ts)_
7273
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/resume/sandbox.ts)_
7274
7274
 
7275
7275
  ## `sf org resume scratch`
7276
7276
 
@@ -7323,7 +7323,7 @@ FLAG DESCRIPTIONS
7323
7323
  returns the job ID. To resume checking the scratch creation, rerun this command.
7324
7324
  ```
7325
7325
 
7326
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.26/src/commands/org/resume/scratch.ts)_
7326
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.0/src/commands/org/resume/scratch.ts)_
7327
7327
 
7328
7328
  ## `sf package convert`
7329
7329
 
@@ -7420,7 +7420,7 @@ FLAG DESCRIPTIONS
7420
7420
  --installation-key-bypass flag is required.
7421
7421
  ```
7422
7422
 
7423
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/convert.ts)_
7423
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/convert.ts)_
7424
7424
 
7425
7425
  ## `sf package create`
7426
7426
 
@@ -7499,7 +7499,7 @@ FLAG DESCRIPTIONS
7499
7499
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
7500
7500
  ```
7501
7501
 
7502
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/create.ts)_
7502
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/create.ts)_
7503
7503
 
7504
7504
  ## `sf package delete`
7505
7505
 
@@ -7541,7 +7541,7 @@ EXAMPLES
7541
7541
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
7542
7542
  ```
7543
7543
 
7544
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/delete.ts)_
7544
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/delete.ts)_
7545
7545
 
7546
7546
  ## `sf package install`
7547
7547
 
@@ -7640,7 +7640,7 @@ FLAG DESCRIPTIONS
7640
7640
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
7641
7641
  ```
7642
7642
 
7643
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/install.ts)_
7643
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/install.ts)_
7644
7644
 
7645
7645
  ## `sf package install report`
7646
7646
 
@@ -7673,7 +7673,7 @@ EXAMPLES
7673
7673
  $ sf package install report --request-id 0Hf... --target-org me@example.com
7674
7674
  ```
7675
7675
 
7676
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/install/report.ts)_
7676
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/install/report.ts)_
7677
7677
 
7678
7678
  ## `sf package installed list`
7679
7679
 
@@ -7705,7 +7705,7 @@ EXAMPLES
7705
7705
  $ sf package installed list --target-org me@example.com
7706
7706
  ```
7707
7707
 
7708
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/installed/list.ts)_
7708
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/installed/list.ts)_
7709
7709
 
7710
7710
  ## `sf package list`
7711
7711
 
@@ -7743,7 +7743,7 @@ EXAMPLES
7743
7743
  $ sf package list --target-dev-hub devhub@example.com --verbose
7744
7744
  ```
7745
7745
 
7746
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/list.ts)_
7746
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/list.ts)_
7747
7747
 
7748
7748
  ## `sf package push-upgrade abort`
7749
7749
 
@@ -7782,7 +7782,7 @@ EXAMPLES
7782
7782
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
7783
7783
  ```
7784
7784
 
7785
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/push-upgrade/abort.ts)_
7785
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/push-upgrade/abort.ts)_
7786
7786
 
7787
7787
  ## `sf package push-upgrade list`
7788
7788
 
@@ -7841,7 +7841,7 @@ EXAMPLES
7841
7841
  $ sf package push-upgrade list --package 033xyz –-status Failed
7842
7842
  ```
7843
7843
 
7844
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/push-upgrade/list.ts)_
7844
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/push-upgrade/list.ts)_
7845
7845
 
7846
7846
  ## `sf package push-upgrade report`
7847
7847
 
@@ -7883,7 +7883,7 @@ EXAMPLES
7883
7883
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
7884
7884
  ```
7885
7885
 
7886
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/push-upgrade/report.ts)_
7886
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/push-upgrade/report.ts)_
7887
7887
 
7888
7888
  ## `sf package push-upgrade schedule`
7889
7889
 
@@ -7970,7 +7970,7 @@ FLAG DESCRIPTIONS
7970
7970
  Overrides the value of the target-dev-hub configuration variable, if set.
7971
7971
  ```
7972
7972
 
7973
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/push-upgrade/schedule.ts)_
7973
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/push-upgrade/schedule.ts)_
7974
7974
 
7975
7975
  ## `sf package uninstall`
7976
7976
 
@@ -8018,7 +8018,7 @@ EXAMPLES
8018
8018
  $ sf package uninstall --package "Undesirable Package Alias"
8019
8019
  ```
8020
8020
 
8021
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/uninstall.ts)_
8021
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/uninstall.ts)_
8022
8022
 
8023
8023
  ## `sf package uninstall report`
8024
8024
 
@@ -8051,7 +8051,7 @@ EXAMPLES
8051
8051
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
8052
8052
  ```
8053
8053
 
8054
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/uninstall/report.ts)_
8054
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/uninstall/report.ts)_
8055
8055
 
8056
8056
  ## `sf package update`
8057
8057
 
@@ -8119,7 +8119,7 @@ FLAG DESCRIPTIONS
8119
8119
  the Installed Packages page. Only released package versions can be set as the recommended version.
8120
8120
  ```
8121
8121
 
8122
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/update.ts)_
8122
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/update.ts)_
8123
8123
 
8124
8124
  ## `sf package version create`
8125
8125
 
@@ -8296,7 +8296,7 @@ FLAG DESCRIPTIONS
8296
8296
  periods of no output from commands.
8297
8297
  ```
8298
8298
 
8299
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/create.ts)_
8299
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/create.ts)_
8300
8300
 
8301
8301
  ## `sf package version create list`
8302
8302
 
@@ -8357,7 +8357,7 @@ EXAMPLES
8357
8357
  $ sf package version create list --created-last-days 0 --status Success
8358
8358
  ```
8359
8359
 
8360
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/create/list.ts)_
8360
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/create/list.ts)_
8361
8361
 
8362
8362
  ## `sf package version create report`
8363
8363
 
@@ -8400,7 +8400,7 @@ EXAMPLES
8400
8400
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
8401
8401
  ```
8402
8402
 
8403
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/create/report.ts)_
8403
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/create/report.ts)_
8404
8404
 
8405
8405
  ## `sf package version delete`
8406
8406
 
@@ -8441,7 +8441,7 @@ EXAMPLES
8441
8441
  $ sf package version delete --package 04t... --target-org devhub@example.com
8442
8442
  ```
8443
8443
 
8444
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/delete.ts)_
8444
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/delete.ts)_
8445
8445
 
8446
8446
  ## `sf package version displayancestry`
8447
8447
 
@@ -8501,7 +8501,7 @@ FLAG DESCRIPTIONS
8501
8501
  You can use the DOT code output in graph visualization software to create tree visualizations.
8502
8502
  ```
8503
8503
 
8504
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/displayancestry.ts)_
8504
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/displayancestry.ts)_
8505
8505
 
8506
8506
  ## `sf package version displaydependencies`
8507
8507
 
@@ -8568,7 +8568,7 @@ FLAG DESCRIPTIONS
8568
8568
  package, which must be installed last.
8569
8569
  ```
8570
8570
 
8571
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/displaydependencies.ts)_
8571
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/displaydependencies.ts)_
8572
8572
 
8573
8573
  ## `sf package version list`
8574
8574
 
@@ -8644,7 +8644,7 @@ EXAMPLES
8644
8644
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
8645
8645
  ```
8646
8646
 
8647
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/list.ts)_
8647
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/list.ts)_
8648
8648
 
8649
8649
  ## `sf package version promote`
8650
8650
 
@@ -8688,7 +8688,7 @@ EXAMPLES
8688
8688
  $ sf package version promote --package "Awesome Package Alias"
8689
8689
  ```
8690
8690
 
8691
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/promote.ts)_
8691
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/promote.ts)_
8692
8692
 
8693
8693
  ## `sf package version report`
8694
8694
 
@@ -8728,7 +8728,7 @@ EXAMPLES
8728
8728
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
8729
8729
  ```
8730
8730
 
8731
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/report.ts)_
8731
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/report.ts)_
8732
8732
 
8733
8733
  ## `sf package version retrieve`
8734
8734
 
@@ -8773,7 +8773,7 @@ EXAMPLES
8773
8773
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
8774
8774
  ```
8775
8775
 
8776
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/retrieve.ts)_
8776
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/retrieve.ts)_
8777
8777
 
8778
8778
  ## `sf package version update`
8779
8779
 
@@ -8826,7 +8826,7 @@ EXAMPLES
8826
8826
  $ sf package version update --package 04t... --version-description "New Package Version Description"
8827
8827
  ```
8828
8828
 
8829
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package/version/update.ts)_
8829
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package/version/update.ts)_
8830
8830
 
8831
8831
  ## `sf package1 version create`
8832
8832
 
@@ -8893,7 +8893,7 @@ FLAG DESCRIPTIONS
8893
8893
  subscribers.
8894
8894
  ```
8895
8895
 
8896
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package1/version/create.ts)_
8896
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package1/version/create.ts)_
8897
8897
 
8898
8898
  ## `sf package1 version create get`
8899
8899
 
@@ -8926,7 +8926,7 @@ EXAMPLES
8926
8926
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
8927
8927
  ```
8928
8928
 
8929
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package1/version/create/get.ts)_
8929
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package1/version/create/get.ts)_
8930
8930
 
8931
8931
  ## `sf package1 version display`
8932
8932
 
@@ -8960,7 +8960,7 @@ EXAMPLES
8960
8960
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
8961
8961
  ```
8962
8962
 
8963
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package1/version/display.ts)_
8963
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package1/version/display.ts)_
8964
8964
 
8965
8965
  ## `sf package1 version list`
8966
8966
 
@@ -8998,7 +8998,7 @@ FLAG DESCRIPTIONS
8998
8998
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
8999
8999
  ```
9000
9000
 
9001
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.5/src/commands/package1/version/list.ts)_
9001
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.0/src/commands/package1/version/list.ts)_
9002
9002
 
9003
9003
  ## `sf plugins`
9004
9004
 
@@ -9039,7 +9039,7 @@ EXAMPLES
9039
9039
  $ sf plugins discover
9040
9040
  ```
9041
9041
 
9042
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.44/src/commands/plugins/discover.ts)_
9042
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/2.0.0/src/commands/plugins/discover.ts)_
9043
9043
 
9044
9044
  ## `sf plugins:inspect PLUGIN...`
9045
9045
 
@@ -9198,7 +9198,7 @@ EXAMPLES
9198
9198
  $ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
9199
9199
  ```
9200
9200
 
9201
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.43/src/commands/plugins/trust/allowlist/add.ts)_
9201
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.1/src/commands/plugins/trust/allowlist/add.ts)_
9202
9202
 
9203
9203
  ## `sf plugins trust allowlist list`
9204
9204
 
@@ -9226,7 +9226,7 @@ EXAMPLES
9226
9226
  $ sf plugins trust allowlist list
9227
9227
  ```
9228
9228
 
9229
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.43/src/commands/plugins/trust/allowlist/list.ts)_
9229
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.1/src/commands/plugins/trust/allowlist/list.ts)_
9230
9230
 
9231
9231
  ## `sf plugins trust allowlist remove`
9232
9232
 
@@ -9263,7 +9263,7 @@ EXAMPLES
9263
9263
  $ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
9264
9264
  ```
9265
9265
 
9266
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.43/src/commands/plugins/trust/allowlist/remove.ts)_
9266
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.1/src/commands/plugins/trust/allowlist/remove.ts)_
9267
9267
 
9268
9268
  ## `sf plugins trust verify`
9269
9269
 
@@ -9292,7 +9292,7 @@ EXAMPLES
9292
9292
  $ sf plugins trust verify --npm @scope/npmName
9293
9293
  ```
9294
9294
 
9295
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.43/src/commands/plugins/trust/verify.ts)_
9295
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.1/src/commands/plugins/trust/verify.ts)_
9296
9296
 
9297
9297
  ## `sf plugins uninstall [PLUGIN]`
9298
9298
 
@@ -9401,7 +9401,7 @@ FLAG DESCRIPTIONS
9401
9401
  If you specify this flag, don’t specify --metadata or --source-dir.
9402
9402
  ```
9403
9403
 
9404
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/convert/mdapi.ts)_
9404
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/convert/mdapi.ts)_
9405
9405
 
9406
9406
  ## `sf project convert source`
9407
9407
 
@@ -9474,7 +9474,7 @@ FLAG DESCRIPTIONS
9474
9474
  Override the api version used for api requests made by this command
9475
9475
  ```
9476
9476
 
9477
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/convert/source.ts)_
9477
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/convert/source.ts)_
9478
9478
 
9479
9479
  ## `sf project convert source-behavior`
9480
9480
 
@@ -9533,7 +9533,7 @@ EXAMPLES
9533
9533
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
9534
9534
  ```
9535
9535
 
9536
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/convert/source-behavior.ts)_
9536
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/convert/source-behavior.ts)_
9537
9537
 
9538
9538
  ## `sf project delete source`
9539
9539
 
@@ -9686,7 +9686,7 @@ FLAG DESCRIPTIONS
9686
9686
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
9687
9687
  ```
9688
9688
 
9689
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/delete/source.ts)_
9689
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/delete/source.ts)_
9690
9690
 
9691
9691
  ## `sf project delete tracking`
9692
9692
 
@@ -9723,7 +9723,7 @@ EXAMPLES
9723
9723
  $ sf project delete tracking --target-org my-scratch
9724
9724
  ```
9725
9725
 
9726
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/delete/tracking.ts)_
9726
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/delete/tracking.ts)_
9727
9727
 
9728
9728
  ## `sf project deploy cancel`
9729
9729
 
@@ -9795,7 +9795,7 @@ FLAG DESCRIPTIONS
9795
9795
  project deploy report".
9796
9796
  ```
9797
9797
 
9798
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/deploy/cancel.ts)_
9798
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/deploy/cancel.ts)_
9799
9799
 
9800
9800
  ## `sf project deploy preview`
9801
9801
 
@@ -9878,7 +9878,7 @@ FLAG DESCRIPTIONS
9878
9878
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
9879
9879
  ```
9880
9880
 
9881
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/deploy/preview.ts)_
9881
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/deploy/preview.ts)_
9882
9882
 
9883
9883
  ## `sf project deploy quick`
9884
9884
 
@@ -9971,7 +9971,7 @@ ERROR CODES
9971
9971
  Canceling (69) The deploy is being canceled.
9972
9972
  ```
9973
9973
 
9974
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/deploy/quick.ts)_
9974
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/deploy/quick.ts)_
9975
9975
 
9976
9976
  ## `sf project deploy report`
9977
9977
 
@@ -10063,7 +10063,7 @@ FLAG DESCRIPTIONS
10063
10063
  --coverage-formatters lcov --coverage-formatters clover
10064
10064
  ```
10065
10065
 
10066
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/deploy/report.ts)_
10066
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/deploy/report.ts)_
10067
10067
 
10068
10068
  ## `sf project deploy resume`
10069
10069
 
@@ -10160,7 +10160,7 @@ ERROR CODES
10160
10160
  Canceling (69) The deploy is being canceled.
10161
10161
  ```
10162
10162
 
10163
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/deploy/resume.ts)_
10163
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/deploy/resume.ts)_
10164
10164
 
10165
10165
  ## `sf project deploy start`
10166
10166
 
@@ -10426,7 +10426,7 @@ ERROR CODES
10426
10426
  Canceling (69) The deploy is being canceled.
10427
10427
  ```
10428
10428
 
10429
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/deploy/start.ts)_
10429
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/deploy/start.ts)_
10430
10430
 
10431
10431
  ## `sf project deploy validate`
10432
10432
 
@@ -10630,7 +10630,7 @@ ERROR CODES
10630
10630
  Canceling (69) The deploy is being canceled.
10631
10631
  ```
10632
10632
 
10633
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/deploy/validate.ts)_
10633
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/deploy/validate.ts)_
10634
10634
 
10635
10635
  ## `sf project generate manifest`
10636
10636
 
@@ -10726,7 +10726,7 @@ EXAMPLES
10726
10726
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
10727
10727
  ```
10728
10728
 
10729
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/generate/manifest.ts)_
10729
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/generate/manifest.ts)_
10730
10730
 
10731
10731
  ## `sf project list ignored`
10732
10732
 
@@ -10768,7 +10768,7 @@ EXAMPLES
10768
10768
  $ sf project list ignored --source-dir package.xml
10769
10769
  ```
10770
10770
 
10771
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/list/ignored.ts)_
10771
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/list/ignored.ts)_
10772
10772
 
10773
10773
  ## `sf project reset tracking`
10774
10774
 
@@ -10817,7 +10817,7 @@ EXAMPLES
10817
10817
  $ sf project reset tracking --revision 30
10818
10818
  ```
10819
10819
 
10820
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/reset/tracking.ts)_
10820
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/reset/tracking.ts)_
10821
10821
 
10822
10822
  ## `sf project retrieve preview`
10823
10823
 
@@ -10871,7 +10871,7 @@ FLAG DESCRIPTIONS
10871
10871
  production orgs.
10872
10872
  ```
10873
10873
 
10874
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/retrieve/preview.ts)_
10874
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/retrieve/preview.ts)_
10875
10875
 
10876
10876
  ## `sf project retrieve start`
10877
10877
 
@@ -11052,7 +11052,7 @@ ENVIRONMENT VARIABLES
11052
11052
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
11053
11053
  ```
11054
11054
 
11055
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.61/src/commands/project/retrieve/start.ts)_
11055
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.0.1/src/commands/project/retrieve/start.ts)_
11056
11056
 
11057
11057
  ## `sf schema generate field`
11058
11058
 
@@ -11106,7 +11106,7 @@ FLAG DESCRIPTIONS
11106
11106
  If you don't specify this flag, the command prompts you to choose from your local objects.
11107
11107
  ```
11108
11108
 
11109
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.125/src/commands/schema/generate/field.ts)_
11109
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.0/src/commands/schema/generate/field.ts)_
11110
11110
 
11111
11111
  ## `sf schema generate platformevent`
11112
11112
 
@@ -11138,7 +11138,7 @@ EXAMPLES
11138
11138
  $ sf schema generate platformevent --label "My Platform Event"
11139
11139
  ```
11140
11140
 
11141
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.125/src/commands/schema/generate/platformevent.ts)_
11141
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.0/src/commands/schema/generate/platformevent.ts)_
11142
11142
 
11143
11143
  ## `sf schema generate sobject`
11144
11144
 
@@ -11195,7 +11195,7 @@ FLAG DESCRIPTIONS
11195
11195
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
11196
11196
  ```
11197
11197
 
11198
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.125/src/commands/schema/generate/sobject.ts)_
11198
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.0/src/commands/schema/generate/sobject.ts)_
11199
11199
 
11200
11200
  ## `sf schema generate tab`
11201
11201
 
@@ -11243,7 +11243,7 @@ FLAG DESCRIPTIONS
11243
11243
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
11244
11244
  ```
11245
11245
 
11246
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.125/src/commands/schema/generate/tab.ts)_
11246
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.0/src/commands/schema/generate/tab.ts)_
11247
11247
 
11248
11248
  ## `sf search`
11249
11249
 
@@ -11306,7 +11306,7 @@ EXAMPLES
11306
11306
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
11307
11307
  ```
11308
11308
 
11309
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.131/src/commands/sobject/describe.ts)_
11309
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.0/src/commands/sobject/describe.ts)_
11310
11310
 
11311
11311
  ## `sf sobject list`
11312
11312
 
@@ -11345,7 +11345,7 @@ EXAMPLES
11345
11345
  $ sf sobject list --sobject custom --target-org my-scratch-org
11346
11346
  ```
11347
11347
 
11348
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.131/src/commands/sobject/list.ts)_
11348
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.0/src/commands/sobject/list.ts)_
11349
11349
 
11350
11350
  ## `sf template generate analytics template`
11351
11351
 
@@ -11389,7 +11389,7 @@ FLAG DESCRIPTIONS
11389
11389
  directory.
11390
11390
  ```
11391
11391
 
11392
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/analytics/template.ts)_
11392
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/analytics/template.ts)_
11393
11393
 
11394
11394
  ## `sf template generate apex class`
11395
11395
 
@@ -11451,7 +11451,7 @@ FLAG DESCRIPTIONS
11451
11451
  Supplied parameter values or default values are filled into a copy of the template.
11452
11452
  ```
11453
11453
 
11454
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/apex/class.ts)_
11454
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/apex/class.ts)_
11455
11455
 
11456
11456
  ## `sf template generate apex trigger`
11457
11457
 
@@ -11521,7 +11521,7 @@ FLAG DESCRIPTIONS
11521
11521
  Supplied parameter values or default values are filled into a copy of the template.
11522
11522
  ```
11523
11523
 
11524
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/apex/trigger.ts)_
11524
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/apex/trigger.ts)_
11525
11525
 
11526
11526
  ## `sf template generate digital-experience site`
11527
11527
 
@@ -11575,7 +11575,7 @@ FLAG DESCRIPTIONS
11575
11575
  project, defaults to the current directory.
11576
11576
  ```
11577
11577
 
11578
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/digital-experience/site.ts)_
11578
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/digital-experience/site.ts)_
11579
11579
 
11580
11580
  ## `sf template generate flexipage`
11581
11581
 
@@ -11657,7 +11657,7 @@ FLAG DESCRIPTIONS
11657
11657
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11658
11658
  ```
11659
11659
 
11660
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/flexipage/index.ts)_
11660
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/flexipage/index.ts)_
11661
11661
 
11662
11662
  ## `sf template generate lightning app`
11663
11663
 
@@ -11715,7 +11715,7 @@ FLAG DESCRIPTIONS
11715
11715
  field in the DX project's "sfdx-project.json" file.
11716
11716
  ```
11717
11717
 
11718
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/lightning/app.ts)_
11718
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/lightning/app.ts)_
11719
11719
 
11720
11720
  ## `sf template generate lightning component`
11721
11721
 
@@ -11792,7 +11792,7 @@ FLAG DESCRIPTIONS
11792
11792
  field in the DX project's "sfdx-project.json" file.
11793
11793
  ```
11794
11794
 
11795
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/lightning/component.ts)_
11795
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/lightning/component.ts)_
11796
11796
 
11797
11797
  ## `sf template generate lightning event`
11798
11798
 
@@ -11850,7 +11850,7 @@ FLAG DESCRIPTIONS
11850
11850
  field in the DX project's "sfdx-project.json" file.
11851
11851
  ```
11852
11852
 
11853
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/lightning/event.ts)_
11853
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/lightning/event.ts)_
11854
11854
 
11855
11855
  ## `sf template generate lightning interface`
11856
11856
 
@@ -11908,7 +11908,7 @@ FLAG DESCRIPTIONS
11908
11908
  field in the DX project's "sfdx-project.json" file.
11909
11909
  ```
11910
11910
 
11911
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/lightning/interface.ts)_
11911
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/lightning/interface.ts)_
11912
11912
 
11913
11913
  ## `sf template generate lightning test`
11914
11914
 
@@ -11966,7 +11966,7 @@ FLAG DESCRIPTIONS
11966
11966
  field in the DX project's "sfdx-project.json" file.
11967
11967
  ```
11968
11968
 
11969
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/lightning/test.ts)_
11969
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/lightning/test.ts)_
11970
11970
 
11971
11971
  ## `sf template generate project`
11972
11972
 
@@ -12098,7 +12098,7 @@ FLAG DESCRIPTIONS
12098
12098
  server-side type stripping.
12099
12099
  ```
12100
12100
 
12101
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/project/index.ts)_
12101
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/project/index.ts)_
12102
12102
 
12103
12103
  ## `sf template generate static-resource`
12104
12104
 
@@ -12161,7 +12161,7 @@ FLAG DESCRIPTIONS
12161
12161
  etc.
12162
12162
  ```
12163
12163
 
12164
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/static-resource/index.ts)_
12164
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/static-resource/index.ts)_
12165
12165
 
12166
12166
  ## `sf template generate ui-bundle`
12167
12167
 
@@ -12250,7 +12250,7 @@ FLAG DESCRIPTIONS
12250
12250
  Supplied parameter values or default values are filled into a copy of the template.
12251
12251
  ```
12252
12252
 
12253
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/ui-bundle/index.ts)_
12253
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/ui-bundle/index.ts)_
12254
12254
 
12255
12255
  ## `sf template generate visualforce component`
12256
12256
 
@@ -12307,7 +12307,7 @@ FLAG DESCRIPTIONS
12307
12307
  Supplied parameter values or default values are filled into a copy of the template.
12308
12308
  ```
12309
12309
 
12310
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/visualforce/component.ts)_
12310
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/visualforce/component.ts)_
12311
12311
 
12312
12312
  ## `sf template generate visualforce page`
12313
12313
 
@@ -12358,7 +12358,7 @@ FLAG DESCRIPTIONS
12358
12358
  The name can be up to 40 characters and must start with a letter.
12359
12359
  ```
12360
12360
 
12361
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.20.0/src/commands/template/generate/visualforce/page.ts)_
12361
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.0/src/commands/template/generate/visualforce/page.ts)_
12362
12362
 
12363
12363
  ## `sf update [CHANNEL]`
12364
12364