@salesforce/cli 2.136.3 → 2.136.5

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.136.3 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.136.5 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -281,7 +281,7 @@ ERROR CODES
281
281
  ActivationFailed (4) Failed to activate the agent due to API or network errors.
282
282
  ```
283
283
 
284
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/activate.ts)_
284
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/activate.ts)_
285
285
 
286
286
  ## `sf agent create`
287
287
 
@@ -348,7 +348,7 @@ EXAMPLES
348
348
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
349
349
  ```
350
350
 
351
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/create.ts)_
351
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/create.ts)_
352
352
 
353
353
  ## `sf agent deactivate`
354
354
 
@@ -397,7 +397,7 @@ ERROR CODES
397
397
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
398
398
  ```
399
399
 
400
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/deactivate.ts)_
400
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/deactivate.ts)_
401
401
 
402
402
  ## `sf agent generate agent-spec`
403
403
 
@@ -504,7 +504,7 @@ EXAMPLES
504
504
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
505
505
  ```
506
506
 
507
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/agent-spec.ts)_
507
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/agent-spec.ts)_
508
508
 
509
509
  ## `sf agent generate authoring-bundle`
510
510
 
@@ -581,7 +581,7 @@ EXAMPLES
581
581
  other-package-dir/main/default --target-org my-dev-org
582
582
  ```
583
583
 
584
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/authoring-bundle.ts)_
584
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/authoring-bundle.ts)_
585
585
 
586
586
  ## `sf agent generate template`
587
587
 
@@ -643,7 +643,7 @@ EXAMPLES
643
643
  my-package --source-org my-scratch-org
644
644
  ```
645
645
 
646
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/template.ts)_
646
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/template.ts)_
647
647
 
648
648
  ## `sf agent generate test-spec`
649
649
 
@@ -708,7 +708,7 @@ EXAMPLES
708
708
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
709
709
  ```
710
710
 
711
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/test-spec.ts)_
711
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/test-spec.ts)_
712
712
 
713
713
  ## `sf agent preview`
714
714
 
@@ -781,7 +781,7 @@ EXAMPLES
781
781
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
782
782
  ```
783
783
 
784
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview.ts)_
784
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview.ts)_
785
785
 
786
786
  ## `sf agent preview end`
787
787
 
@@ -865,7 +865,7 @@ ERROR CODES
865
865
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
866
866
  ```
867
867
 
868
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/end.ts)_
868
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/end.ts)_
869
869
 
870
870
  ## `sf agent preview send`
871
871
 
@@ -932,7 +932,7 @@ ERROR CODES
932
932
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
933
933
  ```
934
934
 
935
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/send.ts)_
935
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/send.ts)_
936
936
 
937
937
  ## `sf agent preview sessions`
938
938
 
@@ -968,7 +968,7 @@ ERROR CODES
968
968
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
969
969
  ```
970
970
 
971
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/sessions.ts)_
971
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/sessions.ts)_
972
972
 
973
973
  ## `sf agent preview start`
974
974
 
@@ -1044,7 +1044,7 @@ ERROR CODES
1044
1044
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1045
1045
  ```
1046
1046
 
1047
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/start.ts)_
1047
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/start.ts)_
1048
1048
 
1049
1049
  ## `sf agent publish authoring-bundle`
1050
1050
 
@@ -1108,7 +1108,7 @@ ERROR CODES
1108
1108
  Failed (1) Compilation errors found in the Agent Script file.
1109
1109
  ```
1110
1110
 
1111
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/publish/authoring-bundle.ts)_
1111
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/publish/authoring-bundle.ts)_
1112
1112
 
1113
1113
  ## `sf agent test create`
1114
1114
 
@@ -1172,7 +1172,7 @@ ERROR CODES
1172
1172
  DeploymentFailed (4) Deployment failed due to API or network errors.
1173
1173
  ```
1174
1174
 
1175
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/create.ts)_
1175
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/create.ts)_
1176
1176
 
1177
1177
  ## `sf agent test list`
1178
1178
 
@@ -1214,7 +1214,7 @@ ERROR CODES
1214
1214
  Failed (4) Failed to retrieve agent tests due to API or network errors.
1215
1215
  ```
1216
1216
 
1217
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/list.ts)_
1217
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/list.ts)_
1218
1218
 
1219
1219
  ## `sf agent test results`
1220
1220
 
@@ -1298,7 +1298,7 @@ ERROR CODES
1298
1298
  Failed (4) Failed to retrieve results due to API or network errors.
1299
1299
  ```
1300
1300
 
1301
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/results.ts)_
1301
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/results.ts)_
1302
1302
 
1303
1303
  ## `sf agent test resume`
1304
1304
 
@@ -1391,7 +1391,7 @@ ERROR CODES
1391
1391
  OperationFailed (4) Failed to poll test due to API or network errors.
1392
1392
  ```
1393
1393
 
1394
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/resume.ts)_
1394
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/resume.ts)_
1395
1395
 
1396
1396
  ## `sf agent test run`
1397
1397
 
@@ -1484,7 +1484,7 @@ ERROR CODES
1484
1484
  OperationFailed (4) Failed to start or poll test due to API or network errors.
1485
1485
  ```
1486
1486
 
1487
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run.ts)_
1487
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run.ts)_
1488
1488
 
1489
1489
  ## `sf agent test run-eval`
1490
1490
 
@@ -1569,7 +1569,7 @@ ERROR CODES
1569
1569
  OperationFailed (4) Failed to execute tests due to API or network errors.
1570
1570
  ```
1571
1571
 
1572
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run-eval.ts)_
1572
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run-eval.ts)_
1573
1573
 
1574
1574
  ## `sf agent trace delete`
1575
1575
 
@@ -1636,7 +1636,7 @@ ERROR CODES
1636
1636
  Succeeded (0) Traces deleted successfully (or no traces matched).
1637
1637
  ```
1638
1638
 
1639
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/delete.ts)_
1639
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/delete.ts)_
1640
1640
 
1641
1641
  ## `sf agent trace list`
1642
1642
 
@@ -1709,7 +1709,7 @@ ERROR CODES
1709
1709
  Succeeded (0) Trace files listed successfully (or empty list if none found).
1710
1710
  ```
1711
1711
 
1712
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/list.ts)_
1712
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/list.ts)_
1713
1713
 
1714
1714
  ## `sf agent trace read`
1715
1715
 
@@ -1797,7 +1797,7 @@ EXAMPLES
1797
1797
  $ sf agent trace read --session-id <SESSION_ID> --json
1798
1798
  ```
1799
1799
 
1800
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/read.ts)_
1800
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/read.ts)_
1801
1801
 
1802
1802
  ## `sf agent validate authoring-bundle`
1803
1803
 
@@ -1854,7 +1854,7 @@ ERROR CODES
1854
1854
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
1855
1855
  ```
1856
1856
 
1857
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/validate/authoring-bundle.ts)_
1857
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/validate/authoring-bundle.ts)_
1858
1858
 
1859
1859
  ## `sf alias list`
1860
1860
 
@@ -1882,7 +1882,7 @@ EXAMPLES
1882
1882
  $ sf alias list
1883
1883
  ```
1884
1884
 
1885
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/alias/list.ts)_
1885
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/list.ts)_
1886
1886
 
1887
1887
  ## `sf alias set`
1888
1888
 
@@ -1931,7 +1931,7 @@ EXAMPLES
1931
1931
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
1932
1932
  ```
1933
1933
 
1934
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/alias/set.ts)_
1934
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/set.ts)_
1935
1935
 
1936
1936
  ## `sf alias unset`
1937
1937
 
@@ -1971,7 +1971,7 @@ EXAMPLES
1971
1971
  $ sf alias unset --all [--no-prompt]
1972
1972
  ```
1973
1973
 
1974
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/alias/unset.ts)_
1974
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/alias/unset.ts)_
1975
1975
 
1976
1976
  ## `sf apex get log`
1977
1977
 
@@ -2027,7 +2027,7 @@ FLAG DESCRIPTIONS
2027
2027
  directory.
2028
2028
  ```
2029
2029
 
2030
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/log.ts)_
2030
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/get/log.ts)_
2031
2031
 
2032
2032
  ## `sf apex get test`
2033
2033
 
@@ -2087,7 +2087,7 @@ EXAMPLES
2087
2087
  me@myorg'
2088
2088
  ```
2089
2089
 
2090
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/test.ts)_
2090
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/get/test.ts)_
2091
2091
 
2092
2092
  ## `sf apex list log`
2093
2093
 
@@ -2127,7 +2127,7 @@ EXAMPLES
2127
2127
  $ sf apex list log --target-org me@my.org
2128
2128
  ```
2129
2129
 
2130
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/list/log.ts)_
2130
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/list/log.ts)_
2131
2131
 
2132
2132
  ## `sf apex run`
2133
2133
 
@@ -2174,7 +2174,7 @@ EXAMPLES
2174
2174
  $ sf apex run
2175
2175
  ```
2176
2176
 
2177
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run.ts)_
2177
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/run.ts)_
2178
2178
 
2179
2179
  ## `sf apex run test`
2180
2180
 
@@ -2321,7 +2321,7 @@ FLAG DESCRIPTIONS
2321
2321
  --tests Test1 --tests Test2
2322
2322
  ```
2323
2323
 
2324
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run/test.ts)_
2324
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/run/test.ts)_
2325
2325
 
2326
2326
  ## `sf apex tail log`
2327
2327
 
@@ -2364,7 +2364,7 @@ EXAMPLES
2364
2364
  $ sf apex tail log --color --skip-trace-flag
2365
2365
  ```
2366
2366
 
2367
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/tail/log.ts)_
2367
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/tail/log.ts)_
2368
2368
 
2369
2369
  ## `sf api request graphql`
2370
2370
 
@@ -2417,7 +2417,7 @@ EXAMPLES
2417
2417
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
2418
2418
  ```
2419
2419
 
2420
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/graphql.ts)_
2420
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.33/src/commands/api/request/graphql.ts)_
2421
2421
 
2422
2422
  ## `sf api request rest [URL]`
2423
2423
 
@@ -2526,7 +2526,7 @@ FLAG DESCRIPTIONS
2526
2526
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
2527
2527
  ```
2528
2528
 
2529
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/rest.ts)_
2529
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.33/src/commands/api/request/rest.ts)_
2530
2530
 
2531
2531
  ## `sf autocomplete [SHELL]`
2532
2532
 
@@ -2586,7 +2586,7 @@ DESCRIPTION
2586
2586
  List all sf commands.
2587
2587
  ```
2588
2588
 
2589
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.52/src/commands/commands.ts)_
2589
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.54/src/commands/commands.ts)_
2590
2590
 
2591
2591
  ## `sf config get`
2592
2592
 
@@ -2635,7 +2635,7 @@ CONFIGURATION VARIABLES
2635
2635
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2636
2636
  ```
2637
2637
 
2638
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/get.ts)_
2638
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/get.ts)_
2639
2639
 
2640
2640
  ## `sf config list`
2641
2641
 
@@ -2675,7 +2675,7 @@ EXAMPLES
2675
2675
  $ sf config list
2676
2676
  ```
2677
2677
 
2678
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/list.ts)_
2678
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/list.ts)_
2679
2679
 
2680
2680
  ## `sf config set`
2681
2681
 
@@ -2744,7 +2744,7 @@ CONFIGURATION VARIABLES
2744
2744
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2745
2745
  ```
2746
2746
 
2747
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/set.ts)_
2747
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/set.ts)_
2748
2748
 
2749
2749
  ## `sf config unset`
2750
2750
 
@@ -2794,7 +2794,7 @@ CONFIGURATION VARIABLES
2794
2794
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2795
2795
  ```
2796
2796
 
2797
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.78/src/commands/config/unset.ts)_
2797
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.80/src/commands/config/unset.ts)_
2798
2798
 
2799
2799
  ## `sf data bulk results`
2800
2800
 
@@ -2839,7 +2839,7 @@ EXAMPLES
2839
2839
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2840
2840
  ```
2841
2841
 
2842
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/bulk/results.ts)_
2842
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/bulk/results.ts)_
2843
2843
 
2844
2844
  ## `sf data create file`
2845
2845
 
@@ -2888,7 +2888,7 @@ EXAMPLES
2888
2888
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2889
2889
  ```
2890
2890
 
2891
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/file.ts)_
2891
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/create/file.ts)_
2892
2892
 
2893
2893
  ## `sf data create record`
2894
2894
 
@@ -2944,7 +2944,7 @@ EXAMPLES
2944
2944
  TracedEntityId=01p17000000R6bLAAS"
2945
2945
  ```
2946
2946
 
2947
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/record.ts)_
2947
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/create/record.ts)_
2948
2948
 
2949
2949
  ## `sf data delete bulk`
2950
2950
 
@@ -3003,7 +3003,7 @@ FLAG DESCRIPTIONS
3003
3003
  and can be enabled only by a system administrator.
3004
3004
  ```
3005
3005
 
3006
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/bulk.ts)_
3006
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/bulk.ts)_
3007
3007
 
3008
3008
  ## `sf data delete record`
3009
3009
 
@@ -3064,7 +3064,7 @@ EXAMPLES
3064
3064
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3065
3065
  ```
3066
3066
 
3067
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/record.ts)_
3067
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/record.ts)_
3068
3068
 
3069
3069
  ## `sf data delete resume`
3070
3070
 
@@ -3103,7 +3103,7 @@ EXAMPLES
3103
3103
  $ sf data delete resume --use-most-recent --target-org my-scratch
3104
3104
  ```
3105
3105
 
3106
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/resume.ts)_
3106
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/resume.ts)_
3107
3107
 
3108
3108
  ## `sf data export bulk`
3109
3109
 
@@ -3170,7 +3170,7 @@ EXAMPLES
3170
3170
  --result-format json --wait 10 --all-rows
3171
3171
  ```
3172
3172
 
3173
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/bulk.ts)_
3173
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/bulk.ts)_
3174
3174
 
3175
3175
  ## `sf data export resume`
3176
3176
 
@@ -3209,7 +3209,7 @@ EXAMPLES
3209
3209
  $ sf data export resume --use-most-recent
3210
3210
  ```
3211
3211
 
3212
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/resume.ts)_
3212
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/resume.ts)_
3213
3213
 
3214
3214
  ## `sf data export tree`
3215
3215
 
@@ -3269,7 +3269,7 @@ EXAMPLES
3269
3269
  my-scratch
3270
3270
  ```
3271
3271
 
3272
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/tree.ts)_
3272
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/tree.ts)_
3273
3273
 
3274
3274
  ## `sf data get record`
3275
3275
 
@@ -3333,7 +3333,7 @@ EXAMPLES
3333
3333
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3334
3334
  ```
3335
3335
 
3336
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/get/record.ts)_
3336
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/get/record.ts)_
3337
3337
 
3338
3338
  ## `sf data import bulk`
3339
3339
 
@@ -3385,7 +3385,7 @@ EXAMPLES
3385
3385
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3386
3386
  ```
3387
3387
 
3388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/bulk.ts)_
3388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/bulk.ts)_
3389
3389
 
3390
3390
  ## `sf data import resume`
3391
3391
 
@@ -3421,7 +3421,7 @@ EXAMPLES
3421
3421
  $ sf data import resume --use-most-recent --target-org my-scratch
3422
3422
  ```
3423
3423
 
3424
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/resume.ts)_
3424
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/resume.ts)_
3425
3425
 
3426
3426
  ## `sf data import tree`
3427
3427
 
@@ -3485,7 +3485,7 @@ FLAG DESCRIPTIONS
3485
3485
  - files(array) - Files: An array of files paths to load
3486
3486
  ```
3487
3487
 
3488
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/tree.ts)_
3488
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/tree.ts)_
3489
3489
 
3490
3490
  ## `sf data query`
3491
3491
 
@@ -3538,7 +3538,7 @@ EXAMPLES
3538
3538
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3539
3539
  ```
3540
3540
 
3541
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/query.ts)_
3541
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/query.ts)_
3542
3542
 
3543
3543
  ## `sf data resume`
3544
3544
 
@@ -3575,7 +3575,7 @@ EXAMPLES
3575
3575
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3576
3576
  ```
3577
3577
 
3578
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/resume.ts)_
3578
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/resume.ts)_
3579
3579
 
3580
3580
  ## `sf data search`
3581
3581
 
@@ -3625,7 +3625,7 @@ EXAMPLES
3625
3625
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3626
3626
  ```
3627
3627
 
3628
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/search.ts)_
3628
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/search.ts)_
3629
3629
 
3630
3630
  ## `sf data update bulk`
3631
3631
 
@@ -3680,7 +3680,7 @@ EXAMPLES
3680
3680
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3681
3681
  ```
3682
3682
 
3683
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/bulk.ts)_
3683
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/bulk.ts)_
3684
3684
 
3685
3685
  ## `sf data update record`
3686
3686
 
@@ -3742,7 +3742,7 @@ EXAMPLES
3742
3742
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3743
3743
  ```
3744
3744
 
3745
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/record.ts)_
3745
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/record.ts)_
3746
3746
 
3747
3747
  ## `sf data update resume`
3748
3748
 
@@ -3781,7 +3781,7 @@ EXAMPLES
3781
3781
  $ sf data update resume --use-most-recent
3782
3782
  ```
3783
3783
 
3784
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/resume.ts)_
3784
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/resume.ts)_
3785
3785
 
3786
3786
  ## `sf data upsert bulk`
3787
3787
 
@@ -3837,7 +3837,7 @@ EXAMPLES
3837
3837
  my-scratch
3838
3838
  ```
3839
3839
 
3840
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/bulk.ts)_
3840
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/upsert/bulk.ts)_
3841
3841
 
3842
3842
  ## `sf data upsert resume`
3843
3843
 
@@ -3876,7 +3876,7 @@ EXAMPLES
3876
3876
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3877
3877
  ```
3878
3878
 
3879
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/resume.ts)_
3879
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/upsert/resume.ts)_
3880
3880
 
3881
3881
  ## `sf doctor`
3882
3882
 
@@ -3924,7 +3924,7 @@ EXAMPLES
3924
3924
  $ sf doctor --plugin @salesforce/plugin-source
3925
3925
  ```
3926
3926
 
3927
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/doctor.ts)_
3927
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.133/src/commands/doctor.ts)_
3928
3928
 
3929
3929
  ## `sf force data bulk delete`
3930
3930
 
@@ -3971,7 +3971,7 @@ EXAMPLES
3971
3971
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3972
3972
  ```
3973
3973
 
3974
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/delete.ts)_
3974
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/delete.ts)_
3975
3975
 
3976
3976
  ## `sf force data bulk status`
3977
3977
 
@@ -4008,7 +4008,7 @@ EXAMPLES
4008
4008
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4009
4009
  ```
4010
4010
 
4011
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/status.ts)_
4011
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/status.ts)_
4012
4012
 
4013
4013
  ## `sf force data bulk upsert`
4014
4014
 
@@ -4066,7 +4066,7 @@ EXAMPLES
4066
4066
  --target-org my-scratch
4067
4067
  ```
4068
4068
 
4069
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/upsert.ts)_
4069
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/upsert.ts)_
4070
4070
 
4071
4071
  ## `sf help [COMMAND]`
4072
4072
 
@@ -4086,7 +4086,7 @@ DESCRIPTION
4086
4086
  Display help for sf.
4087
4087
  ```
4088
4088
 
4089
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.48/src/commands/help.ts)_
4089
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.49/src/commands/help.ts)_
4090
4090
 
4091
4091
  ## `sf info releasenotes display`
4092
4092
 
@@ -4126,7 +4126,7 @@ EXAMPLES
4126
4126
  $ sf info releasenotes display --version latest
4127
4127
  ```
4128
4128
 
4129
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/info/releasenotes/display.ts)_
4129
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.133/src/commands/info/releasenotes/display.ts)_
4130
4130
 
4131
4131
  ## `sf logic get test`
4132
4132
 
@@ -4174,7 +4174,7 @@ EXAMPLES
4174
4174
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
4175
4175
  ```
4176
4176
 
4177
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/get/test.ts)_
4177
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/logic/get/test.ts)_
4178
4178
 
4179
4179
  ## `sf logic run test`
4180
4180
 
@@ -4296,7 +4296,7 @@ FLAG DESCRIPTIONS
4296
4296
  --tests Test1 --tests Test2
4297
4297
  ```
4298
4298
 
4299
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/run/test.ts)_
4299
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/logic/run/test.ts)_
4300
4300
 
4301
4301
  ## `sf org assign permset`
4302
4302
 
@@ -4342,7 +4342,7 @@ EXAMPLES
4342
4342
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
4343
4343
  ```
4344
4344
 
4345
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/assign/permset.ts)_
4345
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/assign/permset.ts)_
4346
4346
 
4347
4347
  ## `sf org assign permsetlicense`
4348
4348
 
@@ -4389,7 +4389,7 @@ EXAMPLES
4389
4389
  user3
4390
4390
  ```
4391
4391
 
4392
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/assign/permsetlicense.ts)_
4392
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/assign/permsetlicense.ts)_
4393
4393
 
4394
4394
  ## `sf org create agent-user`
4395
4395
 
@@ -4467,7 +4467,7 @@ FLAG DESCRIPTIONS
4467
4467
  "agent.user.<GUID>@your-org-domain.com".
4468
4468
  ```
4469
4469
 
4470
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/agent-user.ts)_
4470
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/create/agent-user.ts)_
4471
4471
 
4472
4472
  ## `sf org create sandbox`
4473
4473
 
@@ -4601,7 +4601,7 @@ FLAG DESCRIPTIONS
4601
4601
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4602
4602
  ```
4603
4603
 
4604
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/sandbox.ts)_
4604
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/create/sandbox.ts)_
4605
4605
 
4606
4606
  ## `sf org create scratch`
4607
4607
 
@@ -4783,7 +4783,7 @@ FLAG DESCRIPTIONS
4783
4783
  Omit this flag to have Salesforce generate a unique username for your org.
4784
4784
  ```
4785
4785
 
4786
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/scratch.ts)_
4786
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/create/scratch.ts)_
4787
4787
 
4788
4788
  ## `sf org create user`
4789
4789
 
@@ -4891,7 +4891,7 @@ FLAG DESCRIPTIONS
4891
4891
  might be different than what you specify in the definition file.
4892
4892
  ```
4893
4893
 
4894
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/create/user.ts)_
4894
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/create/user.ts)_
4895
4895
 
4896
4896
  ## `sf org delete sandbox`
4897
4897
 
@@ -4937,7 +4937,7 @@ EXAMPLES
4937
4937
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4938
4938
  ```
4939
4939
 
4940
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/sandbox.ts)_
4940
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/delete/sandbox.ts)_
4941
4941
 
4942
4942
  ## `sf org delete scratch`
4943
4943
 
@@ -4981,7 +4981,7 @@ EXAMPLES
4981
4981
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4982
4982
  ```
4983
4983
 
4984
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/scratch.ts)_
4984
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/delete/scratch.ts)_
4985
4985
 
4986
4986
  ## `sf org disable tracking`
4987
4987
 
@@ -5020,7 +5020,7 @@ EXAMPLES
5020
5020
  $ sf org disable tracking
5021
5021
  ```
5022
5022
 
5023
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/disable/tracking.ts)_
5023
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/disable/tracking.ts)_
5024
5024
 
5025
5025
  ## `sf org display`
5026
5026
 
@@ -5065,7 +5065,7 @@ EXAMPLES
5065
5065
  $ sf org display --target-org TestOrg1 --verbose
5066
5066
  ```
5067
5067
 
5068
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/display.ts)_
5068
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/display.ts)_
5069
5069
 
5070
5070
  ## `sf org display user`
5071
5071
 
@@ -5104,7 +5104,7 @@ EXAMPLES
5104
5104
  $ sf org display user --target-org me@my.org --json
5105
5105
  ```
5106
5106
 
5107
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/display/user.ts)_
5107
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/display/user.ts)_
5108
5108
 
5109
5109
  ## `sf org enable tracking`
5110
5110
 
@@ -5146,7 +5146,7 @@ EXAMPLES
5146
5146
  $ sf org enable tracking
5147
5147
  ```
5148
5148
 
5149
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/enable/tracking.ts)_
5149
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/enable/tracking.ts)_
5150
5150
 
5151
5151
  ## `sf org generate password`
5152
5152
 
@@ -5213,7 +5213,7 @@ EXAMPLES
5213
5213
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
5214
5214
  ```
5215
5215
 
5216
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/generate/password.ts)_
5216
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/generate/password.ts)_
5217
5217
 
5218
5218
  ## `sf org list`
5219
5219
 
@@ -5252,7 +5252,7 @@ EXAMPLES
5252
5252
  $ sf org list --clean
5253
5253
  ```
5254
5254
 
5255
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list.ts)_
5255
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/list.ts)_
5256
5256
 
5257
5257
  ## `sf org list auth`
5258
5258
 
@@ -5284,7 +5284,7 @@ EXAMPLES
5284
5284
  $ sf org list auth
5285
5285
  ```
5286
5286
 
5287
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/list/auth.ts)_
5287
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/list/auth.ts)_
5288
5288
 
5289
5289
  ## `sf org list limits`
5290
5290
 
@@ -5391,7 +5391,7 @@ FLAG DESCRIPTIONS
5391
5391
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
5392
5392
  ```
5393
5393
 
5394
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata.ts)_
5394
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/list/metadata.ts)_
5395
5395
 
5396
5396
  ## `sf org list metadata-types`
5397
5397
 
@@ -5446,7 +5446,7 @@ FLAG DESCRIPTIONS
5446
5446
  Override the api version used for api requests made by this command
5447
5447
  ```
5448
5448
 
5449
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata-types.ts)_
5449
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/list/metadata-types.ts)_
5450
5450
 
5451
5451
  ## `sf org list sobject record-counts`
5452
5452
 
@@ -5530,7 +5530,7 @@ EXAMPLES
5530
5530
  $ sf org list users --target-org me@my.org
5531
5531
  ```
5532
5532
 
5533
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.4/src/commands/org/list/users.ts)_
5533
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/list/users.ts)_
5534
5534
 
5535
5535
  ## `sf org login access-token`
5536
5536
 
@@ -5584,7 +5584,7 @@ FLAG DESCRIPTIONS
5584
5584
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5585
5585
  ```
5586
5586
 
5587
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/access-token.ts)_
5587
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/access-token.ts)_
5588
5588
 
5589
5589
  ## `sf org login jwt`
5590
5590
 
@@ -5675,7 +5675,7 @@ FLAG DESCRIPTIONS
5675
5675
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5676
5676
  ```
5677
5677
 
5678
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/jwt.ts)_
5678
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/jwt.ts)_
5679
5679
 
5680
5680
  ## `sf org login sfdx-url`
5681
5681
 
@@ -5745,7 +5745,7 @@ EXAMPLES
5745
5745
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5746
5746
  ```
5747
5747
 
5748
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/sfdx-url.ts)_
5748
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/sfdx-url.ts)_
5749
5749
 
5750
5750
  ## `sf org login web`
5751
5751
 
@@ -5850,7 +5850,7 @@ FLAG DESCRIPTIONS
5850
5850
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5851
5851
  ```
5852
5852
 
5853
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/login/web.ts)_
5853
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/login/web.ts)_
5854
5854
 
5855
5855
  ## `sf org logout`
5856
5856
 
@@ -5916,7 +5916,7 @@ FLAG DESCRIPTIONS
5916
5916
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5917
5917
  ```
5918
5918
 
5919
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.12/src/commands/org/logout.ts)_
5919
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.13/src/commands/org/logout.ts)_
5920
5920
 
5921
5921
  ## `sf org open`
5922
5922
 
@@ -5992,7 +5992,7 @@ EXAMPLES
5992
5992
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5993
5993
  ```
5994
5994
 
5995
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open.ts)_
5995
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/open.ts)_
5996
5996
 
5997
5997
  ## `sf org open agent`
5998
5998
 
@@ -6067,7 +6067,7 @@ FLAG DESCRIPTIONS
6067
6067
  flag.
6068
6068
  ```
6069
6069
 
6070
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/agent.ts)_
6070
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/open/agent.ts)_
6071
6071
 
6072
6072
  ## `sf org open authoring-bundle`
6073
6073
 
@@ -6113,7 +6113,7 @@ EXAMPLES
6113
6113
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
6114
6114
  ```
6115
6115
 
6116
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/authoring-bundle.ts)_
6116
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/open/authoring-bundle.ts)_
6117
6117
 
6118
6118
  ## `sf org refresh sandbox`
6119
6119
 
@@ -6216,7 +6216,7 @@ FLAG DESCRIPTIONS
6216
6216
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
6217
6217
  ```
6218
6218
 
6219
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/refresh/sandbox.ts)_
6219
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/refresh/sandbox.ts)_
6220
6220
 
6221
6221
  ## `sf org resume sandbox`
6222
6222
 
@@ -6279,7 +6279,7 @@ FLAG DESCRIPTIONS
6279
6279
  returns the job ID. To resume checking the sandbox creation, rerun this command.
6280
6280
  ```
6281
6281
 
6282
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/sandbox.ts)_
6282
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/resume/sandbox.ts)_
6283
6283
 
6284
6284
  ## `sf org resume scratch`
6285
6285
 
@@ -6332,7 +6332,7 @@ FLAG DESCRIPTIONS
6332
6332
  returns the job ID. To resume checking the scratch creation, rerun this command.
6333
6333
  ```
6334
6334
 
6335
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/scratch.ts)_
6335
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.14/src/commands/org/resume/scratch.ts)_
6336
6336
 
6337
6337
  ## `sf package convert`
6338
6338
 
@@ -8025,7 +8025,7 @@ EXAMPLES
8025
8025
  $ sf plugins
8026
8026
  ```
8027
8027
 
8028
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/index.ts)_
8028
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/index.ts)_
8029
8029
 
8030
8030
  ## `sf plugins discover`
8031
8031
 
@@ -8070,7 +8070,7 @@ EXAMPLES
8070
8070
  $ sf plugins inspect @salesforce/plugin-packaging
8071
8071
  ```
8072
8072
 
8073
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/inspect.ts)_
8073
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/inspect.ts)_
8074
8074
 
8075
8075
  ## `sf plugins install PLUGIN`
8076
8076
 
@@ -8119,7 +8119,7 @@ EXAMPLES
8119
8119
  $ sf plugins install someuser/someplugin
8120
8120
  ```
8121
8121
 
8122
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/install.ts)_
8122
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/install.ts)_
8123
8123
 
8124
8124
  ## `sf plugins link PATH`
8125
8125
 
@@ -8150,7 +8150,7 @@ EXAMPLES
8150
8150
  $ sf plugins link @salesforce/plugin-packaging
8151
8151
  ```
8152
8152
 
8153
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/link.ts)_
8153
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/link.ts)_
8154
8154
 
8155
8155
  ## `sf plugins reset`
8156
8156
 
@@ -8165,7 +8165,7 @@ FLAGS
8165
8165
  --reinstall Reinstall all plugins after uninstalling.
8166
8166
  ```
8167
8167
 
8168
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/reset.ts)_
8168
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/reset.ts)_
8169
8169
 
8170
8170
  ## `sf plugins trust allowlist add`
8171
8171
 
@@ -8202,7 +8202,7 @@ EXAMPLES
8202
8202
  $ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
8203
8203
  ```
8204
8204
 
8205
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/allowlist/add.ts)_
8205
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/add.ts)_
8206
8206
 
8207
8207
  ## `sf plugins trust allowlist list`
8208
8208
 
@@ -8230,7 +8230,7 @@ EXAMPLES
8230
8230
  $ sf plugins trust allowlist list
8231
8231
  ```
8232
8232
 
8233
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/allowlist/list.ts)_
8233
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/list.ts)_
8234
8234
 
8235
8235
  ## `sf plugins trust allowlist remove`
8236
8236
 
@@ -8267,7 +8267,7 @@ EXAMPLES
8267
8267
  $ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
8268
8268
  ```
8269
8269
 
8270
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/allowlist/remove.ts)_
8270
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/allowlist/remove.ts)_
8271
8271
 
8272
8272
  ## `sf plugins trust verify`
8273
8273
 
@@ -8296,7 +8296,7 @@ EXAMPLES
8296
8296
  $ sf plugins trust verify --npm @scope/npmName
8297
8297
  ```
8298
8298
 
8299
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/verify.ts)_
8299
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.9/src/commands/plugins/trust/verify.ts)_
8300
8300
 
8301
8301
  ## `sf plugins uninstall [PLUGIN]`
8302
8302
 
@@ -8324,7 +8324,7 @@ EXAMPLES
8324
8324
  $ sf plugins uninstall @salesforce/plugin-packaging
8325
8325
  ```
8326
8326
 
8327
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/uninstall.ts)_
8327
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/uninstall.ts)_
8328
8328
 
8329
8329
  ## `sf plugins update`
8330
8330
 
@@ -8342,7 +8342,7 @@ DESCRIPTION
8342
8342
  Update installed plugins.
8343
8343
  ```
8344
8344
 
8345
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/update.ts)_
8345
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.68/src/commands/plugins/update.ts)_
8346
8346
 
8347
8347
  ## `sf project convert mdapi`
8348
8348
 
@@ -8405,7 +8405,7 @@ FLAG DESCRIPTIONS
8405
8405
  If you specify this flag, don’t specify --metadata or --source-dir.
8406
8406
  ```
8407
8407
 
8408
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/convert/mdapi.ts)_
8408
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/mdapi.ts)_
8409
8409
 
8410
8410
  ## `sf project convert source`
8411
8411
 
@@ -8478,7 +8478,7 @@ FLAG DESCRIPTIONS
8478
8478
  Override the api version used for api requests made by this command
8479
8479
  ```
8480
8480
 
8481
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/convert/source.ts)_
8481
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/source.ts)_
8482
8482
 
8483
8483
  ## `sf project convert source-behavior`
8484
8484
 
@@ -8537,7 +8537,7 @@ EXAMPLES
8537
8537
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
8538
8538
  ```
8539
8539
 
8540
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/convert/source-behavior.ts)_
8540
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/convert/source-behavior.ts)_
8541
8541
 
8542
8542
  ## `sf project delete source`
8543
8543
 
@@ -8690,7 +8690,7 @@ FLAG DESCRIPTIONS
8690
8690
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
8691
8691
  ```
8692
8692
 
8693
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/delete/source.ts)_
8693
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/delete/source.ts)_
8694
8694
 
8695
8695
  ## `sf project delete tracking`
8696
8696
 
@@ -8727,7 +8727,7 @@ EXAMPLES
8727
8727
  $ sf project delete tracking --target-org my-scratch
8728
8728
  ```
8729
8729
 
8730
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/delete/tracking.ts)_
8730
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/delete/tracking.ts)_
8731
8731
 
8732
8732
  ## `sf project deploy cancel`
8733
8733
 
@@ -8799,7 +8799,7 @@ FLAG DESCRIPTIONS
8799
8799
  project deploy report".
8800
8800
  ```
8801
8801
 
8802
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/cancel.ts)_
8802
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/cancel.ts)_
8803
8803
 
8804
8804
  ## `sf project deploy preview`
8805
8805
 
@@ -8882,7 +8882,7 @@ FLAG DESCRIPTIONS
8882
8882
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8883
8883
  ```
8884
8884
 
8885
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/preview.ts)_
8885
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/preview.ts)_
8886
8886
 
8887
8887
  ## `sf project deploy quick`
8888
8888
 
@@ -8975,7 +8975,7 @@ ERROR CODES
8975
8975
  Canceling (69) The deploy is being canceled.
8976
8976
  ```
8977
8977
 
8978
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/quick.ts)_
8978
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/quick.ts)_
8979
8979
 
8980
8980
  ## `sf project deploy report`
8981
8981
 
@@ -9067,7 +9067,7 @@ FLAG DESCRIPTIONS
9067
9067
  --coverage-formatters lcov --coverage-formatters clover
9068
9068
  ```
9069
9069
 
9070
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/report.ts)_
9070
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/report.ts)_
9071
9071
 
9072
9072
  ## `sf project deploy resume`
9073
9073
 
@@ -9164,7 +9164,7 @@ ERROR CODES
9164
9164
  Canceling (69) The deploy is being canceled.
9165
9165
  ```
9166
9166
 
9167
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/resume.ts)_
9167
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/resume.ts)_
9168
9168
 
9169
9169
  ## `sf project deploy start`
9170
9170
 
@@ -9430,7 +9430,7 @@ ERROR CODES
9430
9430
  Canceling (69) The deploy is being canceled.
9431
9431
  ```
9432
9432
 
9433
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/start.ts)_
9433
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/start.ts)_
9434
9434
 
9435
9435
  ## `sf project deploy validate`
9436
9436
 
@@ -9634,7 +9634,7 @@ ERROR CODES
9634
9634
  Canceling (69) The deploy is being canceled.
9635
9635
  ```
9636
9636
 
9637
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/deploy/validate.ts)_
9637
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/deploy/validate.ts)_
9638
9638
 
9639
9639
  ## `sf project generate manifest`
9640
9640
 
@@ -9730,7 +9730,7 @@ EXAMPLES
9730
9730
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9731
9731
  ```
9732
9732
 
9733
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/generate/manifest.ts)_
9733
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/generate/manifest.ts)_
9734
9734
 
9735
9735
  ## `sf project list ignored`
9736
9736
 
@@ -9772,7 +9772,7 @@ EXAMPLES
9772
9772
  $ sf project list ignored --source-dir package.xml
9773
9773
  ```
9774
9774
 
9775
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/list/ignored.ts)_
9775
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/list/ignored.ts)_
9776
9776
 
9777
9777
  ## `sf project reset tracking`
9778
9778
 
@@ -9821,7 +9821,7 @@ EXAMPLES
9821
9821
  $ sf project reset tracking --revision 30
9822
9822
  ```
9823
9823
 
9824
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/reset/tracking.ts)_
9824
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/reset/tracking.ts)_
9825
9825
 
9826
9826
  ## `sf project retrieve preview`
9827
9827
 
@@ -9875,7 +9875,7 @@ FLAG DESCRIPTIONS
9875
9875
  production orgs.
9876
9876
  ```
9877
9877
 
9878
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/retrieve/preview.ts)_
9878
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/retrieve/preview.ts)_
9879
9879
 
9880
9880
  ## `sf project retrieve start`
9881
9881
 
@@ -10056,7 +10056,7 @@ ENVIRONMENT VARIABLES
10056
10056
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
10057
10057
  ```
10058
10058
 
10059
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.46/src/commands/project/retrieve/start.ts)_
10059
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.48/src/commands/project/retrieve/start.ts)_
10060
10060
 
10061
10061
  ## `sf schema generate field`
10062
10062
 
@@ -10110,7 +10110,7 @@ FLAG DESCRIPTIONS
10110
10110
  If you don't specify this flag, the command prompts you to choose from your local objects.
10111
10111
  ```
10112
10112
 
10113
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/field.ts)_
10113
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/field.ts)_
10114
10114
 
10115
10115
  ## `sf schema generate platformevent`
10116
10116
 
@@ -10142,7 +10142,7 @@ EXAMPLES
10142
10142
  $ sf schema generate platformevent --label "My Platform Event"
10143
10143
  ```
10144
10144
 
10145
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/platformevent.ts)_
10145
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/platformevent.ts)_
10146
10146
 
10147
10147
  ## `sf schema generate sobject`
10148
10148
 
@@ -10199,7 +10199,7 @@ FLAG DESCRIPTIONS
10199
10199
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
10200
10200
  ```
10201
10201
 
10202
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/sobject.ts)_
10202
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/sobject.ts)_
10203
10203
 
10204
10204
  ## `sf schema generate tab`
10205
10205
 
@@ -10247,7 +10247,7 @@ FLAG DESCRIPTIONS
10247
10247
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
10248
10248
  ```
10249
10249
 
10250
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/tab.ts)_
10250
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/tab.ts)_
10251
10251
 
10252
10252
  ## `sf search`
10253
10253
 
@@ -10263,7 +10263,7 @@ DESCRIPTION
10263
10263
  Once you select a command, hit enter and it will show the help for that command.
10264
10264
  ```
10265
10265
 
10266
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.48/src/commands/search.ts)_
10266
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.49/src/commands/search.ts)_
10267
10267
 
10268
10268
  ## `sf sobject describe`
10269
10269
 
@@ -10310,7 +10310,7 @@ EXAMPLES
10310
10310
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
10311
10311
  ```
10312
10312
 
10313
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/describe.ts)_
10313
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.113/src/commands/sobject/describe.ts)_
10314
10314
 
10315
10315
  ## `sf sobject list`
10316
10316
 
@@ -10349,7 +10349,7 @@ EXAMPLES
10349
10349
  $ sf sobject list --sobject custom --target-org my-scratch-org
10350
10350
  ```
10351
10351
 
10352
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/list.ts)_
10352
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.113/src/commands/sobject/list.ts)_
10353
10353
 
10354
10354
  ## `sf template generate analytics template`
10355
10355
 
@@ -10393,7 +10393,7 @@ FLAG DESCRIPTIONS
10393
10393
  directory.
10394
10394
  ```
10395
10395
 
10396
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/analytics/template.ts)_
10396
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/analytics/template.ts)_
10397
10397
 
10398
10398
  ## `sf template generate apex class`
10399
10399
 
@@ -10453,7 +10453,7 @@ FLAG DESCRIPTIONS
10453
10453
  Supplied parameter values or default values are filled into a copy of the template.
10454
10454
  ```
10455
10455
 
10456
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/class.ts)_
10456
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/apex/class.ts)_
10457
10457
 
10458
10458
  ## `sf template generate apex trigger`
10459
10459
 
@@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS
10523
10523
  Supplied parameter values or default values are filled into a copy of the template.
10524
10524
  ```
10525
10525
 
10526
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/trigger.ts)_
10526
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/apex/trigger.ts)_
10527
10527
 
10528
10528
  ## `sf template generate digital-experience site`
10529
10529
 
@@ -10577,7 +10577,7 @@ FLAG DESCRIPTIONS
10577
10577
  project, defaults to the current directory.
10578
10578
  ```
10579
10579
 
10580
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/digital-experience/site.ts)_
10580
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/digital-experience/site.ts)_
10581
10581
 
10582
10582
  ## `sf template generate flexipage`
10583
10583
 
@@ -10659,7 +10659,7 @@ FLAG DESCRIPTIONS
10659
10659
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
10660
10660
  ```
10661
10661
 
10662
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/flexipage/index.ts)_
10662
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/flexipage/index.ts)_
10663
10663
 
10664
10664
  ## `sf template generate lightning app`
10665
10665
 
@@ -10717,7 +10717,7 @@ FLAG DESCRIPTIONS
10717
10717
  field in the DX project's "sfdx-project.json" file.
10718
10718
  ```
10719
10719
 
10720
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/app.ts)_
10720
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/app.ts)_
10721
10721
 
10722
10722
  ## `sf template generate lightning component`
10723
10723
 
@@ -10794,7 +10794,7 @@ FLAG DESCRIPTIONS
10794
10794
  field in the DX project's "sfdx-project.json" file.
10795
10795
  ```
10796
10796
 
10797
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/component.ts)_
10797
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/component.ts)_
10798
10798
 
10799
10799
  ## `sf template generate lightning event`
10800
10800
 
@@ -10852,7 +10852,7 @@ FLAG DESCRIPTIONS
10852
10852
  field in the DX project's "sfdx-project.json" file.
10853
10853
  ```
10854
10854
 
10855
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/event.ts)_
10855
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/event.ts)_
10856
10856
 
10857
10857
  ## `sf template generate lightning interface`
10858
10858
 
@@ -10910,7 +10910,7 @@ FLAG DESCRIPTIONS
10910
10910
  field in the DX project's "sfdx-project.json" file.
10911
10911
  ```
10912
10912
 
10913
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/interface.ts)_
10913
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/interface.ts)_
10914
10914
 
10915
10915
  ## `sf template generate lightning test`
10916
10916
 
@@ -10968,7 +10968,7 @@ FLAG DESCRIPTIONS
10968
10968
  field in the DX project's "sfdx-project.json" file.
10969
10969
  ```
10970
10970
 
10971
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/test.ts)_
10971
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/test.ts)_
10972
10972
 
10973
10973
  ## `sf template generate project`
10974
10974
 
@@ -11094,7 +11094,7 @@ FLAG DESCRIPTIONS
11094
11094
  server-side type stripping.
11095
11095
  ```
11096
11096
 
11097
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/project/index.ts)_
11097
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/project/index.ts)_
11098
11098
 
11099
11099
  ## `sf template generate static-resource`
11100
11100
 
@@ -11157,7 +11157,7 @@ FLAG DESCRIPTIONS
11157
11157
  etc.
11158
11158
  ```
11159
11159
 
11160
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/static-resource/index.ts)_
11160
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/static-resource/index.ts)_
11161
11161
 
11162
11162
  ## `sf template generate ui-bundle`
11163
11163
 
@@ -11241,7 +11241,7 @@ FLAG DESCRIPTIONS
11241
11241
  Supplied parameter values or default values are filled into a copy of the template.
11242
11242
  ```
11243
11243
 
11244
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/ui-bundle/index.ts)_
11244
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/ui-bundle/index.ts)_
11245
11245
 
11246
11246
  ## `sf template generate visualforce component`
11247
11247
 
@@ -11298,7 +11298,7 @@ FLAG DESCRIPTIONS
11298
11298
  Supplied parameter values or default values are filled into a copy of the template.
11299
11299
  ```
11300
11300
 
11301
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/component.ts)_
11301
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/visualforce/component.ts)_
11302
11302
 
11303
11303
  ## `sf template generate visualforce page`
11304
11304
 
@@ -11349,7 +11349,7 @@ FLAG DESCRIPTIONS
11349
11349
  The name can be up to 40 characters and must start with a letter.
11350
11350
  ```
11351
11351
 
11352
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/page.ts)_
11352
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/visualforce/page.ts)_
11353
11353
 
11354
11354
  ## `sf update [CHANNEL]`
11355
11355
 
@@ -11387,7 +11387,7 @@ EXAMPLES
11387
11387
  $ sf update --available
11388
11388
  ```
11389
11389
 
11390
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.39/src/commands/update.ts)_
11390
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.40/src/commands/update.ts)_
11391
11391
 
11392
11392
  ## `sf version`
11393
11393
 
@@ -11441,7 +11441,7 @@ EXAMPLES
11441
11441
  $ sf which "foo bar baz"
11442
11442
  ```
11443
11443
 
11444
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.53/src/commands/which.ts)_
11444
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.54/src/commands/which.ts)_
11445
11445
 
11446
11446
  <!-- commandsstop -->
11447
11447