config-set

Set config value directly. Does not perform a config import.

drush config-set

Aliases:

Arguments:

config-name : The config object name, for example "system.site".
key : The config key, for example "page.front".
value : The value to assign to the config key. Use '-' to read from STDIN.

Examples:

Sets system.site:page.front to "node".

drush config-set system.site page.front node