@salesforce/cli 2.107.2 → 2.107.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.107.2 linux-x64 node-v22.19.0
28
+ @salesforce/cli/2.107.4 linux-x64 node-v22.19.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -242,7 +242,7 @@ EXAMPLES
242
242
  $ sf agent activate --api-name Resort_Manager --target-org my-org
243
243
  ```
244
244
 
245
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/activate.ts)_
245
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/activate.ts)_
246
246
 
247
247
  ## `sf agent create`
248
248
 
@@ -304,7 +304,7 @@ EXAMPLES
304
304
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
305
305
  ```
306
306
 
307
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/create.ts)_
307
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/create.ts)_
308
308
 
309
309
  ## `sf agent deactivate`
310
310
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
345
345
  ```
346
346
 
347
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/deactivate.ts)_
347
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/deactivate.ts)_
348
348
 
349
349
  ## `sf agent generate agent-spec`
350
350
 
@@ -449,7 +449,7 @@ EXAMPLES
449
449
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
450
450
  ```
451
451
 
452
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/generate/agent-spec.ts)_
452
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/generate/agent-spec.ts)_
453
453
 
454
454
  ## `sf agent generate template`
455
455
 
@@ -497,7 +497,7 @@ EXAMPLES
497
497
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
498
498
  ```
499
499
 
500
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/generate/template.ts)_
500
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/generate/template.ts)_
501
501
 
502
502
  ## `sf agent generate test-spec`
503
503
 
@@ -558,7 +558,7 @@ EXAMPLES
558
558
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
559
559
  ```
560
560
 
561
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/generate/test-spec.ts)_
561
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/generate/test-spec.ts)_
562
562
 
563
563
  ## `sf agent preview`
564
564
 
@@ -622,7 +622,7 @@ EXAMPLES
622
622
  transcripts/my-preview
623
623
  ```
624
624
 
625
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/preview.ts)_
625
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/preview.ts)_
626
626
 
627
627
  ## `sf agent test create`
628
628
 
@@ -677,7 +677,7 @@ EXAMPLES
677
677
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
678
678
  ```
679
679
 
680
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/create.ts)_
680
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/create.ts)_
681
681
 
682
682
  ## `sf agent test list`
683
683
 
@@ -712,7 +712,7 @@ EXAMPLES
712
712
  $ sf agent test list --target-org my-org
713
713
  ```
714
714
 
715
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/list.ts)_
715
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/list.ts)_
716
716
 
717
717
  ## `sf agent test results`
718
718
 
@@ -778,7 +778,7 @@ FLAG DESCRIPTIONS
778
778
  expression when using custom evaluations.
779
779
  ```
780
780
 
781
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/results.ts)_
781
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/results.ts)_
782
782
 
783
783
  ## `sf agent test resume`
784
784
 
@@ -851,7 +851,7 @@ FLAG DESCRIPTIONS
851
851
  expression when using custom evaluations.
852
852
  ```
853
853
 
854
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/resume.ts)_
854
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/resume.ts)_
855
855
 
856
856
  ## `sf agent test run`
857
857
 
@@ -925,7 +925,7 @@ FLAG DESCRIPTIONS
925
925
  expression when using custom evaluations.
926
926
  ```
927
927
 
928
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.9/src/commands/agent/test/run.ts)_
928
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/run.ts)_
929
929
 
930
930
  ## `sf alias list`
931
931
 
@@ -953,7 +953,7 @@ EXAMPLES
953
953
  $ sf alias list
954
954
  ```
955
955
 
956
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/alias/list.ts)_
956
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.48/src/commands/alias/list.ts)_
957
957
 
958
958
  ## `sf alias set`
959
959
 
@@ -1002,7 +1002,7 @@ EXAMPLES
1002
1002
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
1003
1003
  ```
1004
1004
 
1005
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/alias/set.ts)_
1005
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.48/src/commands/alias/set.ts)_
1006
1006
 
1007
1007
  ## `sf alias unset`
1008
1008
 
@@ -1042,7 +1042,7 @@ EXAMPLES
1042
1042
  $ sf alias unset --all [--no-prompt]
1043
1043
  ```
1044
1044
 
1045
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/alias/unset.ts)_
1045
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.48/src/commands/alias/unset.ts)_
1046
1046
 
1047
1047
  ## `sf analytics generate template`
1048
1048
 
@@ -1084,7 +1084,7 @@ FLAG DESCRIPTIONS
1084
1084
  directory.
1085
1085
  ```
1086
1086
 
1087
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/analytics/generate/template.ts)_
1087
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/analytics/generate/template.ts)_
1088
1088
 
1089
1089
  ## `sf apex generate class`
1090
1090
 
@@ -1143,7 +1143,7 @@ FLAG DESCRIPTIONS
1143
1143
  Supplied parameter values or default values are filled into a copy of the template.
1144
1144
  ```
1145
1145
 
1146
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/apex/generate/class.ts)_
1146
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/apex/generate/class.ts)_
1147
1147
 
1148
1148
  ## `sf apex generate trigger`
1149
1149
 
@@ -1212,7 +1212,7 @@ FLAG DESCRIPTIONS
1212
1212
  Supplied parameter values or default values are filled into a copy of the template.
1213
1213
  ```
1214
1214
 
1215
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/apex/generate/trigger.ts)_
1215
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/apex/generate/trigger.ts)_
1216
1216
 
1217
1217
  ## `sf apex get log`
1218
1218
 
@@ -1268,7 +1268,7 @@ FLAG DESCRIPTIONS
1268
1268
  directory.
1269
1269
  ```
1270
1270
 
1271
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.0/src/commands/apex/get/log.ts)_
1271
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/get/log.ts)_
1272
1272
 
1273
1273
  ## `sf apex get test`
1274
1274
 
@@ -1328,7 +1328,7 @@ EXAMPLES
1328
1328
  me@myorg'
1329
1329
  ```
1330
1330
 
1331
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.0/src/commands/apex/get/test.ts)_
1331
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/get/test.ts)_
1332
1332
 
1333
1333
  ## `sf apex list log`
1334
1334
 
@@ -1368,7 +1368,7 @@ EXAMPLES
1368
1368
  $ sf apex list log --target-org me@my.org
1369
1369
  ```
1370
1370
 
1371
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.0/src/commands/apex/list/log.ts)_
1371
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/list/log.ts)_
1372
1372
 
1373
1373
  ## `sf apex run`
1374
1374
 
@@ -1415,7 +1415,7 @@ EXAMPLES
1415
1415
  $ sf apex run
1416
1416
  ```
1417
1417
 
1418
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.0/src/commands/apex/run.ts)_
1418
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/run.ts)_
1419
1419
 
1420
1420
  ## `sf apex run test`
1421
1421
 
@@ -1558,7 +1558,7 @@ FLAG DESCRIPTIONS
1558
1558
  --tests Test1 --tests Test2
1559
1559
  ```
1560
1560
 
1561
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.0/src/commands/apex/run/test.ts)_
1561
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/run/test.ts)_
1562
1562
 
1563
1563
  ## `sf apex tail log`
1564
1564
 
@@ -1601,7 +1601,7 @@ EXAMPLES
1601
1601
  $ sf apex tail log --color --skip-trace-flag
1602
1602
  ```
1603
1603
 
1604
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.0/src/commands/apex/tail/log.ts)_
1604
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/tail/log.ts)_
1605
1605
 
1606
1606
  ## `sf api request graphql`
1607
1607
 
@@ -1823,7 +1823,7 @@ DESCRIPTION
1823
1823
  List all sf commands.
1824
1824
  ```
1825
1825
 
1826
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.32/src/commands/commands.ts)_
1826
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.33/src/commands/commands.ts)_
1827
1827
 
1828
1828
  ## `sf config get`
1829
1829
 
@@ -1872,7 +1872,7 @@ CONFIGURATION VARIABLES
1872
1872
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1873
1873
  ```
1874
1874
 
1875
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/get.ts)_
1875
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.48/src/commands/config/get.ts)_
1876
1876
 
1877
1877
  ## `sf config list`
1878
1878
 
@@ -1912,7 +1912,7 @@ EXAMPLES
1912
1912
  $ sf config list
1913
1913
  ```
1914
1914
 
1915
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/list.ts)_
1915
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.48/src/commands/config/list.ts)_
1916
1916
 
1917
1917
  ## `sf config set`
1918
1918
 
@@ -1981,7 +1981,7 @@ CONFIGURATION VARIABLES
1981
1981
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1982
1982
  ```
1983
1983
 
1984
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/set.ts)_
1984
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.48/src/commands/config/set.ts)_
1985
1985
 
1986
1986
  ## `sf config unset`
1987
1987
 
@@ -2031,7 +2031,7 @@ CONFIGURATION VARIABLES
2031
2031
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2032
2032
  ```
2033
2033
 
2034
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.46/src/commands/config/unset.ts)_
2034
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.48/src/commands/config/unset.ts)_
2035
2035
 
2036
2036
  ## `sf data bulk results`
2037
2037
 
@@ -2076,7 +2076,7 @@ EXAMPLES
2076
2076
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2077
2077
  ```
2078
2078
 
2079
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/bulk/results.ts)_
2079
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/bulk/results.ts)_
2080
2080
 
2081
2081
  ## `sf data create file`
2082
2082
 
@@ -2125,7 +2125,7 @@ EXAMPLES
2125
2125
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2126
2126
  ```
2127
2127
 
2128
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/create/file.ts)_
2128
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/create/file.ts)_
2129
2129
 
2130
2130
  ## `sf data create record`
2131
2131
 
@@ -2181,7 +2181,7 @@ EXAMPLES
2181
2181
  TracedEntityId=01p17000000R6bLAAS"
2182
2182
  ```
2183
2183
 
2184
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/create/record.ts)_
2184
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/create/record.ts)_
2185
2185
 
2186
2186
  ## `sf data delete bulk`
2187
2187
 
@@ -2240,7 +2240,7 @@ FLAG DESCRIPTIONS
2240
2240
  and can be enabled only by a system administrator.
2241
2241
  ```
2242
2242
 
2243
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/delete/bulk.ts)_
2243
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/delete/bulk.ts)_
2244
2244
 
2245
2245
  ## `sf data delete record`
2246
2246
 
@@ -2301,7 +2301,7 @@ EXAMPLES
2301
2301
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2302
2302
  ```
2303
2303
 
2304
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/delete/record.ts)_
2304
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/delete/record.ts)_
2305
2305
 
2306
2306
  ## `sf data delete resume`
2307
2307
 
@@ -2340,7 +2340,7 @@ EXAMPLES
2340
2340
  $ sf data delete resume --use-most-recent --target-org my-scratch
2341
2341
  ```
2342
2342
 
2343
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/delete/resume.ts)_
2343
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/delete/resume.ts)_
2344
2344
 
2345
2345
  ## `sf data export bulk`
2346
2346
 
@@ -2407,7 +2407,7 @@ EXAMPLES
2407
2407
  --result-format json --wait 10 --all-rows
2408
2408
  ```
2409
2409
 
2410
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/export/bulk.ts)_
2410
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/bulk.ts)_
2411
2411
 
2412
2412
  ## `sf data export resume`
2413
2413
 
@@ -2446,7 +2446,7 @@ EXAMPLES
2446
2446
  $ sf data export resume --use-most-recent
2447
2447
  ```
2448
2448
 
2449
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/export/resume.ts)_
2449
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/resume.ts)_
2450
2450
 
2451
2451
  ## `sf data export tree`
2452
2452
 
@@ -2506,7 +2506,7 @@ EXAMPLES
2506
2506
  my-scratch
2507
2507
  ```
2508
2508
 
2509
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/export/tree.ts)_
2509
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/tree.ts)_
2510
2510
 
2511
2511
  ## `sf data get record`
2512
2512
 
@@ -2570,7 +2570,7 @@ EXAMPLES
2570
2570
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2571
2571
  ```
2572
2572
 
2573
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/get/record.ts)_
2573
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/get/record.ts)_
2574
2574
 
2575
2575
  ## `sf data import bulk`
2576
2576
 
@@ -2622,7 +2622,7 @@ EXAMPLES
2622
2622
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2623
2623
  ```
2624
2624
 
2625
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/import/bulk.ts)_
2625
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/import/bulk.ts)_
2626
2626
 
2627
2627
  ## `sf data import resume`
2628
2628
 
@@ -2658,7 +2658,7 @@ EXAMPLES
2658
2658
  $ sf data import resume --use-most-recent --target-org my-scratch
2659
2659
  ```
2660
2660
 
2661
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/import/resume.ts)_
2661
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/import/resume.ts)_
2662
2662
 
2663
2663
  ## `sf data import tree`
2664
2664
 
@@ -2722,7 +2722,7 @@ FLAG DESCRIPTIONS
2722
2722
  - files(array) - Files: An array of files paths to load
2723
2723
  ```
2724
2724
 
2725
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/import/tree.ts)_
2725
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/import/tree.ts)_
2726
2726
 
2727
2727
  ## `sf data query`
2728
2728
 
@@ -2775,7 +2775,7 @@ EXAMPLES
2775
2775
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
2776
2776
  ```
2777
2777
 
2778
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/query.ts)_
2778
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/query.ts)_
2779
2779
 
2780
2780
  ## `sf data resume`
2781
2781
 
@@ -2812,7 +2812,7 @@ EXAMPLES
2812
2812
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2813
2813
  ```
2814
2814
 
2815
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/resume.ts)_
2815
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/resume.ts)_
2816
2816
 
2817
2817
  ## `sf data search`
2818
2818
 
@@ -2862,7 +2862,7 @@ EXAMPLES
2862
2862
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2863
2863
  ```
2864
2864
 
2865
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/search.ts)_
2865
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/search.ts)_
2866
2866
 
2867
2867
  ## `sf data update bulk`
2868
2868
 
@@ -2917,7 +2917,7 @@ EXAMPLES
2917
2917
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2918
2918
  ```
2919
2919
 
2920
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/update/bulk.ts)_
2920
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/bulk.ts)_
2921
2921
 
2922
2922
  ## `sf data update record`
2923
2923
 
@@ -2979,7 +2979,7 @@ EXAMPLES
2979
2979
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2980
2980
  ```
2981
2981
 
2982
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/update/record.ts)_
2982
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/record.ts)_
2983
2983
 
2984
2984
  ## `sf data update resume`
2985
2985
 
@@ -3018,7 +3018,7 @@ EXAMPLES
3018
3018
  $ sf data update resume --use-most-recent
3019
3019
  ```
3020
3020
 
3021
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/update/resume.ts)_
3021
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/resume.ts)_
3022
3022
 
3023
3023
  ## `sf data upsert bulk`
3024
3024
 
@@ -3074,7 +3074,7 @@ EXAMPLES
3074
3074
  my-scratch
3075
3075
  ```
3076
3076
 
3077
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/upsert/bulk.ts)_
3077
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/upsert/bulk.ts)_
3078
3078
 
3079
3079
  ## `sf data upsert resume`
3080
3080
 
@@ -3113,7 +3113,7 @@ EXAMPLES
3113
3113
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3114
3114
  ```
3115
3115
 
3116
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/data/upsert/resume.ts)_
3116
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/upsert/resume.ts)_
3117
3117
 
3118
3118
  ## `sf doctor`
3119
3119
 
@@ -3161,7 +3161,7 @@ EXAMPLES
3161
3161
  $ sf doctor --plugin @salesforce/plugin-source
3162
3162
  ```
3163
3163
 
3164
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.85/src/commands/doctor.ts)_
3164
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.87/src/commands/doctor.ts)_
3165
3165
 
3166
3166
  ## `sf force data bulk delete`
3167
3167
 
@@ -3208,7 +3208,7 @@ EXAMPLES
3208
3208
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3209
3209
  ```
3210
3210
 
3211
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/force/data/bulk/delete.ts)_
3211
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/force/data/bulk/delete.ts)_
3212
3212
 
3213
3213
  ## `sf force data bulk status`
3214
3214
 
@@ -3245,7 +3245,7 @@ EXAMPLES
3245
3245
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3246
3246
  ```
3247
3247
 
3248
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/force/data/bulk/status.ts)_
3248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/force/data/bulk/status.ts)_
3249
3249
 
3250
3250
  ## `sf force data bulk upsert`
3251
3251
 
@@ -3303,7 +3303,7 @@ EXAMPLES
3303
3303
  --target-org my-scratch
3304
3304
  ```
3305
3305
 
3306
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.55/src/commands/force/data/bulk/upsert.ts)_
3306
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/force/data/bulk/upsert.ts)_
3307
3307
 
3308
3308
  ## `sf help [COMMAND]`
3309
3309
 
@@ -3323,7 +3323,7 @@ DESCRIPTION
3323
3323
  Display help for sf.
3324
3324
  ```
3325
3325
 
3326
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.32/src/commands/help.ts)_
3326
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.33/src/commands/help.ts)_
3327
3327
 
3328
3328
  ## `sf info releasenotes display`
3329
3329
 
@@ -3363,7 +3363,7 @@ EXAMPLES
3363
3363
  $ sf info releasenotes display --version latest
3364
3364
  ```
3365
3365
 
3366
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.85/src/commands/info/releasenotes/display.ts)_
3366
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.87/src/commands/info/releasenotes/display.ts)_
3367
3367
 
3368
3368
  ## `sf lightning generate app`
3369
3369
 
@@ -3418,7 +3418,7 @@ FLAG DESCRIPTIONS
3418
3418
  Supplied parameter values or default values are filled into a copy of the template.
3419
3419
  ```
3420
3420
 
3421
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/lightning/generate/app.ts)_
3421
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/lightning/generate/app.ts)_
3422
3422
 
3423
3423
  ## `sf lightning generate component`
3424
3424
 
@@ -3487,7 +3487,7 @@ FLAG DESCRIPTIONS
3487
3487
  Supplied parameter values or default values are filled into a copy of the template.
3488
3488
  ```
3489
3489
 
3490
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/lightning/generate/component.ts)_
3490
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/lightning/generate/component.ts)_
3491
3491
 
3492
3492
  ## `sf lightning generate event`
3493
3493
 
@@ -3542,7 +3542,7 @@ FLAG DESCRIPTIONS
3542
3542
  Supplied parameter values or default values are filled into a copy of the template.
3543
3543
  ```
3544
3544
 
3545
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/lightning/generate/event.ts)_
3545
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/lightning/generate/event.ts)_
3546
3546
 
3547
3547
  ## `sf lightning generate interface`
3548
3548
 
@@ -3597,7 +3597,7 @@ FLAG DESCRIPTIONS
3597
3597
  Supplied parameter values or default values are filled into a copy of the template.
3598
3598
  ```
3599
3599
 
3600
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/lightning/generate/interface.ts)_
3600
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/lightning/generate/interface.ts)_
3601
3601
 
3602
3602
  ## `sf lightning generate test`
3603
3603
 
@@ -3652,7 +3652,7 @@ FLAG DESCRIPTIONS
3652
3652
  Supplied parameter values or default values are filled into a copy of the template.
3653
3653
  ```
3654
3654
 
3655
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/lightning/generate/test.ts)_
3655
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/lightning/generate/test.ts)_
3656
3656
 
3657
3657
  ## `sf logic get test`
3658
3658
 
@@ -3700,7 +3700,7 @@ EXAMPLES
3700
3700
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
3701
3701
  ```
3702
3702
 
3703
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.0/src/commands/logic/get/test.ts)_
3703
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/logic/get/test.ts)_
3704
3704
 
3705
3705
  ## `sf org assign permset`
3706
3706
 
@@ -4610,7 +4610,7 @@ EXAMPLES
4610
4610
  $ sf org list auth
4611
4611
  ```
4612
4612
 
4613
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/list/auth.ts)_
4613
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/list/auth.ts)_
4614
4614
 
4615
4615
  ## `sf org list limits`
4616
4616
 
@@ -4650,7 +4650,7 @@ EXAMPLES
4650
4650
  $ sf org list limits --target-org my-scratch-org
4651
4651
  ```
4652
4652
 
4653
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.66/src/commands/org/list/limits.ts)_
4653
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.67/src/commands/org/list/limits.ts)_
4654
4654
 
4655
4655
  ## `sf org list metadata`
4656
4656
 
@@ -4818,7 +4818,7 @@ EXAMPLES
4818
4818
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
4819
4819
  ```
4820
4820
 
4821
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.66/src/commands/org/list/sobject/record-counts.ts)_
4821
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.67/src/commands/org/list/sobject/record-counts.ts)_
4822
4822
 
4823
4823
  ## `sf org list users`
4824
4824
 
@@ -4910,7 +4910,7 @@ FLAG DESCRIPTIONS
4910
4910
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4911
4911
  ```
4912
4912
 
4913
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/access-token.ts)_
4913
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/access-token.ts)_
4914
4914
 
4915
4915
  ## `sf org login jwt`
4916
4916
 
@@ -5001,7 +5001,7 @@ FLAG DESCRIPTIONS
5001
5001
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5002
5002
  ```
5003
5003
 
5004
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/jwt.ts)_
5004
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/jwt.ts)_
5005
5005
 
5006
5006
  ## `sf org login sfdx-url`
5007
5007
 
@@ -5071,7 +5071,7 @@ EXAMPLES
5071
5071
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5072
5072
  ```
5073
5073
 
5074
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/sfdx-url.ts)_
5074
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/sfdx-url.ts)_
5075
5075
 
5076
5076
  ## `sf org login web`
5077
5077
 
@@ -5176,7 +5176,7 @@ FLAG DESCRIPTIONS
5176
5176
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5177
5177
  ```
5178
5178
 
5179
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/login/web.ts)_
5179
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/login/web.ts)_
5180
5180
 
5181
5181
  ## `sf org logout`
5182
5182
 
@@ -5242,7 +5242,7 @@ FLAG DESCRIPTIONS
5242
5242
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5243
5243
  ```
5244
5244
 
5245
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.5/src/commands/org/logout.ts)_
5245
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.7/src/commands/org/logout.ts)_
5246
5246
 
5247
5247
  ## `sf org open`
5248
5248
 
@@ -5685,7 +5685,7 @@ FLAG DESCRIPTIONS
5685
5685
  --installation-key-bypass flag is required.
5686
5686
  ```
5687
5687
 
5688
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/convert.ts)_
5688
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/convert.ts)_
5689
5689
 
5690
5690
  ## `sf package create`
5691
5691
 
@@ -5764,7 +5764,7 @@ FLAG DESCRIPTIONS
5764
5764
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5765
5765
  ```
5766
5766
 
5767
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/create.ts)_
5767
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/create.ts)_
5768
5768
 
5769
5769
  ## `sf package delete`
5770
5770
 
@@ -5806,7 +5806,7 @@ EXAMPLES
5806
5806
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5807
5807
  ```
5808
5808
 
5809
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/delete.ts)_
5809
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/delete.ts)_
5810
5810
 
5811
5811
  ## `sf package install`
5812
5812
 
@@ -5905,7 +5905,7 @@ FLAG DESCRIPTIONS
5905
5905
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
5906
5906
  ```
5907
5907
 
5908
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/install.ts)_
5908
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/install.ts)_
5909
5909
 
5910
5910
  ## `sf package install report`
5911
5911
 
@@ -5938,7 +5938,7 @@ EXAMPLES
5938
5938
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5939
5939
  ```
5940
5940
 
5941
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/install/report.ts)_
5941
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/install/report.ts)_
5942
5942
 
5943
5943
  ## `sf package installed list`
5944
5944
 
@@ -5970,7 +5970,7 @@ EXAMPLES
5970
5970
  $ sf package installed list --target-org me@example.com
5971
5971
  ```
5972
5972
 
5973
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/installed/list.ts)_
5973
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/installed/list.ts)_
5974
5974
 
5975
5975
  ## `sf package list`
5976
5976
 
@@ -6008,7 +6008,7 @@ EXAMPLES
6008
6008
  $ sf package list --target-dev-hub devhub@example.com --verbose
6009
6009
  ```
6010
6010
 
6011
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/list.ts)_
6011
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/list.ts)_
6012
6012
 
6013
6013
  ## `sf package push-upgrade abort`
6014
6014
 
@@ -6047,7 +6047,7 @@ EXAMPLES
6047
6047
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6048
6048
  ```
6049
6049
 
6050
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/push-upgrade/abort.ts)_
6050
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/push-upgrade/abort.ts)_
6051
6051
 
6052
6052
  ## `sf package push-upgrade list`
6053
6053
 
@@ -6106,7 +6106,7 @@ EXAMPLES
6106
6106
  $ sf package push-upgrade list --package 033xyz –-status Failed
6107
6107
  ```
6108
6108
 
6109
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/push-upgrade/list.ts)_
6109
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/push-upgrade/list.ts)_
6110
6110
 
6111
6111
  ## `sf package push-upgrade report`
6112
6112
 
@@ -6148,7 +6148,7 @@ EXAMPLES
6148
6148
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6149
6149
  ```
6150
6150
 
6151
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/push-upgrade/report.ts)_
6151
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/push-upgrade/report.ts)_
6152
6152
 
6153
6153
  ## `sf package push-upgrade schedule`
6154
6154
 
@@ -6235,7 +6235,7 @@ FLAG DESCRIPTIONS
6235
6235
  Overrides the value of the target-dev-hub configuration variable, if set.
6236
6236
  ```
6237
6237
 
6238
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/push-upgrade/schedule.ts)_
6238
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/push-upgrade/schedule.ts)_
6239
6239
 
6240
6240
  ## `sf package uninstall`
6241
6241
 
@@ -6283,7 +6283,7 @@ EXAMPLES
6283
6283
  $ sf package uninstall --package "Undesirable Package Alias"
6284
6284
  ```
6285
6285
 
6286
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/uninstall.ts)_
6286
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/uninstall.ts)_
6287
6287
 
6288
6288
  ## `sf package uninstall report`
6289
6289
 
@@ -6316,7 +6316,7 @@ EXAMPLES
6316
6316
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6317
6317
  ```
6318
6318
 
6319
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/uninstall/report.ts)_
6319
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/uninstall/report.ts)_
6320
6320
 
6321
6321
  ## `sf package update`
6322
6322
 
@@ -6371,7 +6371,7 @@ FLAG DESCRIPTIONS
6371
6371
  associated with your package.
6372
6372
  ```
6373
6373
 
6374
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/update.ts)_
6374
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/update.ts)_
6375
6375
 
6376
6376
  ## `sf package version create`
6377
6377
 
@@ -6546,7 +6546,7 @@ FLAG DESCRIPTIONS
6546
6546
  periods of no output from commands.
6547
6547
  ```
6548
6548
 
6549
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/create.ts)_
6549
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/create.ts)_
6550
6550
 
6551
6551
  ## `sf package version create list`
6552
6552
 
@@ -6607,7 +6607,7 @@ EXAMPLES
6607
6607
  $ sf package version create list --created-last-days 0 --status Success
6608
6608
  ```
6609
6609
 
6610
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/create/list.ts)_
6610
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/create/list.ts)_
6611
6611
 
6612
6612
  ## `sf package version create report`
6613
6613
 
@@ -6650,7 +6650,7 @@ EXAMPLES
6650
6650
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6651
6651
  ```
6652
6652
 
6653
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/create/report.ts)_
6653
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/create/report.ts)_
6654
6654
 
6655
6655
  ## `sf package version delete`
6656
6656
 
@@ -6691,7 +6691,7 @@ EXAMPLES
6691
6691
  $ sf package version delete --package 04t... --target-org devhub@example.com
6692
6692
  ```
6693
6693
 
6694
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/delete.ts)_
6694
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/delete.ts)_
6695
6695
 
6696
6696
  ## `sf package version displayancestry`
6697
6697
 
@@ -6751,7 +6751,7 @@ FLAG DESCRIPTIONS
6751
6751
  You can use the DOT code output in graph visualization software to create tree visualizations.
6752
6752
  ```
6753
6753
 
6754
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/displayancestry.ts)_
6754
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/displayancestry.ts)_
6755
6755
 
6756
6756
  ## `sf package version displaydependencies`
6757
6757
 
@@ -6813,7 +6813,7 @@ FLAG DESCRIPTIONS
6813
6813
  package, which must be installed last.
6814
6814
  ```
6815
6815
 
6816
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/displaydependencies.ts)_
6816
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/displaydependencies.ts)_
6817
6817
 
6818
6818
  ## `sf package version list`
6819
6819
 
@@ -6889,7 +6889,7 @@ EXAMPLES
6889
6889
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
6890
6890
  ```
6891
6891
 
6892
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/list.ts)_
6892
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/list.ts)_
6893
6893
 
6894
6894
  ## `sf package version promote`
6895
6895
 
@@ -6933,7 +6933,7 @@ EXAMPLES
6933
6933
  $ sf package version promote --package "Awesome Package Alias"
6934
6934
  ```
6935
6935
 
6936
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/promote.ts)_
6936
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/promote.ts)_
6937
6937
 
6938
6938
  ## `sf package version report`
6939
6939
 
@@ -6973,7 +6973,7 @@ EXAMPLES
6973
6973
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
6974
6974
  ```
6975
6975
 
6976
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/report.ts)_
6976
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/report.ts)_
6977
6977
 
6978
6978
  ## `sf package version update`
6979
6979
 
@@ -7026,7 +7026,7 @@ EXAMPLES
7026
7026
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7027
7027
  ```
7028
7028
 
7029
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package/version/update.ts)_
7029
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package/version/update.ts)_
7030
7030
 
7031
7031
  ## `sf package1 version create`
7032
7032
 
@@ -7093,7 +7093,7 @@ FLAG DESCRIPTIONS
7093
7093
  subscribers.
7094
7094
  ```
7095
7095
 
7096
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package1/version/create.ts)_
7096
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package1/version/create.ts)_
7097
7097
 
7098
7098
  ## `sf package1 version create get`
7099
7099
 
@@ -7126,7 +7126,7 @@ EXAMPLES
7126
7126
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7127
7127
  ```
7128
7128
 
7129
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package1/version/create/get.ts)_
7129
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package1/version/create/get.ts)_
7130
7130
 
7131
7131
  ## `sf package1 version display`
7132
7132
 
@@ -7160,7 +7160,7 @@ EXAMPLES
7160
7160
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7161
7161
  ```
7162
7162
 
7163
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package1/version/display.ts)_
7163
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package1/version/display.ts)_
7164
7164
 
7165
7165
  ## `sf package1 version list`
7166
7166
 
@@ -7198,7 +7198,7 @@ FLAG DESCRIPTIONS
7198
7198
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7199
7199
  ```
7200
7200
 
7201
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.1/src/commands/package1/version/list.ts)_
7201
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.20.3/src/commands/package1/version/list.ts)_
7202
7202
 
7203
7203
  ## `sf plugins`
7204
7204
 
@@ -7221,7 +7221,7 @@ EXAMPLES
7221
7221
  $ sf plugins
7222
7222
  ```
7223
7223
 
7224
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/index.ts)_
7224
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/index.ts)_
7225
7225
 
7226
7226
  ## `sf plugins discover`
7227
7227
 
@@ -7266,7 +7266,7 @@ EXAMPLES
7266
7266
  $ sf plugins inspect @salesforce/plugin-packaging
7267
7267
  ```
7268
7268
 
7269
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/inspect.ts)_
7269
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/inspect.ts)_
7270
7270
 
7271
7271
  ## `sf plugins install PLUGIN`
7272
7272
 
@@ -7315,7 +7315,7 @@ EXAMPLES
7315
7315
  $ sf plugins install someuser/someplugin
7316
7316
  ```
7317
7317
 
7318
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/install.ts)_
7318
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/install.ts)_
7319
7319
 
7320
7320
  ## `sf plugins link PATH`
7321
7321
 
@@ -7346,7 +7346,7 @@ EXAMPLES
7346
7346
  $ sf plugins link @salesforce/plugin-packaging
7347
7347
  ```
7348
7348
 
7349
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/link.ts)_
7349
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/link.ts)_
7350
7350
 
7351
7351
  ## `sf plugins reset`
7352
7352
 
@@ -7361,7 +7361,7 @@ FLAGS
7361
7361
  --reinstall Reinstall all plugins after uninstalling.
7362
7362
  ```
7363
7363
 
7364
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/reset.ts)_
7364
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/reset.ts)_
7365
7365
 
7366
7366
  ## `sf plugins trust verify`
7367
7367
 
@@ -7418,7 +7418,7 @@ EXAMPLES
7418
7418
  $ sf plugins uninstall @salesforce/plugin-packaging
7419
7419
  ```
7420
7420
 
7421
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/uninstall.ts)_
7421
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/uninstall.ts)_
7422
7422
 
7423
7423
  ## `sf plugins update`
7424
7424
 
@@ -7436,7 +7436,7 @@ DESCRIPTION
7436
7436
  Update installed plugins.
7437
7437
  ```
7438
7438
 
7439
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.46/src/commands/plugins/update.ts)_
7439
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.47/src/commands/plugins/update.ts)_
7440
7440
 
7441
7441
  ## `sf project convert mdapi`
7442
7442
 
@@ -7499,7 +7499,7 @@ FLAG DESCRIPTIONS
7499
7499
  If you specify this flag, don’t specify --metadata or --source-dir.
7500
7500
  ```
7501
7501
 
7502
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/convert/mdapi.ts)_
7502
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/mdapi.ts)_
7503
7503
 
7504
7504
  ## `sf project convert source`
7505
7505
 
@@ -7572,7 +7572,7 @@ FLAG DESCRIPTIONS
7572
7572
  Override the api version used for api requests made by this command
7573
7573
  ```
7574
7574
 
7575
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/convert/source.ts)_
7575
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/source.ts)_
7576
7576
 
7577
7577
  ## `sf project convert source-behavior`
7578
7578
 
@@ -7631,7 +7631,7 @@ EXAMPLES
7631
7631
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7632
7632
  ```
7633
7633
 
7634
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/convert/source-behavior.ts)_
7634
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/source-behavior.ts)_
7635
7635
 
7636
7636
  ## `sf project delete source`
7637
7637
 
@@ -7771,7 +7771,7 @@ FLAG DESCRIPTIONS
7771
7771
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7772
7772
  ```
7773
7773
 
7774
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/delete/source.ts)_
7774
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/delete/source.ts)_
7775
7775
 
7776
7776
  ## `sf project delete tracking`
7777
7777
 
@@ -7808,7 +7808,7 @@ EXAMPLES
7808
7808
  $ sf project delete tracking --target-org my-scratch
7809
7809
  ```
7810
7810
 
7811
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/delete/tracking.ts)_
7811
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/delete/tracking.ts)_
7812
7812
 
7813
7813
  ## `sf project deploy cancel`
7814
7814
 
@@ -7880,7 +7880,7 @@ FLAG DESCRIPTIONS
7880
7880
  project deploy report".
7881
7881
  ```
7882
7882
 
7883
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/cancel.ts)_
7883
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/cancel.ts)_
7884
7884
 
7885
7885
  ## `sf project deploy preview`
7886
7886
 
@@ -7963,7 +7963,7 @@ FLAG DESCRIPTIONS
7963
7963
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
7964
7964
  ```
7965
7965
 
7966
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/preview.ts)_
7966
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/preview.ts)_
7967
7967
 
7968
7968
  ## `sf project deploy quick`
7969
7969
 
@@ -8056,7 +8056,7 @@ ERROR CODES
8056
8056
  Canceling (69) The deploy is being canceled.
8057
8057
  ```
8058
8058
 
8059
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/quick.ts)_
8059
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/quick.ts)_
8060
8060
 
8061
8061
  ## `sf project deploy report`
8062
8062
 
@@ -8148,7 +8148,7 @@ FLAG DESCRIPTIONS
8148
8148
  --coverage-formatters lcov --coverage-formatters clover
8149
8149
  ```
8150
8150
 
8151
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/report.ts)_
8151
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/report.ts)_
8152
8152
 
8153
8153
  ## `sf project deploy resume`
8154
8154
 
@@ -8245,7 +8245,7 @@ ERROR CODES
8245
8245
  Canceling (69) The deploy is being canceled.
8246
8246
  ```
8247
8247
 
8248
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/resume.ts)_
8248
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/resume.ts)_
8249
8249
 
8250
8250
  ## `sf project deploy start`
8251
8251
 
@@ -8498,7 +8498,7 @@ ERROR CODES
8498
8498
  Canceling (69) The deploy is being canceled.
8499
8499
  ```
8500
8500
 
8501
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/start.ts)_
8501
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/start.ts)_
8502
8502
 
8503
8503
  ## `sf project deploy validate`
8504
8504
 
@@ -8688,7 +8688,7 @@ ERROR CODES
8688
8688
  Canceling (69) The deploy is being canceled.
8689
8689
  ```
8690
8690
 
8691
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/deploy/validate.ts)_
8691
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/validate.ts)_
8692
8692
 
8693
8693
  ## `sf project generate`
8694
8694
 
@@ -8793,7 +8793,7 @@ FLAG DESCRIPTIONS
8793
8793
  Override the api version used for api requests made by this command
8794
8794
  ```
8795
8795
 
8796
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/project/generate.ts)_
8796
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/project/generate.ts)_
8797
8797
 
8798
8798
  ## `sf project generate manifest`
8799
8799
 
@@ -8889,7 +8889,7 @@ EXAMPLES
8889
8889
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
8890
8890
  ```
8891
8891
 
8892
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/generate/manifest.ts)_
8892
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/generate/manifest.ts)_
8893
8893
 
8894
8894
  ## `sf project list ignored`
8895
8895
 
@@ -8931,7 +8931,7 @@ EXAMPLES
8931
8931
  $ sf project list ignored --source-dir package.xml
8932
8932
  ```
8933
8933
 
8934
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/list/ignored.ts)_
8934
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/list/ignored.ts)_
8935
8935
 
8936
8936
  ## `sf project reset tracking`
8937
8937
 
@@ -8980,7 +8980,7 @@ EXAMPLES
8980
8980
  $ sf project reset tracking --revision 30
8981
8981
  ```
8982
8982
 
8983
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/reset/tracking.ts)_
8983
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/reset/tracking.ts)_
8984
8984
 
8985
8985
  ## `sf project retrieve preview`
8986
8986
 
@@ -9034,7 +9034,7 @@ FLAG DESCRIPTIONS
9034
9034
  production orgs.
9035
9035
  ```
9036
9036
 
9037
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/retrieve/preview.ts)_
9037
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/retrieve/preview.ts)_
9038
9038
 
9039
9039
  ## `sf project retrieve start`
9040
9040
 
@@ -9215,7 +9215,7 @@ ENVIRONMENT VARIABLES
9215
9215
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9216
9216
  ```
9217
9217
 
9218
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.2/src/commands/project/retrieve/start.ts)_
9218
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/retrieve/start.ts)_
9219
9219
 
9220
9220
  ## `sf schema generate field`
9221
9221
 
@@ -9269,7 +9269,7 @@ FLAG DESCRIPTIONS
9269
9269
  If you don't specify this flag, the command prompts you to choose from your local objects.
9270
9270
  ```
9271
9271
 
9272
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.72/src/commands/schema/generate/field.ts)_
9272
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/field.ts)_
9273
9273
 
9274
9274
  ## `sf schema generate platformevent`
9275
9275
 
@@ -9301,7 +9301,7 @@ EXAMPLES
9301
9301
  $ sf schema generate platformevent --label "My Platform Event"
9302
9302
  ```
9303
9303
 
9304
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.72/src/commands/schema/generate/platformevent.ts)_
9304
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/platformevent.ts)_
9305
9305
 
9306
9306
  ## `sf schema generate sobject`
9307
9307
 
@@ -9358,7 +9358,7 @@ FLAG DESCRIPTIONS
9358
9358
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
9359
9359
  ```
9360
9360
 
9361
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.72/src/commands/schema/generate/sobject.ts)_
9361
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/sobject.ts)_
9362
9362
 
9363
9363
  ## `sf schema generate tab`
9364
9364
 
@@ -9406,7 +9406,7 @@ FLAG DESCRIPTIONS
9406
9406
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
9407
9407
  ```
9408
9408
 
9409
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.72/src/commands/schema/generate/tab.ts)_
9409
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/tab.ts)_
9410
9410
 
9411
9411
  ## `sf search`
9412
9412
 
@@ -9422,7 +9422,7 @@ DESCRIPTION
9422
9422
  Once you select a command, hit enter and it will show the help for that command.
9423
9423
  ```
9424
9424
 
9425
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.28/src/commands/search.ts)_
9425
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.30/src/commands/search.ts)_
9426
9426
 
9427
9427
  ## `sf sobject describe`
9428
9428
 
@@ -9570,7 +9570,7 @@ FLAG DESCRIPTIONS
9570
9570
  etc.
9571
9571
  ```
9572
9572
 
9573
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/static-resource/generate.ts)_
9573
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/static-resource/generate.ts)_
9574
9574
 
9575
9575
  ## `sf update [CHANNEL]`
9576
9576
 
@@ -9608,7 +9608,7 @@ EXAMPLES
9608
9608
  $ sf update --available
9609
9609
  ```
9610
9610
 
9611
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.4/src/commands/update.ts)_
9611
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.5/src/commands/update.ts)_
9612
9612
 
9613
9613
  ## `sf version`
9614
9614
 
@@ -9628,7 +9628,7 @@ FLAG DESCRIPTIONS
9628
9628
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
9629
9629
  ```
9630
9630
 
9631
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.32/src/commands/version.ts)_
9631
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.33/src/commands/version.ts)_
9632
9632
 
9633
9633
  ## `sf visualforce generate component`
9634
9634
 
@@ -9684,7 +9684,7 @@ FLAG DESCRIPTIONS
9684
9684
  Supplied parameter values or default values are filled into a copy of the template.
9685
9685
  ```
9686
9686
 
9687
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/visualforce/generate/component.ts)_
9687
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/visualforce/generate/component.ts)_
9688
9688
 
9689
9689
  ## `sf visualforce generate page`
9690
9690
 
@@ -9734,7 +9734,7 @@ FLAG DESCRIPTIONS
9734
9734
  The name can be up to 40 characters and must start with a letter.
9735
9735
  ```
9736
9736
 
9737
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.63/src/commands/visualforce/generate/page.ts)_
9737
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.65/src/commands/visualforce/generate/page.ts)_
9738
9738
 
9739
9739
  ## `sf which`
9740
9740
 
@@ -9768,7 +9768,7 @@ EXAMPLES
9768
9768
  $ sf which "foo bar baz"
9769
9769
  ```
9770
9770
 
9771
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.39/src/commands/which.ts)_
9771
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.40/src/commands/which.ts)_
9772
9772
 
9773
9773
  <!-- commandsstop -->
9774
9774