さらにいくつかの調査を行った結果、新しいコマンドは次のようになりました。
drush config-set <config-name> <key>
(古い形式はdrush variable-set <name> <value>
)。エイリアス:cset
。
:私は完全に確認してください、私はこの権利を持っていることはないよので、しかし(コメントおよび/または...素晴らしいことだし、誰かから別の答えに)電子メールを含んで設定がされているようだcontact.form.feedback recipients
、update.settings notification.emails
とsystem.site mail
。
この更新は、いくつかの良い議論の結果です(以下)。一部の設定は(文字列ではなく)配列であることに注意してください。
www/drupal8# drush config-get update.settings notification
'update.settings:notification':
emails:
- admin@example.com
threshold: all
これを更新するには、次を実行する必要があります。
drush -y config-set update.settings notification.emails.0 admin2@example.com
出典:Drupal 8のLeverage Drush 7。
注:Drush 7はDrupal 8をサポートしなくなりましたが、これは引き続き適用されます。