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", "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

The --format option specifies the format of the configuration,
these are "yaml", "xml".

  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 http_client.default_options