drush config-editfor drush 8x
Open a config file in a text editor. Edits are imported into active configuration after closing editor.
drush config-edit
-
Aliases
config-edit has 1 alias/es:
drush cedit
-
Arguments
config-edit accepts 1 argument/s:
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
-
Comments
comments powered by Disqus