匯出配置
在 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