create:users

Create dummy users for your Drupal 8 application.

Utilização:

drupal create:users [arguments] [options]
  cru

Opções disponíveis

Opção Detalhes
--limit How many users would you like to create
--password Password to be set to users created
--time-range How far back in time should the users be dated

Argumentos disponíveis

Argumento Detalhes
roles Role(s) to be used in user creation

Exemplos

Provide the user role.

drupal create:users role

Provide the number of users to create, password and time range to create.

drupal create:users role \
  --limit="5" \
  --password="usersnewpassword" \
  --time-range="1"