@salesforce/cli 2.134.3 → 2.134.4

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.134.3 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.134.4 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -277,7 +277,7 @@ ERROR CODES
277
277
  ActivationFailed (4) Failed to activate the agent due to API or network errors.
278
278
  ```
279
279
 
280
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/activate.ts)_
280
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/activate.ts)_
281
281
 
282
282
  ## `sf agent create`
283
283
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
345
345
  ```
346
346
 
347
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/create.ts)_
347
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/create.ts)_
348
348
 
349
349
  ## `sf agent deactivate`
350
350
 
@@ -393,7 +393,7 @@ ERROR CODES
393
393
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
394
394
  ```
395
395
 
396
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/deactivate.ts)_
396
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/deactivate.ts)_
397
397
 
398
398
  ## `sf agent generate agent-spec`
399
399
 
@@ -500,7 +500,7 @@ EXAMPLES
500
500
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
501
501
  ```
502
502
 
503
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/agent-spec.ts)_
503
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/generate/agent-spec.ts)_
504
504
 
505
505
  ## `sf agent generate authoring-bundle`
506
506
 
@@ -577,7 +577,7 @@ EXAMPLES
577
577
  other-package-dir/main/default --target-org my-dev-org
578
578
  ```
579
579
 
580
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/authoring-bundle.ts)_
580
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/generate/authoring-bundle.ts)_
581
581
 
582
582
  ## `sf agent generate template`
583
583
 
@@ -639,7 +639,7 @@ EXAMPLES
639
639
  my-package --source-org my-scratch-org
640
640
  ```
641
641
 
642
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/template.ts)_
642
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/generate/template.ts)_
643
643
 
644
644
  ## `sf agent generate test-spec`
645
645
 
@@ -704,7 +704,7 @@ EXAMPLES
704
704
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
705
705
  ```
706
706
 
707
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/generate/test-spec.ts)_
707
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/generate/test-spec.ts)_
708
708
 
709
709
  ## `sf agent preview`
710
710
 
@@ -777,7 +777,7 @@ EXAMPLES
777
777
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
778
778
  ```
779
779
 
780
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview.ts)_
780
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/preview.ts)_
781
781
 
782
782
  ## `sf agent preview end`
783
783
 
@@ -841,7 +841,7 @@ ERROR CODES
841
841
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
842
842
  ```
843
843
 
844
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/end.ts)_
844
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/preview/end.ts)_
845
845
 
846
846
  ## `sf agent preview send`
847
847
 
@@ -908,7 +908,7 @@ ERROR CODES
908
908
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
909
909
  ```
910
910
 
911
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/send.ts)_
911
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/preview/send.ts)_
912
912
 
913
913
  ## `sf agent preview sessions`
914
914
 
@@ -944,7 +944,7 @@ ERROR CODES
944
944
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
945
945
  ```
946
946
 
947
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/sessions.ts)_
947
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/preview/sessions.ts)_
948
948
 
949
949
  ## `sf agent preview start`
950
950
 
@@ -1020,7 +1020,7 @@ ERROR CODES
1020
1020
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1021
1021
  ```
1022
1022
 
1023
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/preview/start.ts)_
1023
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/preview/start.ts)_
1024
1024
 
1025
1025
  ## `sf agent publish authoring-bundle`
1026
1026
 
@@ -1067,9 +1067,13 @@ EXAMPLES
1067
1067
  Publish an authoring bundle with API name MyAuthoringBundle to the org with alias "my-dev-org":
1068
1068
 
1069
1069
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
1070
+
1071
+ ERROR CODES
1072
+ Succeeded (0) Agent published successfully without errors.
1073
+ Failed (1) Compilation errors found in the Agent Script file.
1070
1074
  ```
1071
1075
 
1072
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/publish/authoring-bundle.ts)_
1076
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/publish/authoring-bundle.ts)_
1073
1077
 
1074
1078
  ## `sf agent test create`
1075
1079
 
@@ -1133,7 +1137,7 @@ ERROR CODES
1133
1137
  DeploymentFailed (4) Deployment failed due to API or network errors.
1134
1138
  ```
1135
1139
 
1136
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/create.ts)_
1140
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/test/create.ts)_
1137
1141
 
1138
1142
  ## `sf agent test list`
1139
1143
 
@@ -1175,7 +1179,7 @@ ERROR CODES
1175
1179
  Failed (4) Failed to retrieve agent tests due to API or network errors.
1176
1180
  ```
1177
1181
 
1178
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/list.ts)_
1182
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/test/list.ts)_
1179
1183
 
1180
1184
  ## `sf agent test results`
1181
1185
 
@@ -1249,7 +1253,7 @@ ERROR CODES
1249
1253
  Failed (4) Failed to retrieve results due to API or network errors.
1250
1254
  ```
1251
1255
 
1252
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/results.ts)_
1256
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/test/results.ts)_
1253
1257
 
1254
1258
  ## `sf agent test resume`
1255
1259
 
@@ -1331,7 +1335,7 @@ ERROR CODES
1331
1335
  OperationFailed (4) Failed to poll test due to API or network errors.
1332
1336
  ```
1333
1337
 
1334
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/resume.ts)_
1338
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/test/resume.ts)_
1335
1339
 
1336
1340
  ## `sf agent test run`
1337
1341
 
@@ -1414,7 +1418,7 @@ ERROR CODES
1414
1418
  OperationFailed (4) Failed to start or poll test due to API or network errors.
1415
1419
  ```
1416
1420
 
1417
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/test/run.ts)_
1421
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/test/run.ts)_
1418
1422
 
1419
1423
  ## `sf agent validate authoring-bundle`
1420
1424
 
@@ -1471,7 +1475,7 @@ ERROR CODES
1471
1475
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
1472
1476
  ```
1473
1477
 
1474
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.0/src/commands/agent/validate/authoring-bundle.ts)_
1478
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.34.1/src/commands/agent/validate/authoring-bundle.ts)_
1475
1479
 
1476
1480
  ## `sf alias list`
1477
1481
 
@@ -1499,7 +1503,7 @@ EXAMPLES
1499
1503
  $ sf alias list
1500
1504
  ```
1501
1505
 
1502
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.72/src/commands/alias/list.ts)_
1506
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.73/src/commands/alias/list.ts)_
1503
1507
 
1504
1508
  ## `sf alias set`
1505
1509
 
@@ -1548,7 +1552,7 @@ EXAMPLES
1548
1552
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
1549
1553
  ```
1550
1554
 
1551
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.72/src/commands/alias/set.ts)_
1555
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.73/src/commands/alias/set.ts)_
1552
1556
 
1553
1557
  ## `sf alias unset`
1554
1558
 
@@ -1588,7 +1592,7 @@ EXAMPLES
1588
1592
  $ sf alias unset --all [--no-prompt]
1589
1593
  ```
1590
1594
 
1591
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.72/src/commands/alias/unset.ts)_
1595
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.73/src/commands/alias/unset.ts)_
1592
1596
 
1593
1597
  ## `sf apex get log`
1594
1598
 
@@ -1644,7 +1648,7 @@ FLAG DESCRIPTIONS
1644
1648
  directory.
1645
1649
  ```
1646
1650
 
1647
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/get/log.ts)_
1651
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/apex/get/log.ts)_
1648
1652
 
1649
1653
  ## `sf apex get test`
1650
1654
 
@@ -1704,7 +1708,7 @@ EXAMPLES
1704
1708
  me@myorg'
1705
1709
  ```
1706
1710
 
1707
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/get/test.ts)_
1711
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/apex/get/test.ts)_
1708
1712
 
1709
1713
  ## `sf apex list log`
1710
1714
 
@@ -1744,7 +1748,7 @@ EXAMPLES
1744
1748
  $ sf apex list log --target-org me@my.org
1745
1749
  ```
1746
1750
 
1747
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/list/log.ts)_
1751
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/apex/list/log.ts)_
1748
1752
 
1749
1753
  ## `sf apex run`
1750
1754
 
@@ -1791,7 +1795,7 @@ EXAMPLES
1791
1795
  $ sf apex run
1792
1796
  ```
1793
1797
 
1794
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/run.ts)_
1798
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/apex/run.ts)_
1795
1799
 
1796
1800
  ## `sf apex run test`
1797
1801
 
@@ -1938,7 +1942,7 @@ FLAG DESCRIPTIONS
1938
1942
  --tests Test1 --tests Test2
1939
1943
  ```
1940
1944
 
1941
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/run/test.ts)_
1945
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/apex/run/test.ts)_
1942
1946
 
1943
1947
  ## `sf apex tail log`
1944
1948
 
@@ -1981,7 +1985,7 @@ EXAMPLES
1981
1985
  $ sf apex tail log --color --skip-trace-flag
1982
1986
  ```
1983
1987
 
1984
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/apex/tail/log.ts)_
1988
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/apex/tail/log.ts)_
1985
1989
 
1986
1990
  ## `sf api request graphql`
1987
1991
 
@@ -2034,7 +2038,7 @@ EXAMPLES
2034
2038
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
2035
2039
  ```
2036
2040
 
2037
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.21/src/commands/api/request/graphql.ts)_
2041
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.23/src/commands/api/request/graphql.ts)_
2038
2042
 
2039
2043
  ## `sf api request rest [URL]`
2040
2044
 
@@ -2143,7 +2147,7 @@ FLAG DESCRIPTIONS
2143
2147
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
2144
2148
  ```
2145
2149
 
2146
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.21/src/commands/api/request/rest.ts)_
2150
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.23/src/commands/api/request/rest.ts)_
2147
2151
 
2148
2152
  ## `sf autocomplete [SHELL]`
2149
2153
 
@@ -2174,7 +2178,7 @@ EXAMPLES
2174
2178
  $ sf autocomplete --refresh-cache
2175
2179
  ```
2176
2180
 
2177
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.46/src/commands/autocomplete/index.ts)_
2181
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.47/src/commands/autocomplete/index.ts)_
2178
2182
 
2179
2183
  ## `sf commands`
2180
2184
 
@@ -2252,7 +2256,7 @@ CONFIGURATION VARIABLES
2252
2256
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2253
2257
  ```
2254
2258
 
2255
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.72/src/commands/config/get.ts)_
2259
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.73/src/commands/config/get.ts)_
2256
2260
 
2257
2261
  ## `sf config list`
2258
2262
 
@@ -2292,7 +2296,7 @@ EXAMPLES
2292
2296
  $ sf config list
2293
2297
  ```
2294
2298
 
2295
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.72/src/commands/config/list.ts)_
2299
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.73/src/commands/config/list.ts)_
2296
2300
 
2297
2301
  ## `sf config set`
2298
2302
 
@@ -2361,7 +2365,7 @@ CONFIGURATION VARIABLES
2361
2365
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2362
2366
  ```
2363
2367
 
2364
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.72/src/commands/config/set.ts)_
2368
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.73/src/commands/config/set.ts)_
2365
2369
 
2366
2370
  ## `sf config unset`
2367
2371
 
@@ -2411,7 +2415,7 @@ CONFIGURATION VARIABLES
2411
2415
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2412
2416
  ```
2413
2417
 
2414
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.72/src/commands/config/unset.ts)_
2418
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.73/src/commands/config/unset.ts)_
2415
2419
 
2416
2420
  ## `sf data bulk results`
2417
2421
 
@@ -2456,7 +2460,7 @@ EXAMPLES
2456
2460
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2457
2461
  ```
2458
2462
 
2459
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/bulk/results.ts)_
2463
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/bulk/results.ts)_
2460
2464
 
2461
2465
  ## `sf data create file`
2462
2466
 
@@ -2505,7 +2509,7 @@ EXAMPLES
2505
2509
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2506
2510
  ```
2507
2511
 
2508
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/create/file.ts)_
2512
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/create/file.ts)_
2509
2513
 
2510
2514
  ## `sf data create record`
2511
2515
 
@@ -2561,7 +2565,7 @@ EXAMPLES
2561
2565
  TracedEntityId=01p17000000R6bLAAS"
2562
2566
  ```
2563
2567
 
2564
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/create/record.ts)_
2568
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/create/record.ts)_
2565
2569
 
2566
2570
  ## `sf data delete bulk`
2567
2571
 
@@ -2620,7 +2624,7 @@ FLAG DESCRIPTIONS
2620
2624
  and can be enabled only by a system administrator.
2621
2625
  ```
2622
2626
 
2623
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/bulk.ts)_
2627
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/delete/bulk.ts)_
2624
2628
 
2625
2629
  ## `sf data delete record`
2626
2630
 
@@ -2681,7 +2685,7 @@ EXAMPLES
2681
2685
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2682
2686
  ```
2683
2687
 
2684
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/record.ts)_
2688
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/delete/record.ts)_
2685
2689
 
2686
2690
  ## `sf data delete resume`
2687
2691
 
@@ -2720,7 +2724,7 @@ EXAMPLES
2720
2724
  $ sf data delete resume --use-most-recent --target-org my-scratch
2721
2725
  ```
2722
2726
 
2723
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/resume.ts)_
2727
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/delete/resume.ts)_
2724
2728
 
2725
2729
  ## `sf data export bulk`
2726
2730
 
@@ -2787,7 +2791,7 @@ EXAMPLES
2787
2791
  --result-format json --wait 10 --all-rows
2788
2792
  ```
2789
2793
 
2790
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/bulk.ts)_
2794
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/export/bulk.ts)_
2791
2795
 
2792
2796
  ## `sf data export resume`
2793
2797
 
@@ -2826,7 +2830,7 @@ EXAMPLES
2826
2830
  $ sf data export resume --use-most-recent
2827
2831
  ```
2828
2832
 
2829
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/resume.ts)_
2833
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/export/resume.ts)_
2830
2834
 
2831
2835
  ## `sf data export tree`
2832
2836
 
@@ -2886,7 +2890,7 @@ EXAMPLES
2886
2890
  my-scratch
2887
2891
  ```
2888
2892
 
2889
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/tree.ts)_
2893
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/export/tree.ts)_
2890
2894
 
2891
2895
  ## `sf data get record`
2892
2896
 
@@ -2950,7 +2954,7 @@ EXAMPLES
2950
2954
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2951
2955
  ```
2952
2956
 
2953
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/get/record.ts)_
2957
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/get/record.ts)_
2954
2958
 
2955
2959
  ## `sf data import bulk`
2956
2960
 
@@ -3002,7 +3006,7 @@ EXAMPLES
3002
3006
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3003
3007
  ```
3004
3008
 
3005
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/bulk.ts)_
3009
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/import/bulk.ts)_
3006
3010
 
3007
3011
  ## `sf data import resume`
3008
3012
 
@@ -3038,7 +3042,7 @@ EXAMPLES
3038
3042
  $ sf data import resume --use-most-recent --target-org my-scratch
3039
3043
  ```
3040
3044
 
3041
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/resume.ts)_
3045
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/import/resume.ts)_
3042
3046
 
3043
3047
  ## `sf data import tree`
3044
3048
 
@@ -3102,7 +3106,7 @@ FLAG DESCRIPTIONS
3102
3106
  - files(array) - Files: An array of files paths to load
3103
3107
  ```
3104
3108
 
3105
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/tree.ts)_
3109
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/import/tree.ts)_
3106
3110
 
3107
3111
  ## `sf data query`
3108
3112
 
@@ -3155,7 +3159,7 @@ EXAMPLES
3155
3159
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3156
3160
  ```
3157
3161
 
3158
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/query.ts)_
3162
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/query.ts)_
3159
3163
 
3160
3164
  ## `sf data resume`
3161
3165
 
@@ -3192,7 +3196,7 @@ EXAMPLES
3192
3196
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3193
3197
  ```
3194
3198
 
3195
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/resume.ts)_
3199
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/resume.ts)_
3196
3200
 
3197
3201
  ## `sf data search`
3198
3202
 
@@ -3242,7 +3246,7 @@ EXAMPLES
3242
3246
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3243
3247
  ```
3244
3248
 
3245
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/search.ts)_
3249
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/search.ts)_
3246
3250
 
3247
3251
  ## `sf data update bulk`
3248
3252
 
@@ -3297,7 +3301,7 @@ EXAMPLES
3297
3301
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3298
3302
  ```
3299
3303
 
3300
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/bulk.ts)_
3304
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/update/bulk.ts)_
3301
3305
 
3302
3306
  ## `sf data update record`
3303
3307
 
@@ -3359,7 +3363,7 @@ EXAMPLES
3359
3363
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3360
3364
  ```
3361
3365
 
3362
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/record.ts)_
3366
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/update/record.ts)_
3363
3367
 
3364
3368
  ## `sf data update resume`
3365
3369
 
@@ -3398,7 +3402,7 @@ EXAMPLES
3398
3402
  $ sf data update resume --use-most-recent
3399
3403
  ```
3400
3404
 
3401
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/resume.ts)_
3405
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/update/resume.ts)_
3402
3406
 
3403
3407
  ## `sf data upsert bulk`
3404
3408
 
@@ -3454,7 +3458,7 @@ EXAMPLES
3454
3458
  my-scratch
3455
3459
  ```
3456
3460
 
3457
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/upsert/bulk.ts)_
3461
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/upsert/bulk.ts)_
3458
3462
 
3459
3463
  ## `sf data upsert resume`
3460
3464
 
@@ -3493,7 +3497,7 @@ EXAMPLES
3493
3497
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3494
3498
  ```
3495
3499
 
3496
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/upsert/resume.ts)_
3500
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/data/upsert/resume.ts)_
3497
3501
 
3498
3502
  ## `sf doctor`
3499
3503
 
@@ -3541,7 +3545,7 @@ EXAMPLES
3541
3545
  $ sf doctor --plugin @salesforce/plugin-source
3542
3546
  ```
3543
3547
 
3544
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.124/src/commands/doctor.ts)_
3548
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.125/src/commands/doctor.ts)_
3545
3549
 
3546
3550
  ## `sf force data bulk delete`
3547
3551
 
@@ -3588,7 +3592,7 @@ EXAMPLES
3588
3592
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3589
3593
  ```
3590
3594
 
3591
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/delete.ts)_
3595
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/force/data/bulk/delete.ts)_
3592
3596
 
3593
3597
  ## `sf force data bulk status`
3594
3598
 
@@ -3625,7 +3629,7 @@ EXAMPLES
3625
3629
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3626
3630
  ```
3627
3631
 
3628
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/status.ts)_
3632
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/force/data/bulk/status.ts)_
3629
3633
 
3630
3634
  ## `sf force data bulk upsert`
3631
3635
 
@@ -3683,7 +3687,7 @@ EXAMPLES
3683
3687
  --target-org my-scratch
3684
3688
  ```
3685
3689
 
3686
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/upsert.ts)_
3690
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.94/src/commands/force/data/bulk/upsert.ts)_
3687
3691
 
3688
3692
  ## `sf help [COMMAND]`
3689
3693
 
@@ -3703,7 +3707,7 @@ DESCRIPTION
3703
3707
  Display help for sf.
3704
3708
  ```
3705
3709
 
3706
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.45/src/commands/help.ts)_
3710
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.46/src/commands/help.ts)_
3707
3711
 
3708
3712
  ## `sf info releasenotes display`
3709
3713
 
@@ -3743,7 +3747,7 @@ EXAMPLES
3743
3747
  $ sf info releasenotes display --version latest
3744
3748
  ```
3745
3749
 
3746
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.124/src/commands/info/releasenotes/display.ts)_
3750
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.125/src/commands/info/releasenotes/display.ts)_
3747
3751
 
3748
3752
  ## `sf logic get test`
3749
3753
 
@@ -3791,7 +3795,7 @@ EXAMPLES
3791
3795
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
3792
3796
  ```
3793
3797
 
3794
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/logic/get/test.ts)_
3798
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/logic/get/test.ts)_
3795
3799
 
3796
3800
  ## `sf logic run test`
3797
3801
 
@@ -3913,7 +3917,7 @@ FLAG DESCRIPTIONS
3913
3917
  --tests Test1 --tests Test2
3914
3918
  ```
3915
3919
 
3916
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.22/src/commands/logic/run/test.ts)_
3920
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.23/src/commands/logic/run/test.ts)_
3917
3921
 
3918
3922
  ## `sf org assign permset`
3919
3923
 
@@ -4084,7 +4088,7 @@ FLAG DESCRIPTIONS
4084
4088
  "agent.user.<GUID>@your-org-domain.com".
4085
4089
  ```
4086
4090
 
4087
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/agent-user.ts)_
4091
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/create/agent-user.ts)_
4088
4092
 
4089
4093
  ## `sf org create sandbox`
4090
4094
 
@@ -4218,7 +4222,7 @@ FLAG DESCRIPTIONS
4218
4222
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4219
4223
  ```
4220
4224
 
4221
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/sandbox.ts)_
4225
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/create/sandbox.ts)_
4222
4226
 
4223
4227
  ## `sf org create scratch`
4224
4228
 
@@ -4400,7 +4404,7 @@ FLAG DESCRIPTIONS
4400
4404
  Omit this flag to have Salesforce generate a unique username for your org.
4401
4405
  ```
4402
4406
 
4403
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/create/scratch.ts)_
4407
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/create/scratch.ts)_
4404
4408
 
4405
4409
  ## `sf org create user`
4406
4410
 
@@ -4554,7 +4558,7 @@ EXAMPLES
4554
4558
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4555
4559
  ```
4556
4560
 
4557
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/delete/sandbox.ts)_
4561
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/delete/sandbox.ts)_
4558
4562
 
4559
4563
  ## `sf org delete scratch`
4560
4564
 
@@ -4598,7 +4602,7 @@ EXAMPLES
4598
4602
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4599
4603
  ```
4600
4604
 
4601
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/delete/scratch.ts)_
4605
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/delete/scratch.ts)_
4602
4606
 
4603
4607
  ## `sf org disable tracking`
4604
4608
 
@@ -4637,7 +4641,7 @@ EXAMPLES
4637
4641
  $ sf org disable tracking
4638
4642
  ```
4639
4643
 
4640
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/disable/tracking.ts)_
4644
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/disable/tracking.ts)_
4641
4645
 
4642
4646
  ## `sf org display`
4643
4647
 
@@ -4682,7 +4686,7 @@ EXAMPLES
4682
4686
  $ sf org display --target-org TestOrg1 --verbose
4683
4687
  ```
4684
4688
 
4685
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/display.ts)_
4689
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/display.ts)_
4686
4690
 
4687
4691
  ## `sf org display user`
4688
4692
 
@@ -4763,7 +4767,7 @@ EXAMPLES
4763
4767
  $ sf org enable tracking
4764
4768
  ```
4765
4769
 
4766
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/enable/tracking.ts)_
4770
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/enable/tracking.ts)_
4767
4771
 
4768
4772
  ## `sf org generate password`
4769
4773
 
@@ -4869,7 +4873,7 @@ EXAMPLES
4869
4873
  $ sf org list --clean
4870
4874
  ```
4871
4875
 
4872
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list.ts)_
4876
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/list.ts)_
4873
4877
 
4874
4878
  ## `sf org list auth`
4875
4879
 
@@ -4941,7 +4945,7 @@ EXAMPLES
4941
4945
  $ sf org list limits --target-org my-scratch-org
4942
4946
  ```
4943
4947
 
4944
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.84/src/commands/org/list/limits.ts)_
4948
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.86/src/commands/org/list/limits.ts)_
4945
4949
 
4946
4950
  ## `sf org list metadata`
4947
4951
 
@@ -5008,7 +5012,7 @@ FLAG DESCRIPTIONS
5008
5012
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
5009
5013
  ```
5010
5014
 
5011
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list/metadata.ts)_
5015
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/list/metadata.ts)_
5012
5016
 
5013
5017
  ## `sf org list metadata-types`
5014
5018
 
@@ -5063,7 +5067,7 @@ FLAG DESCRIPTIONS
5063
5067
  Override the api version used for api requests made by this command
5064
5068
  ```
5065
5069
 
5066
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/list/metadata-types.ts)_
5070
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/list/metadata-types.ts)_
5067
5071
 
5068
5072
  ## `sf org list sobject record-counts`
5069
5073
 
@@ -5109,7 +5113,7 @@ EXAMPLES
5109
5113
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
5110
5114
  ```
5111
5115
 
5112
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.84/src/commands/org/list/sobject/record-counts.ts)_
5116
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.86/src/commands/org/list/sobject/record-counts.ts)_
5113
5117
 
5114
5118
  ## `sf org list users`
5115
5119
 
@@ -5609,7 +5613,7 @@ EXAMPLES
5609
5613
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5610
5614
  ```
5611
5615
 
5612
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open.ts)_
5616
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/open.ts)_
5613
5617
 
5614
5618
  ## `sf org open agent`
5615
5619
 
@@ -5684,7 +5688,7 @@ FLAG DESCRIPTIONS
5684
5688
  flag.
5685
5689
  ```
5686
5690
 
5687
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open/agent.ts)_
5691
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/open/agent.ts)_
5688
5692
 
5689
5693
  ## `sf org open authoring-bundle`
5690
5694
 
@@ -5730,7 +5734,7 @@ EXAMPLES
5730
5734
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
5731
5735
  ```
5732
5736
 
5733
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/open/authoring-bundle.ts)_
5737
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/open/authoring-bundle.ts)_
5734
5738
 
5735
5739
  ## `sf org refresh sandbox`
5736
5740
 
@@ -5833,7 +5837,7 @@ FLAG DESCRIPTIONS
5833
5837
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5834
5838
  ```
5835
5839
 
5836
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/refresh/sandbox.ts)_
5840
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/refresh/sandbox.ts)_
5837
5841
 
5838
5842
  ## `sf org resume sandbox`
5839
5843
 
@@ -5896,7 +5900,7 @@ FLAG DESCRIPTIONS
5896
5900
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5897
5901
  ```
5898
5902
 
5899
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/resume/sandbox.ts)_
5903
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/resume/sandbox.ts)_
5900
5904
 
5901
5905
  ## `sf org resume scratch`
5902
5906
 
@@ -5949,7 +5953,7 @@ FLAG DESCRIPTIONS
5949
5953
  returns the job ID. To resume checking the scratch creation, rerun this command.
5950
5954
  ```
5951
5955
 
5952
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.3/src/commands/org/resume/scratch.ts)_
5956
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.5/src/commands/org/resume/scratch.ts)_
5953
5957
 
5954
5958
  ## `sf package convert`
5955
5959
 
@@ -6046,7 +6050,7 @@ FLAG DESCRIPTIONS
6046
6050
  --installation-key-bypass flag is required.
6047
6051
  ```
6048
6052
 
6049
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/convert.ts)_
6053
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/convert.ts)_
6050
6054
 
6051
6055
  ## `sf package create`
6052
6056
 
@@ -6125,7 +6129,7 @@ FLAG DESCRIPTIONS
6125
6129
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
6126
6130
  ```
6127
6131
 
6128
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/create.ts)_
6132
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/create.ts)_
6129
6133
 
6130
6134
  ## `sf package delete`
6131
6135
 
@@ -6167,7 +6171,7 @@ EXAMPLES
6167
6171
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
6168
6172
  ```
6169
6173
 
6170
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/delete.ts)_
6174
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/delete.ts)_
6171
6175
 
6172
6176
  ## `sf package install`
6173
6177
 
@@ -6266,7 +6270,7 @@ FLAG DESCRIPTIONS
6266
6270
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6267
6271
  ```
6268
6272
 
6269
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/install.ts)_
6273
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/install.ts)_
6270
6274
 
6271
6275
  ## `sf package install report`
6272
6276
 
@@ -6299,7 +6303,7 @@ EXAMPLES
6299
6303
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6300
6304
  ```
6301
6305
 
6302
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/install/report.ts)_
6306
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/install/report.ts)_
6303
6307
 
6304
6308
  ## `sf package installed list`
6305
6309
 
@@ -6331,7 +6335,7 @@ EXAMPLES
6331
6335
  $ sf package installed list --target-org me@example.com
6332
6336
  ```
6333
6337
 
6334
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/installed/list.ts)_
6338
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/installed/list.ts)_
6335
6339
 
6336
6340
  ## `sf package list`
6337
6341
 
@@ -6369,7 +6373,7 @@ EXAMPLES
6369
6373
  $ sf package list --target-dev-hub devhub@example.com --verbose
6370
6374
  ```
6371
6375
 
6372
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/list.ts)_
6376
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/list.ts)_
6373
6377
 
6374
6378
  ## `sf package push-upgrade abort`
6375
6379
 
@@ -6408,7 +6412,7 @@ EXAMPLES
6408
6412
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6409
6413
  ```
6410
6414
 
6411
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/push-upgrade/abort.ts)_
6415
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/push-upgrade/abort.ts)_
6412
6416
 
6413
6417
  ## `sf package push-upgrade list`
6414
6418
 
@@ -6467,7 +6471,7 @@ EXAMPLES
6467
6471
  $ sf package push-upgrade list --package 033xyz –-status Failed
6468
6472
  ```
6469
6473
 
6470
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/push-upgrade/list.ts)_
6474
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/push-upgrade/list.ts)_
6471
6475
 
6472
6476
  ## `sf package push-upgrade report`
6473
6477
 
@@ -6509,7 +6513,7 @@ EXAMPLES
6509
6513
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6510
6514
  ```
6511
6515
 
6512
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/push-upgrade/report.ts)_
6516
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/push-upgrade/report.ts)_
6513
6517
 
6514
6518
  ## `sf package push-upgrade schedule`
6515
6519
 
@@ -6596,7 +6600,7 @@ FLAG DESCRIPTIONS
6596
6600
  Overrides the value of the target-dev-hub configuration variable, if set.
6597
6601
  ```
6598
6602
 
6599
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/push-upgrade/schedule.ts)_
6603
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/push-upgrade/schedule.ts)_
6600
6604
 
6601
6605
  ## `sf package uninstall`
6602
6606
 
@@ -6644,7 +6648,7 @@ EXAMPLES
6644
6648
  $ sf package uninstall --package "Undesirable Package Alias"
6645
6649
  ```
6646
6650
 
6647
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/uninstall.ts)_
6651
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/uninstall.ts)_
6648
6652
 
6649
6653
  ## `sf package uninstall report`
6650
6654
 
@@ -6677,7 +6681,7 @@ EXAMPLES
6677
6681
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6678
6682
  ```
6679
6683
 
6680
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/uninstall/report.ts)_
6684
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/uninstall/report.ts)_
6681
6685
 
6682
6686
  ## `sf package update`
6683
6687
 
@@ -6745,7 +6749,7 @@ FLAG DESCRIPTIONS
6745
6749
  the Installed Packages page. Only released package versions can be set as the recommended version.
6746
6750
  ```
6747
6751
 
6748
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/update.ts)_
6752
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/update.ts)_
6749
6753
 
6750
6754
  ## `sf package version create`
6751
6755
 
@@ -6922,7 +6926,7 @@ FLAG DESCRIPTIONS
6922
6926
  periods of no output from commands.
6923
6927
  ```
6924
6928
 
6925
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/create.ts)_
6929
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/create.ts)_
6926
6930
 
6927
6931
  ## `sf package version create list`
6928
6932
 
@@ -6983,7 +6987,7 @@ EXAMPLES
6983
6987
  $ sf package version create list --created-last-days 0 --status Success
6984
6988
  ```
6985
6989
 
6986
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/create/list.ts)_
6990
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/create/list.ts)_
6987
6991
 
6988
6992
  ## `sf package version create report`
6989
6993
 
@@ -7026,7 +7030,7 @@ EXAMPLES
7026
7030
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
7027
7031
  ```
7028
7032
 
7029
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/create/report.ts)_
7033
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/create/report.ts)_
7030
7034
 
7031
7035
  ## `sf package version delete`
7032
7036
 
@@ -7067,7 +7071,7 @@ EXAMPLES
7067
7071
  $ sf package version delete --package 04t... --target-org devhub@example.com
7068
7072
  ```
7069
7073
 
7070
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/delete.ts)_
7074
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/delete.ts)_
7071
7075
 
7072
7076
  ## `sf package version displayancestry`
7073
7077
 
@@ -7127,7 +7131,7 @@ FLAG DESCRIPTIONS
7127
7131
  You can use the DOT code output in graph visualization software to create tree visualizations.
7128
7132
  ```
7129
7133
 
7130
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/displayancestry.ts)_
7134
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/displayancestry.ts)_
7131
7135
 
7132
7136
  ## `sf package version displaydependencies`
7133
7137
 
@@ -7189,7 +7193,7 @@ FLAG DESCRIPTIONS
7189
7193
  package, which must be installed last.
7190
7194
  ```
7191
7195
 
7192
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/displaydependencies.ts)_
7196
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/displaydependencies.ts)_
7193
7197
 
7194
7198
  ## `sf package version list`
7195
7199
 
@@ -7265,7 +7269,7 @@ EXAMPLES
7265
7269
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7266
7270
  ```
7267
7271
 
7268
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/list.ts)_
7272
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/list.ts)_
7269
7273
 
7270
7274
  ## `sf package version promote`
7271
7275
 
@@ -7309,7 +7313,7 @@ EXAMPLES
7309
7313
  $ sf package version promote --package "Awesome Package Alias"
7310
7314
  ```
7311
7315
 
7312
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/promote.ts)_
7316
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/promote.ts)_
7313
7317
 
7314
7318
  ## `sf package version report`
7315
7319
 
@@ -7349,7 +7353,7 @@ EXAMPLES
7349
7353
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7350
7354
  ```
7351
7355
 
7352
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/report.ts)_
7356
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/report.ts)_
7353
7357
 
7354
7358
  ## `sf package version retrieve`
7355
7359
 
@@ -7394,7 +7398,7 @@ EXAMPLES
7394
7398
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
7395
7399
  ```
7396
7400
 
7397
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/retrieve.ts)_
7401
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/retrieve.ts)_
7398
7402
 
7399
7403
  ## `sf package version update`
7400
7404
 
@@ -7447,7 +7451,7 @@ EXAMPLES
7447
7451
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7448
7452
  ```
7449
7453
 
7450
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package/version/update.ts)_
7454
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package/version/update.ts)_
7451
7455
 
7452
7456
  ## `sf package1 version create`
7453
7457
 
@@ -7514,7 +7518,7 @@ FLAG DESCRIPTIONS
7514
7518
  subscribers.
7515
7519
  ```
7516
7520
 
7517
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package1/version/create.ts)_
7521
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package1/version/create.ts)_
7518
7522
 
7519
7523
  ## `sf package1 version create get`
7520
7524
 
@@ -7547,7 +7551,7 @@ EXAMPLES
7547
7551
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7548
7552
  ```
7549
7553
 
7550
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package1/version/create/get.ts)_
7554
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package1/version/create/get.ts)_
7551
7555
 
7552
7556
  ## `sf package1 version display`
7553
7557
 
@@ -7581,7 +7585,7 @@ EXAMPLES
7581
7585
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7582
7586
  ```
7583
7587
 
7584
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package1/version/display.ts)_
7588
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package1/version/display.ts)_
7585
7589
 
7586
7590
  ## `sf package1 version list`
7587
7591
 
@@ -7619,7 +7623,7 @@ FLAG DESCRIPTIONS
7619
7623
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7620
7624
  ```
7621
7625
 
7622
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.9/src/commands/package1/version/list.ts)_
7626
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.27.10/src/commands/package1/version/list.ts)_
7623
7627
 
7624
7628
  ## `sf plugins`
7625
7629
 
@@ -7660,7 +7664,7 @@ EXAMPLES
7660
7664
  $ sf plugins discover
7661
7665
  ```
7662
7666
 
7663
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.18/src/commands/plugins/discover.ts)_
7667
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.20/src/commands/plugins/discover.ts)_
7664
7668
 
7665
7669
  ## `sf plugins:inspect PLUGIN...`
7666
7670
 
@@ -8022,7 +8026,7 @@ FLAG DESCRIPTIONS
8022
8026
  If you specify this flag, don’t specify --metadata or --source-dir.
8023
8027
  ```
8024
8028
 
8025
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/convert/mdapi.ts)_
8029
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/convert/mdapi.ts)_
8026
8030
 
8027
8031
  ## `sf project convert source`
8028
8032
 
@@ -8095,7 +8099,7 @@ FLAG DESCRIPTIONS
8095
8099
  Override the api version used for api requests made by this command
8096
8100
  ```
8097
8101
 
8098
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/convert/source.ts)_
8102
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/convert/source.ts)_
8099
8103
 
8100
8104
  ## `sf project convert source-behavior`
8101
8105
 
@@ -8154,7 +8158,7 @@ EXAMPLES
8154
8158
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
8155
8159
  ```
8156
8160
 
8157
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/convert/source-behavior.ts)_
8161
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/convert/source-behavior.ts)_
8158
8162
 
8159
8163
  ## `sf project delete source`
8160
8164
 
@@ -8307,7 +8311,7 @@ FLAG DESCRIPTIONS
8307
8311
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
8308
8312
  ```
8309
8313
 
8310
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/delete/source.ts)_
8314
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/delete/source.ts)_
8311
8315
 
8312
8316
  ## `sf project delete tracking`
8313
8317
 
@@ -8344,7 +8348,7 @@ EXAMPLES
8344
8348
  $ sf project delete tracking --target-org my-scratch
8345
8349
  ```
8346
8350
 
8347
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/delete/tracking.ts)_
8351
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/delete/tracking.ts)_
8348
8352
 
8349
8353
  ## `sf project deploy cancel`
8350
8354
 
@@ -8416,7 +8420,7 @@ FLAG DESCRIPTIONS
8416
8420
  project deploy report".
8417
8421
  ```
8418
8422
 
8419
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/deploy/cancel.ts)_
8423
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/deploy/cancel.ts)_
8420
8424
 
8421
8425
  ## `sf project deploy preview`
8422
8426
 
@@ -8499,7 +8503,7 @@ FLAG DESCRIPTIONS
8499
8503
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8500
8504
  ```
8501
8505
 
8502
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/deploy/preview.ts)_
8506
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/deploy/preview.ts)_
8503
8507
 
8504
8508
  ## `sf project deploy quick`
8505
8509
 
@@ -8592,7 +8596,7 @@ ERROR CODES
8592
8596
  Canceling (69) The deploy is being canceled.
8593
8597
  ```
8594
8598
 
8595
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/deploy/quick.ts)_
8599
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/deploy/quick.ts)_
8596
8600
 
8597
8601
  ## `sf project deploy report`
8598
8602
 
@@ -8684,7 +8688,7 @@ FLAG DESCRIPTIONS
8684
8688
  --coverage-formatters lcov --coverage-formatters clover
8685
8689
  ```
8686
8690
 
8687
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/deploy/report.ts)_
8691
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/deploy/report.ts)_
8688
8692
 
8689
8693
  ## `sf project deploy resume`
8690
8694
 
@@ -8781,7 +8785,7 @@ ERROR CODES
8781
8785
  Canceling (69) The deploy is being canceled.
8782
8786
  ```
8783
8787
 
8784
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/deploy/resume.ts)_
8788
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/deploy/resume.ts)_
8785
8789
 
8786
8790
  ## `sf project deploy start`
8787
8791
 
@@ -9047,7 +9051,7 @@ ERROR CODES
9047
9051
  Canceling (69) The deploy is being canceled.
9048
9052
  ```
9049
9053
 
9050
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/deploy/start.ts)_
9054
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/deploy/start.ts)_
9051
9055
 
9052
9056
  ## `sf project deploy validate`
9053
9057
 
@@ -9251,7 +9255,7 @@ ERROR CODES
9251
9255
  Canceling (69) The deploy is being canceled.
9252
9256
  ```
9253
9257
 
9254
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/deploy/validate.ts)_
9258
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/deploy/validate.ts)_
9255
9259
 
9256
9260
  ## `sf project generate manifest`
9257
9261
 
@@ -9347,7 +9351,7 @@ EXAMPLES
9347
9351
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9348
9352
  ```
9349
9353
 
9350
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/generate/manifest.ts)_
9354
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/generate/manifest.ts)_
9351
9355
 
9352
9356
  ## `sf project list ignored`
9353
9357
 
@@ -9389,7 +9393,7 @@ EXAMPLES
9389
9393
  $ sf project list ignored --source-dir package.xml
9390
9394
  ```
9391
9395
 
9392
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/list/ignored.ts)_
9396
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/list/ignored.ts)_
9393
9397
 
9394
9398
  ## `sf project reset tracking`
9395
9399
 
@@ -9438,7 +9442,7 @@ EXAMPLES
9438
9442
  $ sf project reset tracking --revision 30
9439
9443
  ```
9440
9444
 
9441
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/reset/tracking.ts)_
9445
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/reset/tracking.ts)_
9442
9446
 
9443
9447
  ## `sf project retrieve preview`
9444
9448
 
@@ -9492,7 +9496,7 @@ FLAG DESCRIPTIONS
9492
9496
  production orgs.
9493
9497
  ```
9494
9498
 
9495
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/retrieve/preview.ts)_
9499
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/retrieve/preview.ts)_
9496
9500
 
9497
9501
  ## `sf project retrieve start`
9498
9502
 
@@ -9673,7 +9677,7 @@ ENVIRONMENT VARIABLES
9673
9677
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9674
9678
  ```
9675
9679
 
9676
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.40/src/commands/project/retrieve/start.ts)_
9680
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.41/src/commands/project/retrieve/start.ts)_
9677
9681
 
9678
9682
  ## `sf schema generate field`
9679
9683
 
@@ -9727,7 +9731,7 @@ FLAG DESCRIPTIONS
9727
9731
  If you don't specify this flag, the command prompts you to choose from your local objects.
9728
9732
  ```
9729
9733
 
9730
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/field.ts)_
9734
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.102/src/commands/schema/generate/field.ts)_
9731
9735
 
9732
9736
  ## `sf schema generate platformevent`
9733
9737
 
@@ -9759,7 +9763,7 @@ EXAMPLES
9759
9763
  $ sf schema generate platformevent --label "My Platform Event"
9760
9764
  ```
9761
9765
 
9762
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/platformevent.ts)_
9766
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.102/src/commands/schema/generate/platformevent.ts)_
9763
9767
 
9764
9768
  ## `sf schema generate sobject`
9765
9769
 
@@ -9816,7 +9820,7 @@ FLAG DESCRIPTIONS
9816
9820
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
9817
9821
  ```
9818
9822
 
9819
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/sobject.ts)_
9823
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.102/src/commands/schema/generate/sobject.ts)_
9820
9824
 
9821
9825
  ## `sf schema generate tab`
9822
9826
 
@@ -9864,7 +9868,7 @@ FLAG DESCRIPTIONS
9864
9868
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
9865
9869
  ```
9866
9870
 
9867
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.100/src/commands/schema/generate/tab.ts)_
9871
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.102/src/commands/schema/generate/tab.ts)_
9868
9872
 
9869
9873
  ## `sf search`
9870
9874
 
@@ -9880,7 +9884,7 @@ DESCRIPTION
9880
9884
  Once you select a command, hit enter and it will show the help for that command.
9881
9885
  ```
9882
9886
 
9883
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.45/src/commands/search.ts)_
9887
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.46/src/commands/search.ts)_
9884
9888
 
9885
9889
  ## `sf sobject describe`
9886
9890
 
@@ -9927,7 +9931,7 @@ EXAMPLES
9927
9931
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
9928
9932
  ```
9929
9933
 
9930
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.106/src/commands/sobject/describe.ts)_
9934
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.107/src/commands/sobject/describe.ts)_
9931
9935
 
9932
9936
  ## `sf sobject list`
9933
9937
 
@@ -9966,7 +9970,7 @@ EXAMPLES
9966
9970
  $ sf sobject list --sobject custom --target-org my-scratch-org
9967
9971
  ```
9968
9972
 
9969
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.106/src/commands/sobject/list.ts)_
9973
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.107/src/commands/sobject/list.ts)_
9970
9974
 
9971
9975
  ## `sf template generate analytics template`
9972
9976
 
@@ -11004,7 +11008,7 @@ EXAMPLES
11004
11008
  $ sf update --available
11005
11009
  ```
11006
11010
 
11007
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.33/src/commands/update.ts)_
11011
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.34/src/commands/update.ts)_
11008
11012
 
11009
11013
  ## `sf version`
11010
11014
 
@@ -11058,7 +11062,7 @@ EXAMPLES
11058
11062
  $ sf which "foo bar baz"
11059
11063
  ```
11060
11064
 
11061
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.50/src/commands/which.ts)_
11065
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.51/src/commands/which.ts)_
11062
11066
 
11063
11067
  <!-- commandsstop -->
11064
11068