drush config-import-plusfor drush 6x


Import config from a config directory resepecting live content and a delete list.

drush config-import-plus

  • Aliases


    config-import-plus has 1 alias/es:


    drush cimy

  • Options


    config-import-plus accepts 5 option/s:


    --preview

    --preview : preview

    --source

    --source : source

    --delete-list

    --delete-list : delete-list

    --install

    --install : install

    --skip-modules : A list of modules to ignore during import (e.g. to avoid disabling dev-only modules that are not enabled in the imported configuration).

  • Examples


    Import configuration; do not enable or disable the devel module, regardless of whether or not it appears in the imported list of enabled modules.

    drush config-import-plus --skip-modules=devel --delete-list=./config-delete.yml --install=/some/install/folder --source=/some/export/folder

  • Comments


    comments powered by Disqus