@@ -249,6 +249,16 @@ prefix
249
249
250
250
251
251
252
+ <h3 id =" db-repair " >
253
+ <a href="#db-repair" class="header-anchor">#</a>
254
+ <code>db/repair</code>
255
+ </h3 >
256
+
257
+
258
+ Repairs all tables in the database.
259
+
260
+ Note that this can cause table locking, which could interfere with SQL being executed.
261
+
252
262
<h3 id =" db-restore " >
253
263
<a href="#db-restore" class="header-anchor">#</a>
254
264
<code>db/restore</code>
@@ -1715,6 +1725,9 @@ Choose a plugin handle to install: ckeditor
1715
1725
handle
1716
1726
: The plugin handle (omitted if --all provided).
1717
1727
1728
+ edition
1729
+ :
1730
+
1718
1731
1719
1732
1720
1733
<h4 id =" plugin-install-options " class =" command-subheading " >Options</h4 >
@@ -2156,6 +2169,10 @@ Re-saves user addresses.
2156
2169
: Whether the elements should be resaved via a queue job.
2157
2170
2158
2171
2172
+ --batch-size
2173
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2174
+
2175
+
2159
2176
--element-id
2160
2177
: The ID(s) of the elements to resave.
2161
2178
@@ -2235,6 +2252,10 @@ Re-saves assets.
2235
2252
: Whether the elements should be resaved via a queue job.
2236
2253
2237
2254
2255
+ --batch-size
2256
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2257
+
2258
+
2238
2259
--element-id
2239
2260
: The ID(s) of the elements to resave.
2240
2261
@@ -2310,6 +2331,10 @@ Re-saves categories.
2310
2331
: Whether the elements should be resaved via a queue job.
2311
2332
2312
2333
2334
+ --batch-size
2335
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2336
+
2337
+
2313
2338
--element-id
2314
2339
: The ID(s) of the elements to resave.
2315
2340
@@ -2385,6 +2410,10 @@ Re-saves entries.
2385
2410
: Whether the elements should be resaved via a queue job.
2386
2411
2387
2412
2413
+ --batch-size
2414
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2415
+
2416
+
2388
2417
--drafts
2389
2418
: Whether to resave element drafts.
2390
2419
@@ -2488,6 +2517,10 @@ You must supply the `--field` or `--element-id` argument for this to work proper
2488
2517
: Whether the elements should be resaved via a queue job.
2489
2518
2490
2519
2520
+ --batch-size
2521
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2522
+
2523
+
2491
2524
--element-id
2492
2525
: The ID(s) of the elements to resave.
2493
2526
@@ -2571,6 +2604,10 @@ Re-saves tags.
2571
2604
: Whether the elements should be resaved via a queue job.
2572
2605
2573
2606
2607
+ --batch-size
2608
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2609
+
2610
+
2574
2611
--element-id
2575
2612
: The ID(s) of the elements to resave.
2576
2613
@@ -2646,6 +2683,10 @@ Re-saves users.
2646
2683
: Whether the elements should be resaved via a queue job.
2647
2684
2648
2685
2686
+ --batch-size
2687
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2688
+
2689
+
2649
2690
--element-id
2650
2691
: The ID(s) of the elements to resave.
2651
2692
@@ -3187,6 +3228,10 @@ Creates a user.
3187
3228
: Whether the user should be an admin.
3188
3229
3189
3230
3231
+ --send-activation-email
3232
+ : Whether to send the user an activation email.
3233
+
3234
+
3190
3235
--groups
3191
3236
: The group handles to assign the created user to.
3192
3237
0 commit comments