Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / create.nodes.yml
index b6f3d7a483b0d10b9d5ef195a5c512ebcd4a141d..34cdc2666d5258d1c32cd26a4a3253810fd9c2f9 100644 (file)
@@ -26,3 +26,15 @@ messages:
     created: 'Created Time'
     invalid-content-types: 'Content types "%s" are invalid'
     created-nodes: 'Created "%s" nodes successfully'
+    error: 'Error creating nodes: "%s"'
+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"
+