@salesforce/cli 2.149.9 → 2.150.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.149.9 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.150.1 linux-x64 node-v24.19.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -302,7 +302,7 @@ ERROR CODES
302
302
  ActivationFailed (4) Failed to activate the agent due to API or network errors.
303
303
  ```
304
304
 
305
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/activate.ts)_
305
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/activate.ts)_
306
306
 
307
307
  ## `sf agent adl create`
308
308
 
@@ -374,7 +374,7 @@ EXAMPLES
374
374
  --source-type retriever --retriever-id 0ppXX0000000001
375
375
  ```
376
376
 
377
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/create.ts)_
377
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/create.ts)_
378
378
 
379
379
  ## `sf agent adl delete`
380
380
 
@@ -405,7 +405,7 @@ EXAMPLES
405
405
  $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg
406
406
  ```
407
407
 
408
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/delete.ts)_
408
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/delete.ts)_
409
409
 
410
410
  ## `sf agent adl file add`
411
411
 
@@ -447,7 +447,7 @@ EXAMPLES
447
447
  $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg
448
448
  ```
449
449
 
450
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/file/add.ts)_
450
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/add.ts)_
451
451
 
452
452
  ## `sf agent adl file delete`
453
453
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg
481
481
  ```
482
482
 
483
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/file/delete.ts)_
483
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/delete.ts)_
484
484
 
485
485
  ## `sf agent adl file list`
486
486
 
@@ -520,7 +520,7 @@ EXAMPLES
520
520
  $ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json
521
521
  ```
522
522
 
523
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/file/list.ts)_
523
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/list.ts)_
524
524
 
525
525
  ## `sf agent adl get`
526
526
 
@@ -551,7 +551,7 @@ EXAMPLES
551
551
  $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg
552
552
  ```
553
553
 
554
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/get.ts)_
554
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/get.ts)_
555
555
 
556
556
  ## `sf agent adl list`
557
557
 
@@ -588,7 +588,7 @@ EXAMPLES
588
588
  $ sf agent adl list --target-org myOrg --json
589
589
  ```
590
590
 
591
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/list.ts)_
591
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/list.ts)_
592
592
 
593
593
  ## `sf agent adl status`
594
594
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  $ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg
624
624
  ```
625
625
 
626
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/status.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/status.ts)_
627
627
 
628
628
  ## `sf agent adl update`
629
629
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg
679
679
  ```
680
680
 
681
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/update.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/update.ts)_
682
682
 
683
683
  ## `sf agent adl upload`
684
684
 
@@ -725,7 +725,7 @@ EXAMPLES
725
725
  $ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg
726
726
  ```
727
727
 
728
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/upload.ts)_
728
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/upload.ts)_
729
729
 
730
730
  ## `sf agent create`
731
731
 
@@ -792,7 +792,7 @@ EXAMPLES
792
792
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
793
793
  ```
794
794
 
795
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/create.ts)_
795
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/create.ts)_
796
796
 
797
797
  ## `sf agent deactivate`
798
798
 
@@ -841,7 +841,7 @@ ERROR CODES
841
841
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
842
842
  ```
843
843
 
844
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/deactivate.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/deactivate.ts)_
845
845
 
846
846
  ## `sf agent generate agent-spec`
847
847
 
@@ -948,7 +948,7 @@ EXAMPLES
948
948
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
949
949
  ```
950
950
 
951
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/generate/agent-spec.ts)_
951
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/agent-spec.ts)_
952
952
 
953
953
  ## `sf agent generate authoring-bundle`
954
954
 
@@ -1025,7 +1025,7 @@ EXAMPLES
1025
1025
  other-package-dir/main/default --target-org my-dev-org
1026
1026
  ```
1027
1027
 
1028
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/generate/authoring-bundle.ts)_
1028
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/authoring-bundle.ts)_
1029
1029
 
1030
1030
  ## `sf agent generate template`
1031
1031
 
@@ -1087,7 +1087,7 @@ EXAMPLES
1087
1087
  my-package --source-org my-scratch-org
1088
1088
  ```
1089
1089
 
1090
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/generate/template.ts)_
1090
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/template.ts)_
1091
1091
 
1092
1092
  ## `sf agent generate test-spec`
1093
1093
 
@@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS
1176
1176
  metadata. 'testing-center' uses AiEvaluationDefinition metadata.
1177
1177
  ```
1178
1178
 
1179
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/generate/test-spec.ts)_
1179
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/test-spec.ts)_
1180
1180
 
1181
1181
  ## `sf agent mcp asset list`
1182
1182
 
@@ -1212,7 +1212,7 @@ EXAMPLES
1212
1212
  $ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1213
1213
  ```
1214
1214
 
1215
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/asset/list.ts)_
1215
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/asset/list.ts)_
1216
1216
 
1217
1217
  ## `sf agent mcp asset replace`
1218
1218
 
@@ -1261,7 +1261,7 @@ EXAMPLES
1261
1261
  cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg
1262
1262
  ```
1263
1263
 
1264
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/asset/replace.ts)_
1264
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/asset/replace.ts)_
1265
1265
 
1266
1266
  ## `sf agent mcp create`
1267
1267
 
@@ -1309,7 +1309,7 @@ EXAMPLES
1309
1309
  cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg
1310
1310
  ```
1311
1311
 
1312
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/create.ts)_
1312
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/create.ts)_
1313
1313
 
1314
1314
  ## `sf agent mcp delete`
1315
1315
 
@@ -1347,7 +1347,7 @@ EXAMPLES
1347
1347
  $ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt
1348
1348
  ```
1349
1349
 
1350
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/delete.ts)_
1350
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/delete.ts)_
1351
1351
 
1352
1352
  ## `sf agent mcp fetch`
1353
1353
 
@@ -1384,7 +1384,7 @@ EXAMPLES
1384
1384
  $ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
1385
1385
  ```
1386
1386
 
1387
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/fetch.ts)_
1387
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/fetch.ts)_
1388
1388
 
1389
1389
  ## `sf agent mcp get`
1390
1390
 
@@ -1420,7 +1420,7 @@ EXAMPLES
1420
1420
  $ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json
1421
1421
  ```
1422
1422
 
1423
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/get.ts)_
1423
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/get.ts)_
1424
1424
 
1425
1425
  ## `sf agent mcp list`
1426
1426
 
@@ -1462,7 +1462,7 @@ EXAMPLES
1462
1462
  $ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json
1463
1463
  ```
1464
1464
 
1465
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/list.ts)_
1465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/list.ts)_
1466
1466
 
1467
1467
  ## `sf agent mcp update`
1468
1468
 
@@ -1513,7 +1513,7 @@ EXAMPLES
1513
1513
  cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json
1514
1514
  ```
1515
1515
 
1516
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/update.ts)_
1516
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/update.ts)_
1517
1517
 
1518
1518
  ## `sf agent preview`
1519
1519
 
@@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS
1608
1608
  will see null. (3) Type defaults to Text.
1609
1609
  ```
1610
1610
 
1611
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview.ts)_
1611
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview.ts)_
1612
1612
 
1613
1613
  ## `sf agent preview end`
1614
1614
 
@@ -1692,7 +1692,7 @@ ERROR CODES
1692
1692
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1693
1693
  ```
1694
1694
 
1695
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/end.ts)_
1695
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/end.ts)_
1696
1696
 
1697
1697
  ## `sf agent preview send`
1698
1698
 
@@ -1759,7 +1759,7 @@ ERROR CODES
1759
1759
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
1760
1760
  ```
1761
1761
 
1762
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/send.ts)_
1762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/send.ts)_
1763
1763
 
1764
1764
  ## `sf agent preview sessions`
1765
1765
 
@@ -1795,7 +1795,7 @@ ERROR CODES
1795
1795
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
1796
1796
  ```
1797
1797
 
1798
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/sessions.ts)_
1798
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/sessions.ts)_
1799
1799
 
1800
1800
  ## `sf agent preview start`
1801
1801
 
@@ -1893,7 +1893,7 @@ ERROR CODES
1893
1893
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1894
1894
  ```
1895
1895
 
1896
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/start.ts)_
1896
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/start.ts)_
1897
1897
 
1898
1898
  ## `sf agent publish authoring-bundle`
1899
1899
 
@@ -1957,7 +1957,7 @@ ERROR CODES
1957
1957
  Failed (1) Compilation errors found in the Agent Script file.
1958
1958
  ```
1959
1959
 
1960
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/publish/authoring-bundle.ts)_
1960
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/publish/authoring-bundle.ts)_
1961
1961
 
1962
1962
  ## `sf agent test create`
1963
1963
 
@@ -2038,7 +2038,7 @@ ERROR CODES
2038
2038
  DeploymentFailed (4) Deployment failed due to API or network errors.
2039
2039
  ```
2040
2040
 
2041
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/create.ts)_
2041
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/create.ts)_
2042
2042
 
2043
2043
  ## `sf agent test list`
2044
2044
 
@@ -2080,7 +2080,7 @@ ERROR CODES
2080
2080
  Failed (4) Failed to retrieve agent tests due to API or network errors.
2081
2081
  ```
2082
2082
 
2083
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/list.ts)_
2083
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/list.ts)_
2084
2084
 
2085
2085
  ## `sf agent test results`
2086
2086
 
@@ -2164,7 +2164,7 @@ ERROR CODES
2164
2164
  Failed (4) Failed to retrieve results due to API or network errors.
2165
2165
  ```
2166
2166
 
2167
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/results.ts)_
2167
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/results.ts)_
2168
2168
 
2169
2169
  ## `sf agent test resume`
2170
2170
 
@@ -2257,7 +2257,7 @@ ERROR CODES
2257
2257
  OperationFailed (4) Failed to poll test due to API or network errors.
2258
2258
  ```
2259
2259
 
2260
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/resume.ts)_
2260
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/resume.ts)_
2261
2261
 
2262
2262
  ## `sf agent test run`
2263
2263
 
@@ -2350,7 +2350,7 @@ ERROR CODES
2350
2350
  OperationFailed (4) Failed to start or poll test due to API or network errors.
2351
2351
  ```
2352
2352
 
2353
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/run.ts)_
2353
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/run.ts)_
2354
2354
 
2355
2355
  ## `sf agent test run-eval`
2356
2356
 
@@ -2435,7 +2435,7 @@ ERROR CODES
2435
2435
  OperationFailed (4) Failed to execute tests due to API or network errors.
2436
2436
  ```
2437
2437
 
2438
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/run-eval.ts)_
2438
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/run-eval.ts)_
2439
2439
 
2440
2440
  ## `sf agent trace delete`
2441
2441
 
@@ -2502,7 +2502,7 @@ ERROR CODES
2502
2502
  Succeeded (0) Traces deleted successfully (or no traces matched).
2503
2503
  ```
2504
2504
 
2505
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/trace/delete.ts)_
2505
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/delete.ts)_
2506
2506
 
2507
2507
  ## `sf agent trace list`
2508
2508
 
@@ -2575,7 +2575,7 @@ ERROR CODES
2575
2575
  Succeeded (0) Trace files listed successfully (or empty list if none found).
2576
2576
  ```
2577
2577
 
2578
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/trace/list.ts)_
2578
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/list.ts)_
2579
2579
 
2580
2580
  ## `sf agent trace read`
2581
2581
 
@@ -2663,7 +2663,7 @@ EXAMPLES
2663
2663
  $ sf agent trace read --session-id <SESSION_ID> --json
2664
2664
  ```
2665
2665
 
2666
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/trace/read.ts)_
2666
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/read.ts)_
2667
2667
 
2668
2668
  ## `sf agent validate authoring-bundle`
2669
2669
 
@@ -2720,7 +2720,7 @@ ERROR CODES
2720
2720
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
2721
2721
  ```
2722
2722
 
2723
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/validate/authoring-bundle.ts)_
2723
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/validate/authoring-bundle.ts)_
2724
2724
 
2725
2725
  ## `sf alias list`
2726
2726
 
@@ -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.5/src/commands/alias/list.ts)_
2751
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/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.5/src/commands/alias/set.ts)_
2800
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/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.5/src/commands/alias/unset.ts)_
2840
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/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.0/src/commands/apex/get/log.ts)_
2896
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/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.0/src/commands/apex/get/test.ts)_
2956
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/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.0/src/commands/apex/list/log.ts)_
2996
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/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.0/src/commands/apex/run.ts)_
3043
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/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.0/src/commands/apex/run/test.ts)_
3190
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/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.0/src/commands/apex/tail/log.ts)_
3233
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/apex/tail/log.ts)_
3234
3234
 
3235
3235
  ## `sf api request graphql`
3236
3236
 
@@ -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.5/src/commands/config/get.ts)_
3505
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/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.5/src/commands/config/list.ts)_
3545
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/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.5/src/commands/config/set.ts)_
3614
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/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.5/src/commands/config/unset.ts)_
3664
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/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.5/src/commands/data/bulk/results.ts)_
3709
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/create/file.ts)_
3758
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/create/record.ts)_
3817
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/delete/bulk.ts)_
3876
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/delete/record.ts)_
3937
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/delete/resume.ts)_
3976
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/export/bulk.ts)_
4043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/export/resume.ts)_
4082
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/export/tree.ts)_
4142
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/get/record.ts)_
4206
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/import/bulk.ts)_
4258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/import/resume.ts)_
4294
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/import/tree.ts)_
4358
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/query.ts)_
4411
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/resume.ts)_
4448
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/search.ts)_
4498
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/update/bulk.ts)_
4553
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/update/record.ts)_
4617
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/update/resume.ts)_
4656
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/upsert/bulk.ts)_
4712
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/data/upsert/resume.ts)_
4751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/upsert/resume.ts)_
4752
4752
 
4753
4753
  ## `sf doctor`
4754
4754
 
@@ -4843,7 +4843,7 @@ EXAMPLES
4843
4843
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
4844
4844
  ```
4845
4845
 
4846
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/delete.ts)_
4846
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/force/data/bulk/status.ts)_
4883
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/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.5/src/commands/force/data/bulk/upsert.ts)_
4941
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/force/data/bulk/upsert.ts)_
4942
4942
 
4943
4943
  ## `sf help [COMMAND]`
4944
4944
 
@@ -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.0/src/commands/logic/get/test.ts)_
5049
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/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.0/src/commands/logic/run/test.ts)_
5171
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/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.1/src/commands/org/assign/permset.ts)_
5217
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/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.1/src/commands/org/assign/permsetlicense.ts)_
5264
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/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.9/src/commands/org/auth/show-access-token.ts)_
5307
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/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.9/src/commands/org/auth/show-sfdx-auth-url.ts)_
5351
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/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.9/src/commands/org/auth/show-user-password.ts)_
5398
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/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.9/src/commands/org/create/agent-user.ts)_
5476
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/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.9/src/commands/org/create/sandbox.ts)_
5610
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/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.9/src/commands/org/create/scratch.ts)_
5792
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/create/scratch.ts)_
5793
5793
 
5794
5794
  ## `sf org create user`
5795
5795
 
@@ -5897,7 +5897,7 @@ FLAG DESCRIPTIONS
5897
5897
  might be different than what you specify in the definition file.
5898
5898
  ```
5899
5899
 
5900
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/create/user.ts)_
5900
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/create/user.ts)_
5901
5901
 
5902
5902
  ## `sf org delete sandbox`
5903
5903
 
@@ -5943,7 +5943,7 @@ EXAMPLES
5943
5943
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
5944
5944
  ```
5945
5945
 
5946
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/sandbox.ts)_
5946
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/delete/sandbox.ts)_
5947
5947
 
5948
5948
  ## `sf org delete scratch`
5949
5949
 
@@ -5987,7 +5987,7 @@ EXAMPLES
5987
5987
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
5988
5988
  ```
5989
5989
 
5990
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/scratch.ts)_
5990
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/delete/scratch.ts)_
5991
5991
 
5992
5992
  ## `sf org disable tracking`
5993
5993
 
@@ -6026,7 +6026,7 @@ EXAMPLES
6026
6026
  $ sf org disable tracking
6027
6027
  ```
6028
6028
 
6029
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/disable/tracking.ts)_
6029
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/disable/tracking.ts)_
6030
6030
 
6031
6031
  ## `sf org display`
6032
6032
 
@@ -6071,7 +6071,7 @@ EXAMPLES
6071
6071
  $ sf org display --target-org TestOrg1 --verbose
6072
6072
  ```
6073
6073
 
6074
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/display.ts)_
6074
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/display.ts)_
6075
6075
 
6076
6076
  ## `sf org display user`
6077
6077
 
@@ -6109,7 +6109,7 @@ EXAMPLES
6109
6109
  $ sf org display user --target-org me@my.org --json
6110
6110
  ```
6111
6111
 
6112
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/display/user.ts)_
6112
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/display/user.ts)_
6113
6113
 
6114
6114
  ## `sf org enable tracking`
6115
6115
 
@@ -6151,7 +6151,7 @@ EXAMPLES
6151
6151
  $ sf org enable tracking
6152
6152
  ```
6153
6153
 
6154
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/enable/tracking.ts)_
6154
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/enable/tracking.ts)_
6155
6155
 
6156
6156
  ## `sf org generate password`
6157
6157
 
@@ -6215,7 +6215,7 @@ EXAMPLES
6215
6215
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
6216
6216
  ```
6217
6217
 
6218
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/generate/password.ts)_
6218
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/generate/password.ts)_
6219
6219
 
6220
6220
  ## `sf org list`
6221
6221
 
@@ -6254,7 +6254,7 @@ EXAMPLES
6254
6254
  $ sf org list --clean
6255
6255
  ```
6256
6256
 
6257
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list.ts)_
6257
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/list.ts)_
6258
6258
 
6259
6259
  ## `sf org list auth`
6260
6260
 
@@ -6326,7 +6326,7 @@ EXAMPLES
6326
6326
  $ sf org list limits --target-org my-scratch-org
6327
6327
  ```
6328
6328
 
6329
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.3/src/commands/org/list/limits.ts)_
6329
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.4/src/commands/org/list/limits.ts)_
6330
6330
 
6331
6331
  ## `sf org list metadata`
6332
6332
 
@@ -6393,7 +6393,7 @@ FLAG DESCRIPTIONS
6393
6393
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
6394
6394
  ```
6395
6395
 
6396
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata.ts)_
6396
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/list/metadata.ts)_
6397
6397
 
6398
6398
  ## `sf org list metadata-types`
6399
6399
 
@@ -6448,7 +6448,7 @@ FLAG DESCRIPTIONS
6448
6448
  Override the api version used for api requests made by this command
6449
6449
  ```
6450
6450
 
6451
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata-types.ts)_
6451
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/list/metadata-types.ts)_
6452
6452
 
6453
6453
  ## `sf org list sobject record-counts`
6454
6454
 
@@ -6494,7 +6494,7 @@ EXAMPLES
6494
6494
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
6495
6495
  ```
6496
6496
 
6497
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.3/src/commands/org/list/sobject/record-counts.ts)_
6497
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.4/src/commands/org/list/sobject/record-counts.ts)_
6498
6498
 
6499
6499
  ## `sf org list users`
6500
6500
 
@@ -6532,7 +6532,7 @@ EXAMPLES
6532
6532
  $ sf org list users --target-org me@my.org
6533
6533
  ```
6534
6534
 
6535
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/list/users.ts)_
6535
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/list/users.ts)_
6536
6536
 
6537
6537
  ## `sf org login access-token`
6538
6538
 
@@ -6997,7 +6997,7 @@ EXAMPLES
6997
6997
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
6998
6998
  ```
6999
6999
 
7000
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open.ts)_
7000
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/open.ts)_
7001
7001
 
7002
7002
  ## `sf org open agent`
7003
7003
 
@@ -7061,7 +7061,7 @@ EXAMPLES
7061
7061
  $ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
7062
7062
  ```
7063
7063
 
7064
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/agent.ts)_
7064
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/open/agent.ts)_
7065
7065
 
7066
7066
  ## `sf org open authoring-bundle`
7067
7067
 
@@ -7107,7 +7107,7 @@ EXAMPLES
7107
7107
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
7108
7108
  ```
7109
7109
 
7110
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/authoring-bundle.ts)_
7110
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/open/authoring-bundle.ts)_
7111
7111
 
7112
7112
  ## `sf org refresh sandbox`
7113
7113
 
@@ -7210,7 +7210,7 @@ FLAG DESCRIPTIONS
7210
7210
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
7211
7211
  ```
7212
7212
 
7213
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/refresh/sandbox.ts)_
7213
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/refresh/sandbox.ts)_
7214
7214
 
7215
7215
  ## `sf org resume sandbox`
7216
7216
 
@@ -7273,7 +7273,7 @@ FLAG DESCRIPTIONS
7273
7273
  returns the job ID. To resume checking the sandbox creation, rerun this command.
7274
7274
  ```
7275
7275
 
7276
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/sandbox.ts)_
7276
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/resume/sandbox.ts)_
7277
7277
 
7278
7278
  ## `sf org resume scratch`
7279
7279
 
@@ -7326,7 +7326,7 @@ FLAG DESCRIPTIONS
7326
7326
  returns the job ID. To resume checking the scratch creation, rerun this command.
7327
7327
  ```
7328
7328
 
7329
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/scratch.ts)_
7329
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/resume/scratch.ts)_
7330
7330
 
7331
7331
  ## `sf package convert`
7332
7332
 
@@ -7423,7 +7423,7 @@ FLAG DESCRIPTIONS
7423
7423
  --installation-key-bypass flag is required.
7424
7424
  ```
7425
7425
 
7426
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/convert.ts)_
7426
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/convert.ts)_
7427
7427
 
7428
7428
  ## `sf package create`
7429
7429
 
@@ -7502,7 +7502,7 @@ FLAG DESCRIPTIONS
7502
7502
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
7503
7503
  ```
7504
7504
 
7505
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/create.ts)_
7505
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/create.ts)_
7506
7506
 
7507
7507
  ## `sf package delete`
7508
7508
 
@@ -7544,7 +7544,7 @@ EXAMPLES
7544
7544
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
7545
7545
  ```
7546
7546
 
7547
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/delete.ts)_
7547
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/delete.ts)_
7548
7548
 
7549
7549
  ## `sf package install`
7550
7550
 
@@ -7643,7 +7643,7 @@ FLAG DESCRIPTIONS
7643
7643
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
7644
7644
  ```
7645
7645
 
7646
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/install.ts)_
7646
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/install.ts)_
7647
7647
 
7648
7648
  ## `sf package install report`
7649
7649
 
@@ -7676,7 +7676,7 @@ EXAMPLES
7676
7676
  $ sf package install report --request-id 0Hf... --target-org me@example.com
7677
7677
  ```
7678
7678
 
7679
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/install/report.ts)_
7679
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/install/report.ts)_
7680
7680
 
7681
7681
  ## `sf package installed list`
7682
7682
 
@@ -7708,7 +7708,7 @@ EXAMPLES
7708
7708
  $ sf package installed list --target-org me@example.com
7709
7709
  ```
7710
7710
 
7711
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/installed/list.ts)_
7711
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/installed/list.ts)_
7712
7712
 
7713
7713
  ## `sf package list`
7714
7714
 
@@ -7746,7 +7746,7 @@ EXAMPLES
7746
7746
  $ sf package list --target-dev-hub devhub@example.com --verbose
7747
7747
  ```
7748
7748
 
7749
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/list.ts)_
7749
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/list.ts)_
7750
7750
 
7751
7751
  ## `sf package push-upgrade abort`
7752
7752
 
@@ -7785,7 +7785,7 @@ EXAMPLES
7785
7785
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
7786
7786
  ```
7787
7787
 
7788
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/abort.ts)_
7788
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/abort.ts)_
7789
7789
 
7790
7790
  ## `sf package push-upgrade list`
7791
7791
 
@@ -7844,7 +7844,7 @@ EXAMPLES
7844
7844
  $ sf package push-upgrade list --package 033xyz –-status Failed
7845
7845
  ```
7846
7846
 
7847
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/list.ts)_
7847
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/list.ts)_
7848
7848
 
7849
7849
  ## `sf package push-upgrade report`
7850
7850
 
@@ -7886,7 +7886,7 @@ EXAMPLES
7886
7886
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
7887
7887
  ```
7888
7888
 
7889
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/report.ts)_
7889
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/report.ts)_
7890
7890
 
7891
7891
  ## `sf package push-upgrade schedule`
7892
7892
 
@@ -7973,7 +7973,7 @@ FLAG DESCRIPTIONS
7973
7973
  Overrides the value of the target-dev-hub configuration variable, if set.
7974
7974
  ```
7975
7975
 
7976
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/schedule.ts)_
7976
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/schedule.ts)_
7977
7977
 
7978
7978
  ## `sf package uninstall`
7979
7979
 
@@ -8021,7 +8021,7 @@ EXAMPLES
8021
8021
  $ sf package uninstall --package "Undesirable Package Alias"
8022
8022
  ```
8023
8023
 
8024
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/uninstall.ts)_
8024
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/uninstall.ts)_
8025
8025
 
8026
8026
  ## `sf package uninstall report`
8027
8027
 
@@ -8054,7 +8054,7 @@ EXAMPLES
8054
8054
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
8055
8055
  ```
8056
8056
 
8057
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/uninstall/report.ts)_
8057
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/uninstall/report.ts)_
8058
8058
 
8059
8059
  ## `sf package update`
8060
8060
 
@@ -8122,7 +8122,7 @@ FLAG DESCRIPTIONS
8122
8122
  the Installed Packages page. Only released package versions can be set as the recommended version.
8123
8123
  ```
8124
8124
 
8125
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/update.ts)_
8125
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/update.ts)_
8126
8126
 
8127
8127
  ## `sf package version create`
8128
8128
 
@@ -8299,7 +8299,7 @@ FLAG DESCRIPTIONS
8299
8299
  periods of no output from commands.
8300
8300
  ```
8301
8301
 
8302
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create.ts)_
8302
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create.ts)_
8303
8303
 
8304
8304
  ## `sf package version create list`
8305
8305
 
@@ -8360,7 +8360,7 @@ EXAMPLES
8360
8360
  $ sf package version create list --created-last-days 0 --status Success
8361
8361
  ```
8362
8362
 
8363
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create/list.ts)_
8363
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create/list.ts)_
8364
8364
 
8365
8365
  ## `sf package version create report`
8366
8366
 
@@ -8403,7 +8403,7 @@ EXAMPLES
8403
8403
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
8404
8404
  ```
8405
8405
 
8406
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create/report.ts)_
8406
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create/report.ts)_
8407
8407
 
8408
8408
  ## `sf package version delete`
8409
8409
 
@@ -8444,7 +8444,7 @@ EXAMPLES
8444
8444
  $ sf package version delete --package 04t... --target-org devhub@example.com
8445
8445
  ```
8446
8446
 
8447
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/delete.ts)_
8447
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/delete.ts)_
8448
8448
 
8449
8449
  ## `sf package version displayancestry`
8450
8450
 
@@ -8504,7 +8504,7 @@ FLAG DESCRIPTIONS
8504
8504
  You can use the DOT code output in graph visualization software to create tree visualizations.
8505
8505
  ```
8506
8506
 
8507
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/displayancestry.ts)_
8507
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/displayancestry.ts)_
8508
8508
 
8509
8509
  ## `sf package version displaydependencies`
8510
8510
 
@@ -8571,7 +8571,7 @@ FLAG DESCRIPTIONS
8571
8571
  package, which must be installed last.
8572
8572
  ```
8573
8573
 
8574
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/displaydependencies.ts)_
8574
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/displaydependencies.ts)_
8575
8575
 
8576
8576
  ## `sf package version list`
8577
8577
 
@@ -8647,7 +8647,7 @@ EXAMPLES
8647
8647
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
8648
8648
  ```
8649
8649
 
8650
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/list.ts)_
8650
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/list.ts)_
8651
8651
 
8652
8652
  ## `sf package version promote`
8653
8653
 
@@ -8691,7 +8691,7 @@ EXAMPLES
8691
8691
  $ sf package version promote --package "Awesome Package Alias"
8692
8692
  ```
8693
8693
 
8694
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/promote.ts)_
8694
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/promote.ts)_
8695
8695
 
8696
8696
  ## `sf package version report`
8697
8697
 
@@ -8731,7 +8731,7 @@ EXAMPLES
8731
8731
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
8732
8732
  ```
8733
8733
 
8734
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/report.ts)_
8734
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/report.ts)_
8735
8735
 
8736
8736
  ## `sf package version retrieve`
8737
8737
 
@@ -8776,7 +8776,7 @@ EXAMPLES
8776
8776
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
8777
8777
  ```
8778
8778
 
8779
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/retrieve.ts)_
8779
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/retrieve.ts)_
8780
8780
 
8781
8781
  ## `sf package version update`
8782
8782
 
@@ -8829,7 +8829,7 @@ EXAMPLES
8829
8829
  $ sf package version update --package 04t... --version-description "New Package Version Description"
8830
8830
  ```
8831
8831
 
8832
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/update.ts)_
8832
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/update.ts)_
8833
8833
 
8834
8834
  ## `sf package1 version create`
8835
8835
 
@@ -8896,7 +8896,7 @@ FLAG DESCRIPTIONS
8896
8896
  subscribers.
8897
8897
  ```
8898
8898
 
8899
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/create.ts)_
8899
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/create.ts)_
8900
8900
 
8901
8901
  ## `sf package1 version create get`
8902
8902
 
@@ -8929,7 +8929,7 @@ EXAMPLES
8929
8929
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
8930
8930
  ```
8931
8931
 
8932
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/create/get.ts)_
8932
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/create/get.ts)_
8933
8933
 
8934
8934
  ## `sf package1 version display`
8935
8935
 
@@ -8963,7 +8963,7 @@ EXAMPLES
8963
8963
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
8964
8964
  ```
8965
8965
 
8966
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/display.ts)_
8966
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/display.ts)_
8967
8967
 
8968
8968
  ## `sf package1 version list`
8969
8969
 
@@ -9001,7 +9001,7 @@ FLAG DESCRIPTIONS
9001
9001
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
9002
9002
  ```
9003
9003
 
9004
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/list.ts)_
9004
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/list.ts)_
9005
9005
 
9006
9006
  ## `sf plugins`
9007
9007
 
@@ -9024,7 +9024,7 @@ EXAMPLES
9024
9024
  $ sf plugins
9025
9025
  ```
9026
9026
 
9027
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/index.ts)_
9027
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/index.ts)_
9028
9028
 
9029
9029
  ## `sf plugins discover`
9030
9030
 
@@ -9069,7 +9069,7 @@ EXAMPLES
9069
9069
  $ sf plugins inspect @salesforce/plugin-packaging
9070
9070
  ```
9071
9071
 
9072
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/inspect.ts)_
9072
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/inspect.ts)_
9073
9073
 
9074
9074
  ## `sf plugins install PLUGIN`
9075
9075
 
@@ -9118,7 +9118,7 @@ EXAMPLES
9118
9118
  $ sf plugins install someuser/someplugin
9119
9119
  ```
9120
9120
 
9121
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/install.ts)_
9121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/install.ts)_
9122
9122
 
9123
9123
  ## `sf plugins link PATH`
9124
9124
 
@@ -9149,7 +9149,7 @@ EXAMPLES
9149
9149
  $ sf plugins link @salesforce/plugin-packaging
9150
9150
  ```
9151
9151
 
9152
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/link.ts)_
9152
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/link.ts)_
9153
9153
 
9154
9154
  ## `sf plugins reset`
9155
9155
 
@@ -9164,7 +9164,7 @@ FLAGS
9164
9164
  --reinstall Reinstall all plugins after uninstalling.
9165
9165
  ```
9166
9166
 
9167
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/reset.ts)_
9167
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/reset.ts)_
9168
9168
 
9169
9169
  ## `sf plugins trust allowlist add`
9170
9170
 
@@ -9323,7 +9323,7 @@ EXAMPLES
9323
9323
  $ sf plugins uninstall @salesforce/plugin-packaging
9324
9324
  ```
9325
9325
 
9326
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/uninstall.ts)_
9326
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/uninstall.ts)_
9327
9327
 
9328
9328
  ## `sf plugins update`
9329
9329
 
@@ -9341,7 +9341,7 @@ DESCRIPTION
9341
9341
  Update installed plugins.
9342
9342
  ```
9343
9343
 
9344
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/update.ts)_
9344
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/update.ts)_
9345
9345
 
9346
9346
  ## `sf project convert mdapi`
9347
9347
 
@@ -11317,7 +11317,7 @@ EXAMPLES
11317
11317
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
11318
11318
  ```
11319
11319
 
11320
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.5/src/commands/sobject/describe.ts)_
11320
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.6/src/commands/sobject/describe.ts)_
11321
11321
 
11322
11322
  ## `sf sobject list`
11323
11323
 
@@ -11356,7 +11356,7 @@ EXAMPLES
11356
11356
  $ sf sobject list --sobject custom --target-org my-scratch-org
11357
11357
  ```
11358
11358
 
11359
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.5/src/commands/sobject/list.ts)_
11359
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.6/src/commands/sobject/list.ts)_
11360
11360
 
11361
11361
  ## `sf template generate analytics template`
11362
11362
 
@@ -11400,7 +11400,7 @@ FLAG DESCRIPTIONS
11400
11400
  directory.
11401
11401
  ```
11402
11402
 
11403
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/analytics/template.ts)_
11403
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/analytics/template.ts)_
11404
11404
 
11405
11405
  ## `sf template generate apex class`
11406
11406
 
@@ -11462,7 +11462,7 @@ FLAG DESCRIPTIONS
11462
11462
  Supplied parameter values or default values are filled into a copy of the template.
11463
11463
  ```
11464
11464
 
11465
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/class.ts)_
11465
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/apex/class.ts)_
11466
11466
 
11467
11467
  ## `sf template generate apex trigger`
11468
11468
 
@@ -11532,7 +11532,7 @@ FLAG DESCRIPTIONS
11532
11532
  Supplied parameter values or default values are filled into a copy of the template.
11533
11533
  ```
11534
11534
 
11535
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/trigger.ts)_
11535
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/apex/trigger.ts)_
11536
11536
 
11537
11537
  ## `sf template generate digital-experience site`
11538
11538
 
@@ -11586,7 +11586,7 @@ FLAG DESCRIPTIONS
11586
11586
  project, defaults to the current directory.
11587
11587
  ```
11588
11588
 
11589
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/digital-experience/site.ts)_
11589
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/digital-experience/site.ts)_
11590
11590
 
11591
11591
  ## `sf template generate flexipage`
11592
11592
 
@@ -11668,7 +11668,7 @@ FLAG DESCRIPTIONS
11668
11668
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11669
11669
  ```
11670
11670
 
11671
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/flexipage/index.ts)_
11671
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/flexipage/index.ts)_
11672
11672
 
11673
11673
  ## `sf template generate lightning app`
11674
11674
 
@@ -11726,7 +11726,7 @@ FLAG DESCRIPTIONS
11726
11726
  field in the DX project's "sfdx-project.json" file.
11727
11727
  ```
11728
11728
 
11729
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/app.ts)_
11729
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/app.ts)_
11730
11730
 
11731
11731
  ## `sf template generate lightning component`
11732
11732
 
@@ -11803,7 +11803,7 @@ FLAG DESCRIPTIONS
11803
11803
  field in the DX project's "sfdx-project.json" file.
11804
11804
  ```
11805
11805
 
11806
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/component.ts)_
11806
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/component.ts)_
11807
11807
 
11808
11808
  ## `sf template generate lightning event`
11809
11809
 
@@ -11861,7 +11861,7 @@ FLAG DESCRIPTIONS
11861
11861
  field in the DX project's "sfdx-project.json" file.
11862
11862
  ```
11863
11863
 
11864
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/event.ts)_
11864
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/event.ts)_
11865
11865
 
11866
11866
  ## `sf template generate lightning interface`
11867
11867
 
@@ -11919,7 +11919,7 @@ FLAG DESCRIPTIONS
11919
11919
  field in the DX project's "sfdx-project.json" file.
11920
11920
  ```
11921
11921
 
11922
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/interface.ts)_
11922
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/interface.ts)_
11923
11923
 
11924
11924
  ## `sf template generate lightning test`
11925
11925
 
@@ -11977,7 +11977,7 @@ FLAG DESCRIPTIONS
11977
11977
  field in the DX project's "sfdx-project.json" file.
11978
11978
  ```
11979
11979
 
11980
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/test.ts)_
11980
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/test.ts)_
11981
11981
 
11982
11982
  ## `sf template generate project`
11983
11983
 
@@ -12109,7 +12109,7 @@ FLAG DESCRIPTIONS
12109
12109
  server-side type stripping.
12110
12110
  ```
12111
12111
 
12112
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/project/index.ts)_
12112
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/project/index.ts)_
12113
12113
 
12114
12114
  ## `sf template generate static-resource`
12115
12115
 
@@ -12172,7 +12172,7 @@ FLAG DESCRIPTIONS
12172
12172
  etc.
12173
12173
  ```
12174
12174
 
12175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/static-resource/index.ts)_
12175
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/static-resource/index.ts)_
12176
12176
 
12177
12177
  ## `sf template generate ui-bundle`
12178
12178
 
@@ -12261,7 +12261,7 @@ FLAG DESCRIPTIONS
12261
12261
  Supplied parameter values or default values are filled into a copy of the template.
12262
12262
  ```
12263
12263
 
12264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/ui-bundle/index.ts)_
12264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/ui-bundle/index.ts)_
12265
12265
 
12266
12266
  ## `sf template generate visualforce component`
12267
12267
 
@@ -12318,7 +12318,7 @@ FLAG DESCRIPTIONS
12318
12318
  Supplied parameter values or default values are filled into a copy of the template.
12319
12319
  ```
12320
12320
 
12321
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/component.ts)_
12321
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/visualforce/component.ts)_
12322
12322
 
12323
12323
  ## `sf template generate visualforce page`
12324
12324
 
@@ -12369,7 +12369,7 @@ FLAG DESCRIPTIONS
12369
12369
  The name can be up to 40 characters and must start with a letter.
12370
12370
  ```
12371
12371
 
12372
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/page.ts)_
12372
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/visualforce/page.ts)_
12373
12373
 
12374
12374
  ## `sf update [CHANNEL]`
12375
12375
 
@@ -12407,7 +12407,7 @@ EXAMPLES
12407
12407
  $ sf update --available
12408
12408
  ```
12409
12409
 
12410
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.59/src/commands/update.ts)_
12410
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.8.0/src/commands/update.ts)_
12411
12411
 
12412
12412
  ## `sf version`
12413
12413
 
@@ -12427,7 +12427,7 @@ FLAG DESCRIPTIONS
12427
12427
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
12428
12428
  ```
12429
12429
 
12430
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.57/src/commands/version.ts)_
12430
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.3.0/src/commands/version.ts)_
12431
12431
 
12432
12432
  ## `sf which`
12433
12433