drush
drush copied to clipboard
Allow resetting the status of multiple migrations
This PR adds the all and tag options to the migrate:reset-status command, together with the ability to pass a comma separated list of migration ids as argument.
One thing I wasn't sure about is whether we should log Migration x is already Idle if passing the all or tag options, or whether we should only log migrations that were actually reset.
One thing I wasn't sure about is whether we should log Migration x is already Idle if passing the all or tag options, or whether we should only log migrations that were actually reset.
Yes lets omit those log messages. Less noise.
Changed and rebased.