digitalpulp / ballast

Ballast development environment for Drupal
GNU General Public License v2.0
18 stars 2 forks source link

Add --no-update option on rebuild #60

Closed FatherShawn closed 4 years ago

FatherShawn commented 4 years ago

There are times when I want to get a fresh copy of the the remote db but not run updb and config:import. Usually this is when a module update is re-arranging its config via an update hook. So this option would skip those automations, allowing me to step through and commit after the updb and possibly importing some config split before the update.