Display a config value, or a whole configuration object.
drush config-get
config-name : The config object name, for example "system.site".
key : The config key, for example "page.front". Optional.
Displays the system.site config.
drush config-get system.site
gets system.site:page.front value.
drush config-get system.site page.front