Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / dist / chain / create-data.yml
diff --git a/vendor/drupal/console-core/dist/chain/create-data.yml b/vendor/drupal/console-core/dist/chain/create-data.yml
new file mode 100644 (file)
index 0000000..c2941ac
--- /dev/null
@@ -0,0 +1,17 @@
+command:
+  name: create:data
+  description: 'Create dummy data'
+commands:
+  # Create dummy data
+  - command: create:users
+    options:
+      limit: 5
+  - command: create:vocabularies
+    options:
+      limit: 5
+      name-words: 5
+      learning: true
+  - command: create:terms
+  - command: create:nodes
+    options:
+      limit: 50