Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / config.import.yml
index 330cd4530a649b0ae6c641323d06fe7c652a3924..30e1a8848b0ee34c966be0aa8e422e94564acd58 100644 (file)
@@ -9,3 +9,13 @@ messages:
     importing: 'Importing configuration.'
     already-imported: 'Another request may be synchronizing configuration already.'
     nothing-to-do: 'There are no changes to import.'
+examples:
+    - description: 'Provide a configuration file'
+      execution: |
+        drupal config:import \
+          --file=/path/to/config/file
+    - description: 'Provide a configuration directory'
+      execution: |
+        drupal config:import  \
+          --directory=/path/to/config/dir
+