导出配置
在 Drupal 7 及更低版本中,你的配置可能使用“ 功能” 模块进行存储。要使用数据库中的更改更新功能,请使用以下命令:
drush features-update [feature-name] // e.g. drush features-update content_type_news
你也可以用这个简写:
drush fu [feature-name]
Drupal 8 使用配置管理。要使用 drush 导出配置,请使用此命令
drush config-export // optionally add -y to not have to verify it
你也可以使用速记命令
drush cex -y