@@ -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>
@@ -541,21 +551,33 @@ Manages custom fields.
541
551
542
552
Finds fields with identical settings and merges them together.
543
553
554
+ <h3 id =" fields-delete " >
555
+ <a href="#fields-delete" class="header-anchor">#</a>
556
+ <code>fields/delete</code>
557
+ </h3 >
558
+
559
+
560
+ Deletes custom fields.
561
+
562
+ <h4 id =" fields-delete-parameters " class =" command-subheading " >Parameters</h4 >
563
+
564
+ handles
565
+ : ...$handles
566
+
567
+
568
+
544
569
<h3 id =" fields-merge " >
545
570
<a href="#fields-merge" class="header-anchor">#</a>
546
571
<code>fields/merge</code>
547
572
</h3 >
548
573
549
574
550
- Merges two custom fields together.
575
+ Merges custom fields together.
551
576
552
577
<h4 id =" fields-merge-parameters " class =" command-subheading " >Parameters</h4 >
553
578
554
- handleA
555
- :
556
-
557
- handleB
558
- :
579
+ handles
580
+ : ...$handles
559
581
560
582
561
583
@@ -1674,6 +1696,9 @@ Installs a plugin.
1674
1696
handle
1675
1697
: The plugin handle (omitted if --all provided).
1676
1698
1699
+ edition
1700
+ :
1701
+
1677
1702
1678
1703
1679
1704
<h4 id =" plugin-install-options " class =" command-subheading " >Options</h4 >
@@ -2083,6 +2108,10 @@ Re-saves user addresses.
2083
2108
: Whether the elements should be resaved via a queue job.
2084
2109
2085
2110
2111
+ --batch-size
2112
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2113
+
2114
+
2086
2115
--element-id
2087
2116
: The ID(s) of the elements to resave.
2088
2117
@@ -2166,6 +2195,10 @@ Runs all other `resave/*` commands.
2166
2195
: Whether the elements should be resaved via a queue job.
2167
2196
2168
2197
2198
+ --batch-size
2199
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2200
+
2201
+
2169
2202
--element-id
2170
2203
: The ID(s) of the elements to resave.
2171
2204
@@ -2241,6 +2274,10 @@ Re-saves assets.
2241
2274
: Whether the elements should be resaved via a queue job.
2242
2275
2243
2276
2277
+ --batch-size
2278
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2279
+
2280
+
2244
2281
--element-id
2245
2282
: The ID(s) of the elements to resave.
2246
2283
@@ -2320,6 +2357,10 @@ Re-saves categories.
2320
2357
: Whether the elements should be resaved via a queue job.
2321
2358
2322
2359
2360
+ --batch-size
2361
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2362
+
2363
+
2323
2364
--element-id
2324
2365
: The ID(s) of the elements to resave.
2325
2366
@@ -2399,6 +2440,10 @@ Re-saves entries.
2399
2440
: Whether the elements should be resaved via a queue job.
2400
2441
2401
2442
2443
+ --batch-size
2444
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2445
+
2446
+
2402
2447
--drafts
2403
2448
: Whether to resave element drafts.
2404
2449
Set to ` null ` if all elements should be resaved regardless of whether they’re drafts.
@@ -2519,6 +2564,10 @@ Re-saves tags.
2519
2564
: Whether the elements should be resaved via a queue job.
2520
2565
2521
2566
2567
+ --batch-size
2568
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2569
+
2570
+
2522
2571
--element-id
2523
2572
: The ID(s) of the elements to resave.
2524
2573
@@ -2598,6 +2647,10 @@ Re-saves users.
2598
2647
: Whether the elements should be resaved via a queue job.
2599
2648
2600
2649
2650
+ --batch-size
2651
+ : The number of entries that should be resaved per queue job, if --queue is passed.
2652
+
2653
+
2601
2654
--element-id
2602
2655
: The ID(s) of the elements to resave.
2603
2656
@@ -3065,6 +3118,17 @@ version using the syntax `<handle>:<version>`.
3065
3118
3066
3119
3067
3120
3121
+ ## ` update-statuses `
3122
+
3123
+
3124
+ <h3 id =" update-statuses-index " >
3125
+ <a href="#update-statuses-index" class="header-anchor">#</a>
3126
+ <code>update-statuses</code>
3127
+ </h3 >
3128
+
3129
+
3130
+ Updates statically-stored entry statuses.
3131
+
3068
3132
## ` users `
3069
3133
3070
3134
Manages user accounts.
@@ -3111,6 +3175,10 @@ Creates a user.
3111
3175
: Whether the user should be an admin.
3112
3176
3113
3177
3178
+ --send-activation-email
3179
+ : Whether to send the user an activation email.
3180
+
3181
+
3114
3182
--groups
3115
3183
: The group handles to assign the created user to.
3116
3184
0 commit comments