Add option to drush command to temporarily or permanently change merge strategy

Created on 27 July 2023, over 1 year ago
Updated 2 August 2023, over 1 year ago

Problem/Motivation

For safety we always change the update mode to use the merge strategy before running drush config-distro-update
IMHO It would be better to add an option to make this change via drush command option so that something like the following could work.

drush config-distro-update --update-mode=merge
drush config-distro-update --update-mode=full
drush config-distro-update --update-mode=partial

This could possibly just temporarily change the update mode, or just change it permanently.

At the moment we change it manually with this hard to remember command.

drush -y state:set config_sync.update_mode 1 --input-format=integer

✨ Feature request
Status

Closed: works as designed

Version

2.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024