Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / create.nodes.yml
index b6f3d7a483b0d10b9d5ef195a5c512ebcd4a141d..e51388f78196deec1b8440d590c7727535d133ee 100644 (file)
@@ -26,3 +26,14 @@ messages:
     created: 'Created Time'
     invalid-content-types: 'Content types "%s" are invalid'
     created-nodes: 'Created "%s" nodes successfully'
+examples:
+    - description: 'Provide the content type name.'
+      execution: drupal create:nodes content-name
+    - description: 'Provide the limit of publications, limit of title words, time range and language.'
+      execution: |
+        drupal create:nodes content-name \
+          --limit="5" \
+          --title-words="5" \
+          --time-range="1" \
+          --language="und"
+