create:nodes

Teszttartalom létrehozása egy Drupal 8 alkalmazáshoz.

Usage:

drupal create:nodes [arguments] [options]
crn

Available options

OptionDetails

--limit

Hány tartalom jöjjön létre

--title-words

A tartalom címei által tartalmazott szavak maximális száma

--time-range

Mennyire legyen visszadátumozva a tartalom?

--revision

Create revisions

--language

commands.create.nodes.options.language

Available arguments

ArgumentDetails

content-types

A tartalom létrehozásakor használandó tartalomtípusok

Examples

Provide the content type name.

drupal create:nodes content-name

Provide the limit of publications, limit of title words, time range and language.

drupal create:nodes content-name \
  --limit="5" \
  --title-words="5" \
  --time-range="1" \
  --language="und"