Skip to content

Commit 88ad1cc

Browse files
authored
[debug:config] Add show-overridden flag translation. (#195)
1 parent 62187ba commit 88ad1cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

translations/debug.config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
description: 'List configuration objects names and single configuration object.'
22
arguments:
33
name: 'Configuration object name, for example "system.site".'
4+
options:
5+
show-overridden: 'Show overridden configurations.'
46
errors:
57
not-exists: 'The configuration "%s" does not exist.'
68

@@ -11,3 +13,5 @@ examples:
1113
execution: 'drupal debug:config system.site'
1214
- description: 'List all system configuration names.'
1315
execution: 'drupal debug:config | grep system'
16+
- description: 'List all configuration including overridden values.'
17+
execution: 'drupal debug:config --show-overridden'

0 commit comments

Comments
 (0)