Skip to content

Commit 31ffaf6

Browse files
committed
Generated Artifacts (cms@819066c)
Finish 5.7.1.1
1 parent b48d544 commit 31ffaf6

File tree

3 files changed

+616
-6
lines changed

3 files changed

+616
-6
lines changed

docs/.artifacts/cms/5.x/console-commands.md

+74-6
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,16 @@ prefix
249249

250250

251251

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+
252262
<h3 id="db-restore">
253263
<a href="#db-restore" class="header-anchor">#</a>
254264
<code>db/restore</code>
@@ -541,21 +551,33 @@ Manages custom fields.
541551

542552
Finds fields with identical settings and merges them together.
543553

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+
544569
<h3 id="fields-merge">
545570
<a href="#fields-merge" class="header-anchor">#</a>
546571
<code>fields/merge</code>
547572
</h3>
548573

549574

550-
Merges two custom fields together.
575+
Merges custom fields together.
551576

552577
<h4 id="fields-merge-parameters" class="command-subheading">Parameters</h4>
553578

554-
handleA
555-
:
556-
557-
handleB
558-
:
579+
handles
580+
: ...$handles
559581

560582

561583

@@ -1674,6 +1696,9 @@ Installs a plugin.
16741696
handle
16751697
: The plugin handle (omitted if --all provided).
16761698

1699+
edition
1700+
:
1701+
16771702

16781703

16791704
<h4 id="plugin-install-options" class="command-subheading">Options</h4>
@@ -2083,6 +2108,10 @@ Re-saves user addresses.
20832108
: Whether the elements should be resaved via a queue job.
20842109

20852110

2111+
--batch-size
2112+
: The number of entries that should be resaved per queue job, if --queue is passed.
2113+
2114+
20862115
--element-id
20872116
: The ID(s) of the elements to resave.
20882117

@@ -2166,6 +2195,10 @@ Runs all other `resave/*` commands.
21662195
: Whether the elements should be resaved via a queue job.
21672196

21682197

2198+
--batch-size
2199+
: The number of entries that should be resaved per queue job, if --queue is passed.
2200+
2201+
21692202
--element-id
21702203
: The ID(s) of the elements to resave.
21712204

@@ -2241,6 +2274,10 @@ Re-saves assets.
22412274
: Whether the elements should be resaved via a queue job.
22422275

22432276

2277+
--batch-size
2278+
: The number of entries that should be resaved per queue job, if --queue is passed.
2279+
2280+
22442281
--element-id
22452282
: The ID(s) of the elements to resave.
22462283

@@ -2320,6 +2357,10 @@ Re-saves categories.
23202357
: Whether the elements should be resaved via a queue job.
23212358

23222359

2360+
--batch-size
2361+
: The number of entries that should be resaved per queue job, if --queue is passed.
2362+
2363+
23232364
--element-id
23242365
: The ID(s) of the elements to resave.
23252366

@@ -2399,6 +2440,10 @@ Re-saves entries.
23992440
: Whether the elements should be resaved via a queue job.
24002441

24012442

2443+
--batch-size
2444+
: The number of entries that should be resaved per queue job, if --queue is passed.
2445+
2446+
24022447
--drafts
24032448
: Whether to resave element drafts.
24042449
Set to `null` if all elements should be resaved regardless of whether they’re drafts.
@@ -2519,6 +2564,10 @@ Re-saves tags.
25192564
: Whether the elements should be resaved via a queue job.
25202565

25212566

2567+
--batch-size
2568+
: The number of entries that should be resaved per queue job, if --queue is passed.
2569+
2570+
25222571
--element-id
25232572
: The ID(s) of the elements to resave.
25242573

@@ -2598,6 +2647,10 @@ Re-saves users.
25982647
: Whether the elements should be resaved via a queue job.
25992648

26002649

2650+
--batch-size
2651+
: The number of entries that should be resaved per queue job, if --queue is passed.
2652+
2653+
26012654
--element-id
26022655
: The ID(s) of the elements to resave.
26032656

@@ -3065,6 +3118,17 @@ version using the syntax `<handle>:<version>`.
30653118

30663119

30673120

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+
30683132
## `users`
30693133

30703134
Manages user accounts.
@@ -3111,6 +3175,10 @@ Creates a user.
31113175
: Whether the user should be an admin.
31123176

31133177

3178+
--send-activation-email
3179+
: Whether to send the user an activation email.
3180+
3181+
31143182
--groups
31153183
: The group handles to assign the created user to.
31163184

0 commit comments

Comments
 (0)