We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62187ba commit 88ad1ccCopy full SHA for 88ad1cc
translations/debug.config.yml
@@ -1,6 +1,8 @@
1
description: 'List configuration objects names and single configuration object.'
2
arguments:
3
name: 'Configuration object name, for example "system.site".'
4
+options:
5
+ show-overridden: 'Show overridden configurations.'
6
errors:
7
not-exists: 'The configuration "%s" does not exist.'
8
@@ -11,3 +13,5 @@ examples:
11
13
execution: 'drupal debug:config system.site'
12
14
- description: 'List all system configuration names.'
15
execution: 'drupal debug:config | grep system'
16
+ - description: 'List all configuration including overridden values.'
17
+ execution: 'drupal debug:config --show-overridden'
0 commit comments