php bin/console config:dump-reference

Dump the default configuration for an extension

Usage

config:dump-reference [--format FORMAT] [--] [<name> [<path>]]

Arguments

name   The Bundle name or the extension alias 
path   The configuration option path 

Options

      --format   The output format (yaml or xml) 

Help

The config:dump-reference command dumps the default configuration for an
extension/bundle.

Either the extension alias or bundle name can be used:

  php bin/console config:dump-reference framework
  php bin/console config:dump-reference FrameworkBundle

With the --format option specifies the format of the configuration,
this is either yaml or xml.
When the option is not provided, yaml is used.

  php bin/console config:dump-reference FrameworkBundle --format=xml

For dumping a specific option, add its path as second argument (only available for the yaml format):

  php bin/console config:dump-reference framework profiler.matcher