Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / dist / chain / create-data.yml
1 command:
2   name: create:data
3   description: 'Create dummy data'
4 commands:
5   # Create dummy data
6   - command: create:users
7     options:
8       limit: 5
9   - command: create:vocabularies
10     options:
11       limit: 5
12       name-words: 5
13       learning: true
14   - command: create:terms
15   - command: create:nodes
16     options:
17       limit: 50