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'