Version 1
[yaffs-website] / vendor / drupal / console-en / translations / config.export.yml
diff --git a/vendor/drupal/console-en/translations/config.export.yml b/vendor/drupal/console-en/translations/config.export.yml
new file mode 100644 (file)
index 0000000..7266b45
--- /dev/null
@@ -0,0 +1,9 @@
+description: 'Export current application configuration.'
+options:
+    directory: 'Define the export directory to save the configuration output.'
+    tar: 'If set, the configuration will be exported to an archive file.'
+    remove-uuid: 'If set, the configuration will be exported without uuid key.'
+    remove-config-hash: 'If set, the configuration will be exported without the default site hash key.'
+messages:
+    directory: 'The configuration was exported at "%s"'
+    error: 'An error occurred while creating your directory at "%s"'