config-edit

Open a config file in a text editor. Edits are imported into active configuration after closing editor.

drush config-edit

Aliases:

Arguments:

config-name : The config object name, for example "system.site".

Examples:

Edit the image style configurations.

drush config-edit image.style.large

Choose a config file to edit.

drush config-edit

Edit the second file in the choice list.

drush config-edit --choice=2

Return to shell prompt as soon as the editor window opens.

drush --bg config-edit image.style.large