Skip to content

Commit fcbda73

Browse files
committed
Generated Artifacts (cms@47b2dab)
Finish 5.6.0
1 parent c810e4a commit fcbda73

File tree

3 files changed

+594
-0
lines changed

3 files changed

+594
-0
lines changed

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,29 @@ id
312312

313313

314314

315+
<h3 id="elements-delete-all-of-type">
316+
<a href="#elements-delete-all-of-type" class="header-anchor">#</a>
317+
<code>elements/delete-all-of-type</code>
318+
</h3>
319+
320+
321+
Deletes all elements of a given type.
322+
323+
<h4 id="elements-delete-all-of-type-parameters" class="command-subheading">Parameters</h4>
324+
325+
type
326+
: The element type to delete.
327+
328+
329+
330+
<h4 id="elements-delete-all-of-type-options" class="command-subheading">Options</h4>
331+
332+
333+
--dry-run
334+
: Whether to only do a dry run of the prune elements of type process.
335+
336+
337+
315338
<h3 id="elements-restore">
316339
<a href="#elements-restore" class="header-anchor">#</a>
317340
<code>elements/restore</code>
@@ -2386,14 +2409,17 @@ Re-saves entries.
23862409

23872410
--drafts
23882411
: Whether to resave element drafts.
2412+
Set to `null` if all elements should be resaved regardless of whether they’re drafts.
23892413

23902414

23912415
--provisional-drafts
23922416
: Whether to resave provisional element drafts.
2417+
Set to `null` if all elements should be resaved regardless of whether they’re provisional drafts.
23932418

23942419

23952420
--revisions
23962421
: Whether to resave element revisions.
2422+
Set to `null` if all elements should be resaved regardless of whether they’re revisions.
23972423

23982424

23992425
--element-id
@@ -3243,6 +3269,25 @@ user
32433269

32443270
Converts all non-ASCII asset filenames to ASCII.
32453271

3272+
## `utils/delete-empty-volume-folders`
3273+
3274+
3275+
<h3 id="utils-delete-empty-volume-folders-index">
3276+
<a href="#utils-delete-empty-volume-folders-index" class="header-anchor">#</a>
3277+
<code>utils/delete-empty-volume-folders</code>
3278+
</h3>
3279+
3280+
3281+
Deletes empty volume folders.
3282+
3283+
<h4 id="utils-delete-empty-volume-folders-index-options" class="command-subheading">Options</h4>
3284+
3285+
3286+
--volume
3287+
: The volume handle(s) to delete folders from. Can be set to multiple comma-separated volumes.
3288+
3289+
3290+
32463291
## `utils/fix-element-uids`
32473292

32483293

0 commit comments

Comments
 (0)