Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.config.yml
diff --git a/vendor/drupal/console-en/translations/debug.config.yml b/vendor/drupal/console-en/translations/debug.config.yml
new file mode 100644 (file)
index 0000000..77f353f
--- /dev/null
@@ -0,0 +1,13 @@
+description: 'List configuration objects names and single configuration object.'
+arguments:
+    name: 'Configuration object name, for example "system.site".'
+errors:
+    not-exists: 'The configuration "%s" does not exist.'
+
+examples:
+    - description: 'List all configuration object names.'
+      execution: 'drupal debug:config'
+    - description: 'Display system site configurations values.'
+      execution: 'drupal debug:config system.site'
+    - description: 'List all system configuration names.'
+      execution: 'drupal debug:config | grep system'