@salesforce/cli 2.151.6 → 2.152.1

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.151.6 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.152.1 linux-x64 node-v24.20.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -302,7 +302,7 @@ ERROR CODES
302
302
  ActivationFailed (4) Failed to activate the agent due to API or network errors.
303
303
  ```
304
304
 
305
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/activate.ts)_
306
306
 
307
307
  ## `sf agent adl create`
308
308
 
@@ -374,7 +374,7 @@ EXAMPLES
374
374
  --source-type retriever --retriever-id 0ppXX0000000001
375
375
  ```
376
376
 
377
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/create.ts)_
378
378
 
379
379
  ## `sf agent adl delete`
380
380
 
@@ -405,7 +405,7 @@ EXAMPLES
405
405
  $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg
406
406
  ```
407
407
 
408
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/delete.ts)_
409
409
 
410
410
  ## `sf agent adl file add`
411
411
 
@@ -447,7 +447,7 @@ EXAMPLES
447
447
  $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg
448
448
  ```
449
449
 
450
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/file/add.ts)_
451
451
 
452
452
  ## `sf agent adl file delete`
453
453
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg
481
481
  ```
482
482
 
483
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/file/delete.ts)_
484
484
 
485
485
  ## `sf agent adl file list`
486
486
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json
521
521
  ```
522
522
 
523
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/file/list.ts)_
524
524
 
525
525
  ## `sf agent adl get`
526
526
 
@@ -551,7 +551,7 @@ EXAMPLES
551
551
  $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg
552
552
  ```
553
553
 
554
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/get.ts)_
555
555
 
556
556
  ## `sf agent adl list`
557
557
 
@@ -588,7 +588,7 @@ EXAMPLES
588
588
  $ sf agent adl list --target-org myOrg --json
589
589
  ```
590
590
 
591
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/list.ts)_
592
592
 
593
593
  ## `sf agent adl status`
594
594
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  $ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg
624
624
  ```
625
625
 
626
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/status.ts)_
627
627
 
628
628
  ## `sf agent adl update`
629
629
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg
679
679
  ```
680
680
 
681
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/update.ts)_
682
682
 
683
683
  ## `sf agent adl upload`
684
684
 
@@ -725,7 +725,7 @@ EXAMPLES
725
725
  $ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg
726
726
  ```
727
727
 
728
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/adl/upload.ts)_
729
729
 
730
730
  ## `sf agent create`
731
731
 
@@ -792,7 +792,7 @@ EXAMPLES
792
792
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
793
793
  ```
794
794
 
795
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/create.ts)_
796
796
 
797
797
  ## `sf agent deactivate`
798
798
 
@@ -841,7 +841,7 @@ ERROR CODES
841
841
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
842
842
  ```
843
843
 
844
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/deactivate.ts)_
845
845
 
846
846
  ## `sf agent generate agent-spec`
847
847
 
@@ -948,7 +948,7 @@ EXAMPLES
948
948
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
949
949
  ```
950
950
 
951
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/generate/agent-spec.ts)_
952
952
 
953
953
  ## `sf agent generate authoring-bundle`
954
954
 
@@ -1025,7 +1025,7 @@ EXAMPLES
1025
1025
  other-package-dir/main/default --target-org my-dev-org
1026
1026
  ```
1027
1027
 
1028
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/generate/authoring-bundle.ts)_
1029
1029
 
1030
1030
  ## `sf agent generate template`
1031
1031
 
@@ -1087,7 +1087,7 @@ EXAMPLES
1087
1087
  my-package --source-org my-scratch-org
1088
1088
  ```
1089
1089
 
1090
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/generate/template.ts)_
1091
1091
 
1092
1092
  ## `sf agent generate test-spec`
1093
1093
 
@@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS
1176
1176
  metadata. 'testing-center' uses AiEvaluationDefinition metadata.
1177
1177
  ```
1178
1178
 
1179
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/generate/test-spec.ts)_
1180
1180
 
1181
1181
  ## `sf agent mcp asset list`
1182
1182
 
@@ -1212,7 +1212,7 @@ EXAMPLES
1212
1212
  $ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1213
1213
  ```
1214
1214
 
1215
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/asset/list.ts)_
1216
1216
 
1217
1217
  ## `sf agent mcp asset replace`
1218
1218
 
@@ -1261,7 +1261,7 @@ EXAMPLES
1261
1261
  cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg
1262
1262
  ```
1263
1263
 
1264
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/asset/replace.ts)_
1265
1265
 
1266
1266
  ## `sf agent mcp create`
1267
1267
 
@@ -1309,7 +1309,7 @@ EXAMPLES
1309
1309
  cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg
1310
1310
  ```
1311
1311
 
1312
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/create.ts)_
1313
1313
 
1314
1314
  ## `sf agent mcp delete`
1315
1315
 
@@ -1347,7 +1347,7 @@ EXAMPLES
1347
1347
  $ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt
1348
1348
  ```
1349
1349
 
1350
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/delete.ts)_
1351
1351
 
1352
1352
  ## `sf agent mcp fetch`
1353
1353
 
@@ -1384,7 +1384,7 @@ EXAMPLES
1384
1384
  $ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1385
1385
  ```
1386
1386
 
1387
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/fetch.ts)_
1388
1388
 
1389
1389
  ## `sf agent mcp get`
1390
1390
 
@@ -1420,7 +1420,7 @@ EXAMPLES
1420
1420
  $ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json
1421
1421
  ```
1422
1422
 
1423
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/get.ts)_
1424
1424
 
1425
1425
  ## `sf agent mcp list`
1426
1426
 
@@ -1462,7 +1462,7 @@ EXAMPLES
1462
1462
  $ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json
1463
1463
  ```
1464
1464
 
1465
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/list.ts)_
1466
1466
 
1467
1467
  ## `sf agent mcp update`
1468
1468
 
@@ -1513,7 +1513,7 @@ EXAMPLES
1513
1513
  cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json
1514
1514
  ```
1515
1515
 
1516
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/mcp/update.ts)_
1517
1517
 
1518
1518
  ## `sf agent preview`
1519
1519
 
@@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS
1608
1608
  will see null. (3) Type defaults to Text.
1609
1609
  ```
1610
1610
 
1611
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/preview.ts)_
1612
1612
 
1613
1613
  ## `sf agent preview end`
1614
1614
 
@@ -1692,7 +1692,7 @@ ERROR CODES
1692
1692
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1693
1693
  ```
1694
1694
 
1695
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/preview/end.ts)_
1696
1696
 
1697
1697
  ## `sf agent preview send`
1698
1698
 
@@ -1759,7 +1759,7 @@ ERROR CODES
1759
1759
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1760
1760
  ```
1761
1761
 
1762
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/preview/send.ts)_
1763
1763
 
1764
1764
  ## `sf agent preview sessions`
1765
1765
 
@@ -1795,7 +1795,7 @@ ERROR CODES
1795
1795
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
1796
1796
  ```
1797
1797
 
1798
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/preview/sessions.ts)_
1799
1799
 
1800
1800
  ## `sf agent preview start`
1801
1801
 
@@ -1893,7 +1893,7 @@ ERROR CODES
1893
1893
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1894
1894
  ```
1895
1895
 
1896
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/preview/start.ts)_
1897
1897
 
1898
1898
  ## `sf agent publish authoring-bundle`
1899
1899
 
@@ -1957,7 +1957,7 @@ ERROR CODES
1957
1957
  Failed (1) Compilation errors found in the Agent Script file.
1958
1958
  ```
1959
1959
 
1960
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/publish/authoring-bundle.ts)_
1961
1961
 
1962
1962
  ## `sf agent test create`
1963
1963
 
@@ -2038,7 +2038,7 @@ ERROR CODES
2038
2038
  DeploymentFailed (4) Deployment failed due to API or network errors.
2039
2039
  ```
2040
2040
 
2041
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/test/create.ts)_
2042
2042
 
2043
2043
  ## `sf agent test list`
2044
2044
 
@@ -2080,7 +2080,7 @@ ERROR CODES
2080
2080
  Failed (4) Failed to retrieve agent tests due to API or network errors.
2081
2081
  ```
2082
2082
 
2083
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/test/list.ts)_
2084
2084
 
2085
2085
  ## `sf agent test results`
2086
2086
 
@@ -2164,7 +2164,7 @@ ERROR CODES
2164
2164
  Failed (4) Failed to retrieve results due to API or network errors.
2165
2165
  ```
2166
2166
 
2167
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/test/results.ts)_
2168
2168
 
2169
2169
  ## `sf agent test resume`
2170
2170
 
@@ -2257,7 +2257,7 @@ ERROR CODES
2257
2257
  OperationFailed (4) Failed to poll test due to API or network errors.
2258
2258
  ```
2259
2259
 
2260
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/test/resume.ts)_
2261
2261
 
2262
2262
  ## `sf agent test run`
2263
2263
 
@@ -2350,7 +2350,7 @@ ERROR CODES
2350
2350
  OperationFailed (4) Failed to start or poll test due to API or network errors.
2351
2351
  ```
2352
2352
 
2353
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/test/run.ts)_
2354
2354
 
2355
2355
  ## `sf agent test run-eval`
2356
2356
 
@@ -2435,7 +2435,7 @@ ERROR CODES
2435
2435
  OperationFailed (4) Failed to execute tests due to API or network errors.
2436
2436
  ```
2437
2437
 
2438
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/test/run-eval.ts)_
2439
2439
 
2440
2440
  ## `sf agent trace delete`
2441
2441
 
@@ -2502,7 +2502,7 @@ ERROR CODES
2502
2502
  Succeeded (0) Traces deleted successfully (or no traces matched).
2503
2503
  ```
2504
2504
 
2505
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/trace/delete.ts)_
2506
2506
 
2507
2507
  ## `sf agent trace list`
2508
2508
 
@@ -2575,7 +2575,7 @@ ERROR CODES
2575
2575
  Succeeded (0) Trace files listed successfully (or empty list if none found).
2576
2576
  ```
2577
2577
 
2578
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/trace/list.ts)_
2579
2579
 
2580
2580
  ## `sf agent trace read`
2581
2581
 
@@ -2663,7 +2663,7 @@ EXAMPLES
2663
2663
  $ sf agent trace read --session-id <SESSION_ID> --json
2664
2664
  ```
2665
2665
 
2666
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/src/commands/agent/trace/read.ts)_
2667
2667
 
2668
2668
  ## `sf agent validate authoring-bundle`
2669
2669
 
@@ -2720,7 +2720,7 @@ ERROR CODES
2720
2720
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
2721
2721
  ```
2722
2722
 
2723
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.1.1/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/3.0.6/src/commands/alias/list.ts)_
2751
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.7/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/3.0.6/src/commands/alias/set.ts)_
2800
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.7/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/3.0.6/src/commands/alias/unset.ts)_
2840
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.7/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/4.1.1/src/commands/apex/get/log.ts)_
2896
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/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/4.1.1/src/commands/apex/get/test.ts)_
2956
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/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/4.1.1/src/commands/apex/list/log.ts)_
2996
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/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/4.1.1/src/commands/apex/run.ts)_
3043
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/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/4.1.1/src/commands/apex/run/test.ts)_
3190
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/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/4.1.1/src/commands/apex/tail/log.ts)_
3233
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/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/2.0.9/src/commands/api/request/graphql.ts)_
3286
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.10/src/commands/api/request/graphql.ts)_
3287
3287
 
3288
3288
  ## `sf api request rest [URL]`
3289
3289
 
@@ -3393,7 +3393,7 @@ FLAG DESCRIPTIONS
3393
3393
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
3394
3394
  ```
3395
3395
 
3396
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.9/src/commands/api/request/rest.ts)_
3396
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/2.0.10/src/commands/api/request/rest.ts)_
3397
3397
 
3398
3398
  ## `sf autocomplete [SHELL]`
3399
3399
 
@@ -3502,7 +3502,7 @@ CONFIGURATION VARIABLES
3502
3502
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3503
3503
  ```
3504
3504
 
3505
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/get.ts)_
3505
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.7/src/commands/config/get.ts)_
3506
3506
 
3507
3507
  ## `sf config list`
3508
3508
 
@@ -3542,7 +3542,7 @@ EXAMPLES
3542
3542
  $ sf config list
3543
3543
  ```
3544
3544
 
3545
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/list.ts)_
3545
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.7/src/commands/config/list.ts)_
3546
3546
 
3547
3547
  ## `sf config set`
3548
3548
 
@@ -3611,7 +3611,7 @@ CONFIGURATION VARIABLES
3611
3611
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3612
3612
  ```
3613
3613
 
3614
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/set.ts)_
3614
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.7/src/commands/config/set.ts)_
3615
3615
 
3616
3616
  ## `sf config unset`
3617
3617
 
@@ -3661,7 +3661,7 @@ CONFIGURATION VARIABLES
3661
3661
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3662
3662
  ```
3663
3663
 
3664
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/unset.ts)_
3664
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.7/src/commands/config/unset.ts)_
3665
3665
 
3666
3666
  ## `sf data bulk results`
3667
3667
 
@@ -3706,7 +3706,7 @@ EXAMPLES
3706
3706
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
3707
3707
  ```
3708
3708
 
3709
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/bulk/results.ts)_
3709
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/bulk/results.ts)_
3710
3710
 
3711
3711
  ## `sf data create file`
3712
3712
 
@@ -3755,7 +3755,7 @@ EXAMPLES
3755
3755
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
3756
3756
  ```
3757
3757
 
3758
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/create/file.ts)_
3758
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/create/file.ts)_
3759
3759
 
3760
3760
  ## `sf data create record`
3761
3761
 
@@ -3814,7 +3814,7 @@ EXAMPLES
3814
3814
  TracedEntityId=01p17000000R6bLAAS"
3815
3815
  ```
3816
3816
 
3817
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/create/record.ts)_
3817
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/create/record.ts)_
3818
3818
 
3819
3819
  ## `sf data delete bulk`
3820
3820
 
@@ -3873,7 +3873,7 @@ FLAG DESCRIPTIONS
3873
3873
  and can be enabled only by a system administrator.
3874
3874
  ```
3875
3875
 
3876
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/delete/bulk.ts)_
3876
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/delete/bulk.ts)_
3877
3877
 
3878
3878
  ## `sf data delete record`
3879
3879
 
@@ -3934,7 +3934,7 @@ EXAMPLES
3934
3934
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3935
3935
  ```
3936
3936
 
3937
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/delete/record.ts)_
3937
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/delete/record.ts)_
3938
3938
 
3939
3939
  ## `sf data delete resume`
3940
3940
 
@@ -3973,7 +3973,7 @@ EXAMPLES
3973
3973
  $ sf data delete resume --use-most-recent --target-org my-scratch
3974
3974
  ```
3975
3975
 
3976
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/delete/resume.ts)_
3976
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/delete/resume.ts)_
3977
3977
 
3978
3978
  ## `sf data export bulk`
3979
3979
 
@@ -4040,7 +4040,7 @@ EXAMPLES
4040
4040
  --result-format json --wait 10 --all-rows
4041
4041
  ```
4042
4042
 
4043
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/export/bulk.ts)_
4043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/export/bulk.ts)_
4044
4044
 
4045
4045
  ## `sf data export resume`
4046
4046
 
@@ -4079,7 +4079,7 @@ EXAMPLES
4079
4079
  $ sf data export resume --use-most-recent
4080
4080
  ```
4081
4081
 
4082
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/export/resume.ts)_
4082
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/export/resume.ts)_
4083
4083
 
4084
4084
  ## `sf data export tree`
4085
4085
 
@@ -4139,7 +4139,7 @@ EXAMPLES
4139
4139
  my-scratch
4140
4140
  ```
4141
4141
 
4142
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/export/tree.ts)_
4142
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/export/tree.ts)_
4143
4143
 
4144
4144
  ## `sf data get record`
4145
4145
 
@@ -4203,7 +4203,7 @@ EXAMPLES
4203
4203
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
4204
4204
  ```
4205
4205
 
4206
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/get/record.ts)_
4206
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/get/record.ts)_
4207
4207
 
4208
4208
  ## `sf data import bulk`
4209
4209
 
@@ -4255,7 +4255,7 @@ EXAMPLES
4255
4255
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4256
4256
  ```
4257
4257
 
4258
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/import/bulk.ts)_
4258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/import/bulk.ts)_
4259
4259
 
4260
4260
  ## `sf data import resume`
4261
4261
 
@@ -4291,7 +4291,7 @@ EXAMPLES
4291
4291
  $ sf data import resume --use-most-recent --target-org my-scratch
4292
4292
  ```
4293
4293
 
4294
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/import/resume.ts)_
4294
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/import/resume.ts)_
4295
4295
 
4296
4296
  ## `sf data import tree`
4297
4297
 
@@ -4355,7 +4355,7 @@ FLAG DESCRIPTIONS
4355
4355
  - files(array) - Files: An array of files paths to load
4356
4356
  ```
4357
4357
 
4358
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/import/tree.ts)_
4358
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/import/tree.ts)_
4359
4359
 
4360
4360
  ## `sf data query`
4361
4361
 
@@ -4408,7 +4408,7 @@ EXAMPLES
4408
4408
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
4409
4409
  ```
4410
4410
 
4411
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/query.ts)_
4411
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/query.ts)_
4412
4412
 
4413
4413
  ## `sf data resume`
4414
4414
 
@@ -4445,7 +4445,7 @@ EXAMPLES
4445
4445
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
4446
4446
  ```
4447
4447
 
4448
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/resume.ts)_
4448
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/resume.ts)_
4449
4449
 
4450
4450
  ## `sf data search`
4451
4451
 
@@ -4495,7 +4495,7 @@ EXAMPLES
4495
4495
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
4496
4496
  ```
4497
4497
 
4498
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/search.ts)_
4498
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/search.ts)_
4499
4499
 
4500
4500
  ## `sf data update bulk`
4501
4501
 
@@ -4550,7 +4550,7 @@ EXAMPLES
4550
4550
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4551
4551
  ```
4552
4552
 
4553
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/update/bulk.ts)_
4553
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/update/bulk.ts)_
4554
4554
 
4555
4555
  ## `sf data update record`
4556
4556
 
@@ -4614,7 +4614,7 @@ EXAMPLES
4614
4614
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
4615
4615
  ```
4616
4616
 
4617
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/update/record.ts)_
4617
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/update/record.ts)_
4618
4618
 
4619
4619
  ## `sf data update resume`
4620
4620
 
@@ -4653,7 +4653,7 @@ EXAMPLES
4653
4653
  $ sf data update resume --use-most-recent
4654
4654
  ```
4655
4655
 
4656
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/update/resume.ts)_
4656
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/update/resume.ts)_
4657
4657
 
4658
4658
  ## `sf data upsert bulk`
4659
4659
 
@@ -4709,7 +4709,7 @@ EXAMPLES
4709
4709
  my-scratch
4710
4710
  ```
4711
4711
 
4712
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/upsert/bulk.ts)_
4712
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/upsert/bulk.ts)_
4713
4713
 
4714
4714
  ## `sf data upsert resume`
4715
4715
 
@@ -4748,7 +4748,7 @@ EXAMPLES
4748
4748
  $ sf data upsert resume --use-most-recent --target-org my-scratch
4749
4749
  ```
4750
4750
 
4751
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/upsert/resume.ts)_
4751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/data/upsert/resume.ts)_
4752
4752
 
4753
4753
  ## `sf doctor`
4754
4754
 
@@ -4796,7 +4796,7 @@ EXAMPLES
4796
4796
  $ sf doctor --plugin @salesforce/plugin-source
4797
4797
  ```
4798
4798
 
4799
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.9/src/commands/doctor.ts)_
4799
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.10/src/commands/doctor.ts)_
4800
4800
 
4801
4801
  ## `sf force data bulk delete`
4802
4802
 
@@ -4843,7 +4843,7 @@ EXAMPLES
4843
4843
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
4844
4844
  ```
4845
4845
 
4846
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/force/data/bulk/delete.ts)_
4846
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/force/data/bulk/delete.ts)_
4847
4847
 
4848
4848
  ## `sf force data bulk status`
4849
4849
 
@@ -4880,7 +4880,7 @@ EXAMPLES
4880
4880
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4881
4881
  ```
4882
4882
 
4883
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/force/data/bulk/status.ts)_
4883
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/force/data/bulk/status.ts)_
4884
4884
 
4885
4885
  ## `sf force data bulk upsert`
4886
4886
 
@@ -4938,7 +4938,7 @@ EXAMPLES
4938
4938
  --target-org my-scratch
4939
4939
  ```
4940
4940
 
4941
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/force/data/bulk/upsert.ts)_
4941
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.8/src/commands/force/data/bulk/upsert.ts)_
4942
4942
 
4943
4943
  ## `sf help [COMMAND]`
4944
4944
 
@@ -4998,7 +4998,7 @@ EXAMPLES
4998
4998
  $ sf info releasenotes display --version latest
4999
4999
  ```
5000
5000
 
5001
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.9/src/commands/info/releasenotes/display.ts)_
5001
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.10/src/commands/info/releasenotes/display.ts)_
5002
5002
 
5003
5003
  ## `sf logic get test`
5004
5004
 
@@ -5046,7 +5046,7 @@ EXAMPLES
5046
5046
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
5047
5047
  ```
5048
5048
 
5049
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/logic/get/test.ts)_
5049
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/src/commands/logic/get/test.ts)_
5050
5050
 
5051
5051
  ## `sf logic run test`
5052
5052
 
@@ -5168,7 +5168,7 @@ FLAG DESCRIPTIONS
5168
5168
  --tests Test1 --tests Test2
5169
5169
  ```
5170
5170
 
5171
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/logic/run/test.ts)_
5171
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.2/src/commands/logic/run/test.ts)_
5172
5172
 
5173
5173
  ## `sf org assign permset`
5174
5174
 
@@ -5214,7 +5214,7 @@ EXAMPLES
5214
5214
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
5215
5215
  ```
5216
5216
 
5217
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/assign/permset.ts)_
5217
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.4/src/commands/org/assign/permset.ts)_
5218
5218
 
5219
5219
  ## `sf org assign permsetlicense`
5220
5220
 
@@ -5261,7 +5261,7 @@ EXAMPLES
5261
5261
  user3
5262
5262
  ```
5263
5263
 
5264
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/assign/permsetlicense.ts)_
5264
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.4/src/commands/org/assign/permsetlicense.ts)_
5265
5265
 
5266
5266
  ## `sf org auth show-access-token`
5267
5267
 
@@ -5304,7 +5304,7 @@ EXAMPLES
5304
5304
  $ sf org auth show-access-token --target-org my-org --json
5305
5305
  ```
5306
5306
 
5307
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/auth/show-access-token.ts)_
5307
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/auth/show-access-token.ts)_
5308
5308
 
5309
5309
  ## `sf org auth show-sfdx-auth-url`
5310
5310
 
@@ -5348,7 +5348,7 @@ EXAMPLES
5348
5348
  $ sf org auth show-sfdx-auth-url --target-org my-org --json
5349
5349
  ```
5350
5350
 
5351
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/auth/show-sfdx-auth-url.ts)_
5351
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/auth/show-sfdx-auth-url.ts)_
5352
5352
 
5353
5353
  ## `sf org auth show-user-password`
5354
5354
 
@@ -5395,7 +5395,7 @@ EXAMPLES
5395
5395
  $ sf org auth show-user-password --target-org my-org --json
5396
5396
  ```
5397
5397
 
5398
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/auth/show-user-password.ts)_
5398
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/auth/show-user-password.ts)_
5399
5399
 
5400
5400
  ## `sf org create agent-user`
5401
5401
 
@@ -5473,7 +5473,7 @@ FLAG DESCRIPTIONS
5473
5473
  "agent.user.<GUID>@your-org-domain.com".
5474
5474
  ```
5475
5475
 
5476
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/create/agent-user.ts)_
5476
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/create/agent-user.ts)_
5477
5477
 
5478
5478
  ## `sf org create sandbox`
5479
5479
 
@@ -5607,7 +5607,7 @@ FLAG DESCRIPTIONS
5607
5607
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
5608
5608
  ```
5609
5609
 
5610
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/create/sandbox.ts)_
5610
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/create/sandbox.ts)_
5611
5611
 
5612
5612
  ## `sf org create scratch`
5613
5613
 
@@ -5789,7 +5789,7 @@ FLAG DESCRIPTIONS
5789
5789
  Omit this flag to have Salesforce generate a unique username for your org.
5790
5790
  ```
5791
5791
 
5792
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/create/scratch.ts)_
5792
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/create/scratch.ts)_
5793
5793
 
5794
5794
  ## `sf org create user`
5795
5795
 
@@ -5842,10 +5842,7 @@ DESCRIPTION
5842
5842
 
5843
5843
  After the new user has been created, Salesforce CLI automatically authenticates it to the scratch org so the new user
5844
5844
  can immediately start using the scratch org. The CLI uses the same authentication method that was used on the
5845
- associated Dev Hub org. Due to Hyperforce limitations, the scratch org user creation fails if the Dev Hub
5846
- authentication used the JWT flow and the scratch org is on Hyperforce. For this reason, if you plan to create scratch
5847
- org users, authenticate to the Dev Hub org with either the "org login web" or "org login sfdx-url" command, and not
5848
- "org login jwt".
5845
+ associated Dev Hub org.
5849
5846
 
5850
5847
  For more information about user limits, defaults, and other considerations when creating a new scratch org user, see
5851
5848
  https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users.htm.
@@ -5897,7 +5894,7 @@ FLAG DESCRIPTIONS
5897
5894
  might be different than what you specify in the definition file.
5898
5895
  ```
5899
5896
 
5900
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/create/user.ts)_
5897
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.4/src/commands/org/create/user.ts)_
5901
5898
 
5902
5899
  ## `sf org delete sandbox`
5903
5900
 
@@ -5943,7 +5940,7 @@ EXAMPLES
5943
5940
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
5944
5941
  ```
5945
5942
 
5946
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/delete/sandbox.ts)_
5943
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/delete/sandbox.ts)_
5947
5944
 
5948
5945
  ## `sf org delete scratch`
5949
5946
 
@@ -5987,7 +5984,7 @@ EXAMPLES
5987
5984
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
5988
5985
  ```
5989
5986
 
5990
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/delete/scratch.ts)_
5987
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/delete/scratch.ts)_
5991
5988
 
5992
5989
  ## `sf org disable tracking`
5993
5990
 
@@ -6026,7 +6023,7 @@ EXAMPLES
6026
6023
  $ sf org disable tracking
6027
6024
  ```
6028
6025
 
6029
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/disable/tracking.ts)_
6026
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/disable/tracking.ts)_
6030
6027
 
6031
6028
  ## `sf org display`
6032
6029
 
@@ -6071,7 +6068,7 @@ EXAMPLES
6071
6068
  $ sf org display --target-org TestOrg1 --verbose
6072
6069
  ```
6073
6070
 
6074
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/display.ts)_
6071
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/display.ts)_
6075
6072
 
6076
6073
  ## `sf org display user`
6077
6074
 
@@ -6109,7 +6106,7 @@ EXAMPLES
6109
6106
  $ sf org display user --target-org me@my.org --json
6110
6107
  ```
6111
6108
 
6112
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/display/user.ts)_
6109
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.4/src/commands/org/display/user.ts)_
6113
6110
 
6114
6111
  ## `sf org enable tracking`
6115
6112
 
@@ -6151,7 +6148,7 @@ EXAMPLES
6151
6148
  $ sf org enable tracking
6152
6149
  ```
6153
6150
 
6154
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/enable/tracking.ts)_
6151
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/enable/tracking.ts)_
6155
6152
 
6156
6153
  ## `sf org generate password`
6157
6154
 
@@ -6215,7 +6212,7 @@ EXAMPLES
6215
6212
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
6216
6213
  ```
6217
6214
 
6218
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/generate/password.ts)_
6215
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.4/src/commands/org/generate/password.ts)_
6219
6216
 
6220
6217
  ## `sf org list`
6221
6218
 
@@ -6254,7 +6251,7 @@ EXAMPLES
6254
6251
  $ sf org list --clean
6255
6252
  ```
6256
6253
 
6257
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/list.ts)_
6254
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/list.ts)_
6258
6255
 
6259
6256
  ## `sf org list auth`
6260
6257
 
@@ -6286,7 +6283,7 @@ EXAMPLES
6286
6283
  $ sf org list auth
6287
6284
  ```
6288
6285
 
6289
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/list/auth.ts)_
6286
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.7/src/commands/org/list/auth.ts)_
6290
6287
 
6291
6288
  ## `sf org list limits`
6292
6289
 
@@ -6326,7 +6323,7 @@ EXAMPLES
6326
6323
  $ sf org list limits --target-org my-scratch-org
6327
6324
  ```
6328
6325
 
6329
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.4/src/commands/org/list/limits.ts)_
6326
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.5/src/commands/org/list/limits.ts)_
6330
6327
 
6331
6328
  ## `sf org list metadata`
6332
6329
 
@@ -6393,7 +6390,7 @@ FLAG DESCRIPTIONS
6393
6390
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
6394
6391
  ```
6395
6392
 
6396
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/list/metadata.ts)_
6393
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/list/metadata.ts)_
6397
6394
 
6398
6395
  ## `sf org list metadata-types`
6399
6396
 
@@ -6448,7 +6445,7 @@ FLAG DESCRIPTIONS
6448
6445
  Override the api version used for api requests made by this command
6449
6446
  ```
6450
6447
 
6451
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/list/metadata-types.ts)_
6448
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/list/metadata-types.ts)_
6452
6449
 
6453
6450
  ## `sf org list sobject record-counts`
6454
6451
 
@@ -6494,7 +6491,7 @@ EXAMPLES
6494
6491
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
6495
6492
  ```
6496
6493
 
6497
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.4/src/commands/org/list/sobject/record-counts.ts)_
6494
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.5/src/commands/org/list/sobject/record-counts.ts)_
6498
6495
 
6499
6496
  ## `sf org list users`
6500
6497
 
@@ -6532,7 +6529,7 @@ EXAMPLES
6532
6529
  $ sf org list users --target-org me@my.org
6533
6530
  ```
6534
6531
 
6535
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/list/users.ts)_
6532
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.4/src/commands/org/list/users.ts)_
6536
6533
 
6537
6534
  ## `sf org login access-token`
6538
6535
 
@@ -6589,7 +6586,7 @@ FLAG DESCRIPTIONS
6589
6586
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6590
6587
  ```
6591
6588
 
6592
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/access-token.ts)_
6589
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.7/src/commands/org/login/access-token.ts)_
6593
6590
 
6594
6591
  ## `sf org login jwt`
6595
6592
 
@@ -6680,7 +6677,7 @@ FLAG DESCRIPTIONS
6680
6677
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6681
6678
  ```
6682
6679
 
6683
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/jwt.ts)_
6680
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.7/src/commands/org/login/jwt.ts)_
6684
6681
 
6685
6682
  ## `sf org login sfdx-url`
6686
6683
 
@@ -6750,7 +6747,7 @@ EXAMPLES
6750
6747
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
6751
6748
  ```
6752
6749
 
6753
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/sfdx-url.ts)_
6750
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.7/src/commands/org/login/sfdx-url.ts)_
6754
6751
 
6755
6752
  ## `sf org login web`
6756
6753
 
@@ -6855,7 +6852,7 @@ FLAG DESCRIPTIONS
6855
6852
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
6856
6853
  ```
6857
6854
 
6858
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/web.ts)_
6855
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.7/src/commands/org/login/web.ts)_
6859
6856
 
6860
6857
  ## `sf org logout`
6861
6858
 
@@ -6921,7 +6918,7 @@ FLAG DESCRIPTIONS
6921
6918
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
6922
6919
  ```
6923
6920
 
6924
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/logout.ts)_
6921
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.7/src/commands/org/logout.ts)_
6925
6922
 
6926
6923
  ## `sf org open`
6927
6924
 
@@ -6997,7 +6994,7 @@ EXAMPLES
6997
6994
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
6998
6995
  ```
6999
6996
 
7000
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/open.ts)_
6997
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/open.ts)_
7001
6998
 
7002
6999
  ## `sf org open agent`
7003
7000
 
@@ -7061,7 +7058,7 @@ EXAMPLES
7061
7058
  $ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
7062
7059
  ```
7063
7060
 
7064
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/open/agent.ts)_
7061
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/open/agent.ts)_
7065
7062
 
7066
7063
  ## `sf org open authoring-bundle`
7067
7064
 
@@ -7107,7 +7104,7 @@ EXAMPLES
7107
7104
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
7108
7105
  ```
7109
7106
 
7110
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/open/authoring-bundle.ts)_
7107
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/open/authoring-bundle.ts)_
7111
7108
 
7112
7109
  ## `sf org refresh sandbox`
7113
7110
 
@@ -7210,7 +7207,7 @@ FLAG DESCRIPTIONS
7210
7207
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
7211
7208
  ```
7212
7209
 
7213
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/refresh/sandbox.ts)_
7210
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/refresh/sandbox.ts)_
7214
7211
 
7215
7212
  ## `sf org resume sandbox`
7216
7213
 
@@ -7273,7 +7270,7 @@ FLAG DESCRIPTIONS
7273
7270
  returns the job ID. To resume checking the sandbox creation, rerun this command.
7274
7271
  ```
7275
7272
 
7276
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/resume/sandbox.ts)_
7273
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/resume/sandbox.ts)_
7277
7274
 
7278
7275
  ## `sf org resume scratch`
7279
7276
 
@@ -7326,7 +7323,7 @@ FLAG DESCRIPTIONS
7326
7323
  returns the job ID. To resume checking the scratch creation, rerun this command.
7327
7324
  ```
7328
7325
 
7329
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/resume/scratch.ts)_
7326
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.13/src/commands/org/resume/scratch.ts)_
7330
7327
 
7331
7328
  ## `sf package convert`
7332
7329
 
@@ -7423,7 +7420,7 @@ FLAG DESCRIPTIONS
7423
7420
  --installation-key-bypass flag is required.
7424
7421
  ```
7425
7422
 
7426
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/convert.ts)_
7423
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/convert.ts)_
7427
7424
 
7428
7425
  ## `sf package create`
7429
7426
 
@@ -7502,7 +7499,7 @@ FLAG DESCRIPTIONS
7502
7499
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
7503
7500
  ```
7504
7501
 
7505
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/create.ts)_
7502
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/create.ts)_
7506
7503
 
7507
7504
  ## `sf package delete`
7508
7505
 
@@ -7544,7 +7541,7 @@ EXAMPLES
7544
7541
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
7545
7542
  ```
7546
7543
 
7547
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/delete.ts)_
7544
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/delete.ts)_
7548
7545
 
7549
7546
  ## `sf package install`
7550
7547
 
@@ -7643,7 +7640,7 @@ FLAG DESCRIPTIONS
7643
7640
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
7644
7641
  ```
7645
7642
 
7646
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/install.ts)_
7643
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/install.ts)_
7647
7644
 
7648
7645
  ## `sf package install report`
7649
7646
 
@@ -7676,7 +7673,7 @@ EXAMPLES
7676
7673
  $ sf package install report --request-id 0Hf... --target-org me@example.com
7677
7674
  ```
7678
7675
 
7679
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/install/report.ts)_
7676
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/install/report.ts)_
7680
7677
 
7681
7678
  ## `sf package installed list`
7682
7679
 
@@ -7708,7 +7705,7 @@ EXAMPLES
7708
7705
  $ sf package installed list --target-org me@example.com
7709
7706
  ```
7710
7707
 
7711
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/installed/list.ts)_
7708
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/installed/list.ts)_
7712
7709
 
7713
7710
  ## `sf package list`
7714
7711
 
@@ -7746,7 +7743,7 @@ EXAMPLES
7746
7743
  $ sf package list --target-dev-hub devhub@example.com --verbose
7747
7744
  ```
7748
7745
 
7749
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/list.ts)_
7746
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/list.ts)_
7750
7747
 
7751
7748
  ## `sf package push-upgrade abort`
7752
7749
 
@@ -7785,7 +7782,7 @@ EXAMPLES
7785
7782
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
7786
7783
  ```
7787
7784
 
7788
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/abort.ts)_
7785
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/push-upgrade/abort.ts)_
7789
7786
 
7790
7787
  ## `sf package push-upgrade list`
7791
7788
 
@@ -7844,7 +7841,7 @@ EXAMPLES
7844
7841
  $ sf package push-upgrade list --package 033xyz –-status Failed
7845
7842
  ```
7846
7843
 
7847
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/list.ts)_
7844
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/push-upgrade/list.ts)_
7848
7845
 
7849
7846
  ## `sf package push-upgrade report`
7850
7847
 
@@ -7886,7 +7883,7 @@ EXAMPLES
7886
7883
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
7887
7884
  ```
7888
7885
 
7889
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/report.ts)_
7886
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/push-upgrade/report.ts)_
7890
7887
 
7891
7888
  ## `sf package push-upgrade schedule`
7892
7889
 
@@ -7973,7 +7970,7 @@ FLAG DESCRIPTIONS
7973
7970
  Overrides the value of the target-dev-hub configuration variable, if set.
7974
7971
  ```
7975
7972
 
7976
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/schedule.ts)_
7973
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/push-upgrade/schedule.ts)_
7977
7974
 
7978
7975
  ## `sf package uninstall`
7979
7976
 
@@ -8021,7 +8018,7 @@ EXAMPLES
8021
8018
  $ sf package uninstall --package "Undesirable Package Alias"
8022
8019
  ```
8023
8020
 
8024
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/uninstall.ts)_
8021
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/uninstall.ts)_
8025
8022
 
8026
8023
  ## `sf package uninstall report`
8027
8024
 
@@ -8054,7 +8051,7 @@ EXAMPLES
8054
8051
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
8055
8052
  ```
8056
8053
 
8057
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/uninstall/report.ts)_
8054
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/uninstall/report.ts)_
8058
8055
 
8059
8056
  ## `sf package update`
8060
8057
 
@@ -8122,7 +8119,7 @@ FLAG DESCRIPTIONS
8122
8119
  the Installed Packages page. Only released package versions can be set as the recommended version.
8123
8120
  ```
8124
8121
 
8125
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/update.ts)_
8122
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/update.ts)_
8126
8123
 
8127
8124
  ## `sf package version create`
8128
8125
 
@@ -8299,7 +8296,7 @@ FLAG DESCRIPTIONS
8299
8296
  periods of no output from commands.
8300
8297
  ```
8301
8298
 
8302
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create.ts)_
8299
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/create.ts)_
8303
8300
 
8304
8301
  ## `sf package version create list`
8305
8302
 
@@ -8360,7 +8357,7 @@ EXAMPLES
8360
8357
  $ sf package version create list --created-last-days 0 --status Success
8361
8358
  ```
8362
8359
 
8363
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create/list.ts)_
8360
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/create/list.ts)_
8364
8361
 
8365
8362
  ## `sf package version create report`
8366
8363
 
@@ -8403,7 +8400,7 @@ EXAMPLES
8403
8400
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
8404
8401
  ```
8405
8402
 
8406
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create/report.ts)_
8403
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/create/report.ts)_
8407
8404
 
8408
8405
  ## `sf package version delete`
8409
8406
 
@@ -8444,7 +8441,7 @@ EXAMPLES
8444
8441
  $ sf package version delete --package 04t... --target-org devhub@example.com
8445
8442
  ```
8446
8443
 
8447
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/delete.ts)_
8444
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/delete.ts)_
8448
8445
 
8449
8446
  ## `sf package version displayancestry`
8450
8447
 
@@ -8504,7 +8501,7 @@ FLAG DESCRIPTIONS
8504
8501
  You can use the DOT code output in graph visualization software to create tree visualizations.
8505
8502
  ```
8506
8503
 
8507
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/displayancestry.ts)_
8504
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/displayancestry.ts)_
8508
8505
 
8509
8506
  ## `sf package version displaydependencies`
8510
8507
 
@@ -8571,7 +8568,7 @@ FLAG DESCRIPTIONS
8571
8568
  package, which must be installed last.
8572
8569
  ```
8573
8570
 
8574
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/displaydependencies.ts)_
8571
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/displaydependencies.ts)_
8575
8572
 
8576
8573
  ## `sf package version list`
8577
8574
 
@@ -8647,7 +8644,7 @@ EXAMPLES
8647
8644
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
8648
8645
  ```
8649
8646
 
8650
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/list.ts)_
8647
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/list.ts)_
8651
8648
 
8652
8649
  ## `sf package version promote`
8653
8650
 
@@ -8691,7 +8688,7 @@ EXAMPLES
8691
8688
  $ sf package version promote --package "Awesome Package Alias"
8692
8689
  ```
8693
8690
 
8694
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/promote.ts)_
8691
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/promote.ts)_
8695
8692
 
8696
8693
  ## `sf package version report`
8697
8694
 
@@ -8731,7 +8728,7 @@ EXAMPLES
8731
8728
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
8732
8729
  ```
8733
8730
 
8734
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/report.ts)_
8731
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/report.ts)_
8735
8732
 
8736
8733
  ## `sf package version retrieve`
8737
8734
 
@@ -8776,7 +8773,7 @@ EXAMPLES
8776
8773
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
8777
8774
  ```
8778
8775
 
8779
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/retrieve.ts)_
8776
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/retrieve.ts)_
8780
8777
 
8781
8778
  ## `sf package version update`
8782
8779
 
@@ -8829,7 +8826,7 @@ EXAMPLES
8829
8826
  $ sf package version update --package 04t... --version-description "New Package Version Description"
8830
8827
  ```
8831
8828
 
8832
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/update.ts)_
8829
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package/version/update.ts)_
8833
8830
 
8834
8831
  ## `sf package1 version create`
8835
8832
 
@@ -8896,7 +8893,7 @@ FLAG DESCRIPTIONS
8896
8893
  subscribers.
8897
8894
  ```
8898
8895
 
8899
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/create.ts)_
8896
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package1/version/create.ts)_
8900
8897
 
8901
8898
  ## `sf package1 version create get`
8902
8899
 
@@ -8929,7 +8926,7 @@ EXAMPLES
8929
8926
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
8930
8927
  ```
8931
8928
 
8932
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/create/get.ts)_
8929
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package1/version/create/get.ts)_
8933
8930
 
8934
8931
  ## `sf package1 version display`
8935
8932
 
@@ -8963,7 +8960,7 @@ EXAMPLES
8963
8960
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
8964
8961
  ```
8965
8962
 
8966
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/display.ts)_
8963
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package1/version/display.ts)_
8967
8964
 
8968
8965
  ## `sf package1 version list`
8969
8966
 
@@ -9001,7 +8998,7 @@ FLAG DESCRIPTIONS
9001
8998
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
9002
8999
  ```
9003
9000
 
9004
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/list.ts)_
9001
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.7/src/commands/package1/version/list.ts)_
9005
9002
 
9006
9003
  ## `sf plugins`
9007
9004
 
@@ -9024,7 +9021,7 @@ EXAMPLES
9024
9021
  $ sf plugins
9025
9022
  ```
9026
9023
 
9027
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/index.ts)_
9024
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.1/src/commands/plugins/index.ts)_
9028
9025
 
9029
9026
  ## `sf plugins discover`
9030
9027
 
@@ -9042,7 +9039,7 @@ EXAMPLES
9042
9039
  $ sf plugins discover
9043
9040
  ```
9044
9041
 
9045
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/2.0.5/src/commands/plugins/discover.ts)_
9042
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/2.0.6/src/commands/plugins/discover.ts)_
9046
9043
 
9047
9044
  ## `sf plugins:inspect PLUGIN...`
9048
9045
 
@@ -9069,7 +9066,7 @@ EXAMPLES
9069
9066
  $ sf plugins inspect @salesforce/plugin-packaging
9070
9067
  ```
9071
9068
 
9072
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/inspect.ts)_
9069
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.1/src/commands/plugins/inspect.ts)_
9073
9070
 
9074
9071
  ## `sf plugins install PLUGIN`
9075
9072
 
@@ -9118,7 +9115,7 @@ EXAMPLES
9118
9115
  $ sf plugins install someuser/someplugin
9119
9116
  ```
9120
9117
 
9121
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/install.ts)_
9118
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.1/src/commands/plugins/install.ts)_
9122
9119
 
9123
9120
  ## `sf plugins link PATH`
9124
9121
 
@@ -9149,7 +9146,7 @@ EXAMPLES
9149
9146
  $ sf plugins link @salesforce/plugin-packaging
9150
9147
  ```
9151
9148
 
9152
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/link.ts)_
9149
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.1/src/commands/plugins/link.ts)_
9153
9150
 
9154
9151
  ## `sf plugins reset`
9155
9152
 
@@ -9164,7 +9161,7 @@ FLAGS
9164
9161
  --reinstall Reinstall all plugins after uninstalling.
9165
9162
  ```
9166
9163
 
9167
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/reset.ts)_
9164
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.1/src/commands/plugins/reset.ts)_
9168
9165
 
9169
9166
  ## `sf plugins trust allowlist add`
9170
9167
 
@@ -9201,7 +9198,7 @@ EXAMPLES
9201
9198
  $ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
9202
9199
  ```
9203
9200
 
9204
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.10/src/commands/plugins/trust/allowlist/add.ts)_
9201
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.11/src/commands/plugins/trust/allowlist/add.ts)_
9205
9202
 
9206
9203
  ## `sf plugins trust allowlist list`
9207
9204
 
@@ -9229,7 +9226,7 @@ EXAMPLES
9229
9226
  $ sf plugins trust allowlist list
9230
9227
  ```
9231
9228
 
9232
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.10/src/commands/plugins/trust/allowlist/list.ts)_
9229
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.11/src/commands/plugins/trust/allowlist/list.ts)_
9233
9230
 
9234
9231
  ## `sf plugins trust allowlist remove`
9235
9232
 
@@ -9266,7 +9263,7 @@ EXAMPLES
9266
9263
  $ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
9267
9264
  ```
9268
9265
 
9269
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.10/src/commands/plugins/trust/allowlist/remove.ts)_
9266
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.11/src/commands/plugins/trust/allowlist/remove.ts)_
9270
9267
 
9271
9268
  ## `sf plugins trust verify`
9272
9269
 
@@ -9295,7 +9292,7 @@ EXAMPLES
9295
9292
  $ sf plugins trust verify --npm @scope/npmName
9296
9293
  ```
9297
9294
 
9298
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.10/src/commands/plugins/trust/verify.ts)_
9295
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/4.0.11/src/commands/plugins/trust/verify.ts)_
9299
9296
 
9300
9297
  ## `sf plugins uninstall [PLUGIN]`
9301
9298
 
@@ -9323,7 +9320,7 @@ EXAMPLES
9323
9320
  $ sf plugins uninstall @salesforce/plugin-packaging
9324
9321
  ```
9325
9322
 
9326
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/uninstall.ts)_
9323
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.1/src/commands/plugins/uninstall.ts)_
9327
9324
 
9328
9325
  ## `sf plugins update`
9329
9326
 
@@ -9341,7 +9338,7 @@ DESCRIPTION
9341
9338
  Update installed plugins.
9342
9339
  ```
9343
9340
 
9344
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.0/src/commands/plugins/update.ts)_
9341
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/6.0.1/src/commands/plugins/update.ts)_
9345
9342
 
9346
9343
  ## `sf project convert mdapi`
9347
9344
 
@@ -9404,7 +9401,7 @@ FLAG DESCRIPTIONS
9404
9401
  If you specify this flag, don’t specify --metadata or --source-dir.
9405
9402
  ```
9406
9403
 
9407
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/convert/mdapi.ts)_
9404
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/convert/mdapi.ts)_
9408
9405
 
9409
9406
  ## `sf project convert source`
9410
9407
 
@@ -9477,7 +9474,7 @@ FLAG DESCRIPTIONS
9477
9474
  Override the api version used for api requests made by this command
9478
9475
  ```
9479
9476
 
9480
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/convert/source.ts)_
9477
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/convert/source.ts)_
9481
9478
 
9482
9479
  ## `sf project convert source-behavior`
9483
9480
 
@@ -9536,7 +9533,7 @@ EXAMPLES
9536
9533
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
9537
9534
  ```
9538
9535
 
9539
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/convert/source-behavior.ts)_
9536
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/convert/source-behavior.ts)_
9540
9537
 
9541
9538
  ## `sf project delete source`
9542
9539
 
@@ -9689,7 +9686,7 @@ FLAG DESCRIPTIONS
9689
9686
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
9690
9687
  ```
9691
9688
 
9692
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/delete/source.ts)_
9689
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/delete/source.ts)_
9693
9690
 
9694
9691
  ## `sf project delete tracking`
9695
9692
 
@@ -9726,7 +9723,7 @@ EXAMPLES
9726
9723
  $ sf project delete tracking --target-org my-scratch
9727
9724
  ```
9728
9725
 
9729
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/delete/tracking.ts)_
9726
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/delete/tracking.ts)_
9730
9727
 
9731
9728
  ## `sf project deploy cancel`
9732
9729
 
@@ -9798,7 +9795,7 @@ FLAG DESCRIPTIONS
9798
9795
  project deploy report".
9799
9796
  ```
9800
9797
 
9801
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/cancel.ts)_
9798
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/deploy/cancel.ts)_
9802
9799
 
9803
9800
  ## `sf project deploy preview`
9804
9801
 
@@ -9881,7 +9878,7 @@ FLAG DESCRIPTIONS
9881
9878
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
9882
9879
  ```
9883
9880
 
9884
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/preview.ts)_
9881
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/deploy/preview.ts)_
9885
9882
 
9886
9883
  ## `sf project deploy quick`
9887
9884
 
@@ -9974,7 +9971,7 @@ ERROR CODES
9974
9971
  Canceling (69) The deploy is being canceled.
9975
9972
  ```
9976
9973
 
9977
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/quick.ts)_
9974
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/deploy/quick.ts)_
9978
9975
 
9979
9976
  ## `sf project deploy report`
9980
9977
 
@@ -10066,7 +10063,7 @@ FLAG DESCRIPTIONS
10066
10063
  --coverage-formatters lcov --coverage-formatters clover
10067
10064
  ```
10068
10065
 
10069
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/report.ts)_
10066
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/deploy/report.ts)_
10070
10067
 
10071
10068
  ## `sf project deploy resume`
10072
10069
 
@@ -10163,7 +10160,7 @@ ERROR CODES
10163
10160
  Canceling (69) The deploy is being canceled.
10164
10161
  ```
10165
10162
 
10166
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/resume.ts)_
10163
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/deploy/resume.ts)_
10167
10164
 
10168
10165
  ## `sf project deploy start`
10169
10166
 
@@ -10429,7 +10426,7 @@ ERROR CODES
10429
10426
  Canceling (69) The deploy is being canceled.
10430
10427
  ```
10431
10428
 
10432
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/start.ts)_
10429
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/deploy/start.ts)_
10433
10430
 
10434
10431
  ## `sf project deploy validate`
10435
10432
 
@@ -10633,7 +10630,7 @@ ERROR CODES
10633
10630
  Canceling (69) The deploy is being canceled.
10634
10631
  ```
10635
10632
 
10636
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/deploy/validate.ts)_
10633
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/deploy/validate.ts)_
10637
10634
 
10638
10635
  ## `sf project generate manifest`
10639
10636
 
@@ -10729,7 +10726,7 @@ EXAMPLES
10729
10726
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
10730
10727
  ```
10731
10728
 
10732
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/generate/manifest.ts)_
10729
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/generate/manifest.ts)_
10733
10730
 
10734
10731
  ## `sf project list ignored`
10735
10732
 
@@ -10771,7 +10768,7 @@ EXAMPLES
10771
10768
  $ sf project list ignored --source-dir package.xml
10772
10769
  ```
10773
10770
 
10774
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/list/ignored.ts)_
10771
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/list/ignored.ts)_
10775
10772
 
10776
10773
  ## `sf project reset tracking`
10777
10774
 
@@ -10820,7 +10817,7 @@ EXAMPLES
10820
10817
  $ sf project reset tracking --revision 30
10821
10818
  ```
10822
10819
 
10823
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/reset/tracking.ts)_
10820
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/reset/tracking.ts)_
10824
10821
 
10825
10822
  ## `sf project retrieve preview`
10826
10823
 
@@ -10874,7 +10871,7 @@ FLAG DESCRIPTIONS
10874
10871
  production orgs.
10875
10872
  ```
10876
10873
 
10877
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/retrieve/preview.ts)_
10874
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/retrieve/preview.ts)_
10878
10875
 
10879
10876
  ## `sf project retrieve start`
10880
10877
 
@@ -11063,7 +11060,7 @@ ENVIRONMENT VARIABLES
11063
11060
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
11064
11061
  ```
11065
11062
 
11066
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.0/src/commands/project/retrieve/start.ts)_
11063
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/4.2.2/src/commands/project/retrieve/start.ts)_
11067
11064
 
11068
11065
  ## `sf schema generate field`
11069
11066
 
@@ -11117,7 +11114,7 @@ FLAG DESCRIPTIONS
11117
11114
  If you don't specify this flag, the command prompts you to choose from your local objects.
11118
11115
  ```
11119
11116
 
11120
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/field.ts)_
11117
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.6/src/commands/schema/generate/field.ts)_
11121
11118
 
11122
11119
  ## `sf schema generate platformevent`
11123
11120
 
@@ -11149,7 +11146,7 @@ EXAMPLES
11149
11146
  $ sf schema generate platformevent --label "My Platform Event"
11150
11147
  ```
11151
11148
 
11152
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/platformevent.ts)_
11149
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.6/src/commands/schema/generate/platformevent.ts)_
11153
11150
 
11154
11151
  ## `sf schema generate sobject`
11155
11152
 
@@ -11206,7 +11203,7 @@ FLAG DESCRIPTIONS
11206
11203
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
11207
11204
  ```
11208
11205
 
11209
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/sobject.ts)_
11206
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.6/src/commands/schema/generate/sobject.ts)_
11210
11207
 
11211
11208
  ## `sf schema generate tab`
11212
11209
 
@@ -11254,7 +11251,7 @@ FLAG DESCRIPTIONS
11254
11251
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
11255
11252
  ```
11256
11253
 
11257
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.5/src/commands/schema/generate/tab.ts)_
11254
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/2.0.6/src/commands/schema/generate/tab.ts)_
11258
11255
 
11259
11256
  ## `sf search`
11260
11257
 
@@ -11317,7 +11314,7 @@ EXAMPLES
11317
11314
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
11318
11315
  ```
11319
11316
 
11320
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.6/src/commands/sobject/describe.ts)_
11317
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.7/src/commands/sobject/describe.ts)_
11321
11318
 
11322
11319
  ## `sf sobject list`
11323
11320
 
@@ -11356,7 +11353,7 @@ EXAMPLES
11356
11353
  $ sf sobject list --sobject custom --target-org my-scratch-org
11357
11354
  ```
11358
11355
 
11359
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.6/src/commands/sobject/list.ts)_
11356
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.7/src/commands/sobject/list.ts)_
11360
11357
 
11361
11358
  ## `sf template generate analytics template`
11362
11359
 
@@ -11400,7 +11397,7 @@ FLAG DESCRIPTIONS
11400
11397
  directory.
11401
11398
  ```
11402
11399
 
11403
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/analytics/template.ts)_
11400
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/analytics/template.ts)_
11404
11401
 
11405
11402
  ## `sf template generate apex class`
11406
11403
 
@@ -11462,7 +11459,7 @@ FLAG DESCRIPTIONS
11462
11459
  Supplied parameter values or default values are filled into a copy of the template.
11463
11460
  ```
11464
11461
 
11465
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/apex/class.ts)_
11462
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/apex/class.ts)_
11466
11463
 
11467
11464
  ## `sf template generate apex trigger`
11468
11465
 
@@ -11532,7 +11529,7 @@ FLAG DESCRIPTIONS
11532
11529
  Supplied parameter values or default values are filled into a copy of the template.
11533
11530
  ```
11534
11531
 
11535
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/apex/trigger.ts)_
11532
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/apex/trigger.ts)_
11536
11533
 
11537
11534
  ## `sf template generate digital-experience site`
11538
11535
 
@@ -11586,7 +11583,7 @@ FLAG DESCRIPTIONS
11586
11583
  project, defaults to the current directory.
11587
11584
  ```
11588
11585
 
11589
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/digital-experience/site.ts)_
11586
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/digital-experience/site.ts)_
11590
11587
 
11591
11588
  ## `sf template generate flexipage`
11592
11589
 
@@ -11668,7 +11665,7 @@ FLAG DESCRIPTIONS
11668
11665
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11669
11666
  ```
11670
11667
 
11671
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/flexipage/index.ts)_
11668
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/flexipage/index.ts)_
11672
11669
 
11673
11670
  ## `sf template generate lightning app`
11674
11671
 
@@ -11726,7 +11723,7 @@ FLAG DESCRIPTIONS
11726
11723
  field in the DX project's "sfdx-project.json" file.
11727
11724
  ```
11728
11725
 
11729
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/lightning/app.ts)_
11726
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/lightning/app.ts)_
11730
11727
 
11731
11728
  ## `sf template generate lightning component`
11732
11729
 
@@ -11803,7 +11800,7 @@ FLAG DESCRIPTIONS
11803
11800
  field in the DX project's "sfdx-project.json" file.
11804
11801
  ```
11805
11802
 
11806
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/lightning/component.ts)_
11803
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/lightning/component.ts)_
11807
11804
 
11808
11805
  ## `sf template generate lightning event`
11809
11806
 
@@ -11861,7 +11858,7 @@ FLAG DESCRIPTIONS
11861
11858
  field in the DX project's "sfdx-project.json" file.
11862
11859
  ```
11863
11860
 
11864
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/lightning/event.ts)_
11861
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/lightning/event.ts)_
11865
11862
 
11866
11863
  ## `sf template generate lightning interface`
11867
11864
 
@@ -11919,7 +11916,7 @@ FLAG DESCRIPTIONS
11919
11916
  field in the DX project's "sfdx-project.json" file.
11920
11917
  ```
11921
11918
 
11922
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/lightning/interface.ts)_
11919
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/lightning/interface.ts)_
11923
11920
 
11924
11921
  ## `sf template generate lightning test`
11925
11922
 
@@ -11977,7 +11974,7 @@ FLAG DESCRIPTIONS
11977
11974
  field in the DX project's "sfdx-project.json" file.
11978
11975
  ```
11979
11976
 
11980
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/lightning/test.ts)_
11977
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/lightning/test.ts)_
11981
11978
 
11982
11979
  ## `sf template generate project`
11983
11980
 
@@ -12109,7 +12106,7 @@ FLAG DESCRIPTIONS
12109
12106
  server-side type stripping.
12110
12107
  ```
12111
12108
 
12112
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/project/index.ts)_
12109
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/project/index.ts)_
12113
12110
 
12114
12111
  ## `sf template generate static-resource`
12115
12112
 
@@ -12172,7 +12169,7 @@ FLAG DESCRIPTIONS
12172
12169
  etc.
12173
12170
  ```
12174
12171
 
12175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/static-resource/index.ts)_
12172
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/static-resource/index.ts)_
12176
12173
 
12177
12174
  ## `sf template generate ui-bundle`
12178
12175
 
@@ -12261,7 +12258,7 @@ FLAG DESCRIPTIONS
12261
12258
  Supplied parameter values or default values are filled into a copy of the template.
12262
12259
  ```
12263
12260
 
12264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/ui-bundle/index.ts)_
12261
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/ui-bundle/index.ts)_
12265
12262
 
12266
12263
  ## `sf template generate visualforce component`
12267
12264
 
@@ -12318,7 +12315,7 @@ FLAG DESCRIPTIONS
12318
12315
  Supplied parameter values or default values are filled into a copy of the template.
12319
12316
  ```
12320
12317
 
12321
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/visualforce/component.ts)_
12318
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/visualforce/component.ts)_
12322
12319
 
12323
12320
  ## `sf template generate visualforce page`
12324
12321
 
@@ -12369,7 +12366,7 @@ FLAG DESCRIPTIONS
12369
12366
  The name can be up to 40 characters and must start with a letter.
12370
12367
  ```
12371
12368
 
12372
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.0/src/commands/template/generate/visualforce/page.ts)_
12369
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.1.2/src/commands/template/generate/visualforce/page.ts)_
12373
12370
 
12374
12371
  ## `sf update [CHANNEL]`
12375
12372
 
@@ -12427,7 +12424,7 @@ FLAG DESCRIPTIONS
12427
12424
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
12428
12425
  ```
12429
12426
 
12430
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/3.0.0/src/commands/version.ts)_
12427
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/3.0.1/src/commands/version.ts)_
12431
12428
 
12432
12429
  ## `sf which`
12433
12430