Version 1
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / create-data.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/create-data.yml b/vendor/drupal/console-core/config/dist/chain/create-data.yml
new file mode 100644 (file)
index 0000000..aec298b
--- /dev/null
@@ -0,0 +1,14 @@
+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