Skip to content

Commit 450774f

Browse files
committed
Generated Artifacts (cms@94465bb)
Finish 5.3.2
1 parent f10fad7 commit 450774f

File tree

2 files changed

+1736
-0
lines changed

2 files changed

+1736
-0
lines changed

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

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,86 @@ tagGroup
416416

417417

418418

419+
## `entry-types`
420+
421+
422+
<h3 id="entry-types-merge">
423+
<a href="#entry-types-merge" class="header-anchor">#</a>
424+
<code>entry-types/merge</code>
425+
</h3>
426+
427+
428+
Merges two entry types.
429+
430+
<h4 id="entry-types-merge-parameters" class="command-subheading">Parameters</h4>
431+
432+
handleA
433+
:
434+
435+
handleB
436+
:
437+
438+
439+
440+
## `env`
441+
442+
Sets or removes environment variables in the `.env` file.
443+
444+
<h3 id="env-remove">
445+
<a href="#env-remove" class="header-anchor">#</a>
446+
<code>env/remove</code>
447+
</h3>
448+
449+
450+
Removes an environment variable from the `.env` file.
451+
452+
php craft env/remove CRAFT_DEV_MODE
453+
454+
<h4 id="env-remove-parameters" class="command-subheading">Parameters</h4>
455+
456+
name
457+
:
458+
459+
460+
461+
<h3 id="env-set">
462+
<a href="#env-set" class="header-anchor">#</a>
463+
<code>env/set</code>
464+
</h3>
465+
466+
467+
Sets an environment variable in the `.env` file.
468+
469+
php craft env/set CRAFT_DEV_MODE true
470+
471+
<h4 id="env-set-parameters" class="command-subheading">Parameters</h4>
472+
473+
name
474+
:
475+
476+
value
477+
:
478+
479+
480+
481+
<h3 id="env-show">
482+
<a href="#env-show" class="header-anchor">#</a>
483+
<code>env/show</code>
484+
</h3>
485+
486+
487+
Displays the value of an environment variable, or sets its value if $name contains `=`.
488+
489+
php craft env CRAFT_DEV_MODE
490+
php craft env CRAFT_DEV_MODE=true
491+
492+
<h4 id="env-show-parameters" class="command-subheading">Parameters</h4>
493+
494+
name
495+
:
496+
497+
498+
419499
## `exec`
420500

421501

@@ -434,6 +514,36 @@ command
434514

435515

436516

517+
## `fields`
518+
519+
Manages custom fields.
520+
521+
<h3 id="fields-auto-merge">
522+
<a href="#fields-auto-merge" class="header-anchor">#</a>
523+
<code>fields/auto-merge</code>
524+
</h3>
525+
526+
527+
Finds fields with identical settings and merges them together.
528+
529+
<h3 id="fields-merge">
530+
<a href="#fields-merge" class="header-anchor">#</a>
531+
<code>fields/merge</code>
532+
</h3>
533+
534+
535+
Merges two custom fields together.
536+
537+
<h4 id="fields-merge-parameters" class="command-subheading">Parameters</h4>
538+
539+
handleA
540+
:
541+
542+
handleB
543+
:
544+
545+
546+
437547
## `fixture`
438548

439549
Allows you to manage test fixtures.

0 commit comments

Comments
 (0)