config-get

Display a config value, or a whole configuration object.

drush config-get

Aliases:

Arguments:

config-name : The config object name, for example "system.site".
key : The config key, for example "page.front". Optional.

Examples:

Displays the system.site config.

drush config-get system.site

gets system.site:page.front value.

drush config-get system.site page.front