Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / config.export.single.yml
index e4109157b13d4865addb00af906a13bee06a5002..102cffe072fbd82b764b1873b02b2fbd02b2a1e5 100644 (file)
@@ -11,11 +11,22 @@ questions:
     config-type: 'Configuration type'
     name: 'Configuration name'
     optional: 'Export config in module as an optional configuration'
-    remove-uuid: 'Do you want to remove the uuid from this export'
-    remove-config-hash: 'Do you want to remove the default site hash from this export'
+    remove-uuid: 'Do you want to remove the uuid from this export?'
+    remove-config-hash: 'Do you want to remove the default site hash from this export?'
 messages:
     config-not-found: 'Configuration name not found.'
     export: 'Configuration was exported at file "%s".'
     invalid-config-type: 'Invalid config type, please select one of the list'
     invalid-config-name: 'Invalid config name, please select one of the list'
-    config-exported: 'Configuration(s) exported sucessfully'
+    config-exported: 'Configuration(s) exported successfully'
+examples:
+    - description: 'Provide config settings name to be exported'
+      execution: |
+        drupal config:export:single \
+          --name=config.settings.name
+    - description: 'if uuid and/or config hashes will be removed.'
+      execution: |
+        drupal config:export:single \
+          --name=config.settings.name \
+          --remove-uuid \
+          --remove-config-hash