drush features-importfor drush 8x


Import a module config into your site.

drush features-import

features-import is a Drush command from the features project.

features
  • Aliases


    features-import has 2 alias/es:


    drush fim

    drush fr

  • Arguments


    features-import accepts 1 argument/s:


    feature : A space delimited list of features or feature:component pairs to import.

  • Options


    features-import accepts 2 option/s:


    --force : Force import even if config is not overridden.

    --bundle : Use a specific bundle namespace.

  • Examples


    Import node and taxonomy config of feature "foo". Import all config of feature "bar".

    drush features-import foo:node.type.page foo:taxonomy.vocabulary.tags bar

  • Comments


    comments powered by Disqus