drush config-set
Set config value directly. Does not perform a config import.
Drush Command
drush config-set
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.
Aliases
drush cset
Options
--format : [object Object]
--value : [object Object]
Examples
Sets system.site:page.front to "node".
drush config-set system.site page.front node