Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / debug.config.yml
1 description: 'List configuration objects names and single configuration object.'
2 arguments:
3     name: 'Configuration object name, for example "system.site".'
4 errors:
5     not-exists: 'The configuration "%s" does not exist.'
6
7 examples:
8     - description: 'List all configuration object names.'
9       execution: 'drupal debug:config'
10     - description: 'Display system site configurations values.'
11       execution: 'drupal debug:config system.site'
12     - description: 'List all system configuration names.'
13       execution: 'drupal debug:config | grep system'