Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / config.export.yml
index 7266b45b8719e04f39b5701cc2972c796297fd0f..66f83289da533949fdde93b7984020c6e4b0aa42 100644 (file)
@@ -7,3 +7,16 @@ options:
 messages:
     directory: 'The configuration was exported at "%s"'
     error: 'An error occurred while creating your directory at "%s"'
+examples:
+    - description: 'Optional you can add the path to export'
+      execution: |
+        drupal config:export  \
+          --directory="path/to/export"
+    - description: 'If export will be in a compressed file and/or if uuid and config hashes will be removed.'
+      execution: |
+        drupal config:export  \
+          --directory="path/to/export" \
+          --tar \
+          --remove-uuid \
+          --remove-config-hash
+