migrations icon indicating copy to clipboard operation
migrations copied to clipboard

migrations::status command

Open hrach opened this issue 10 years ago • 5 comments

Such command should show:

  • which migrations needs to be exectured
  • if there is any problem with groups, execution order, checksum problems, etc.

hrach avatar Oct 22 '15 07:10 hrach

another option might be migrations:continue --dry-run

Mikulas avatar Oct 22 '15 08:10 Mikulas

yeah, probably better.

hrach avatar Oct 22 '15 08:10 hrach

I think the mindset of user calling migrations:continue --dry-run is different than mindset of user calling migrations:status.

The first one wants to know what would happen if he executed migrations:continue the second one wants to know the overall status – it should explain him in full sentences what can he do next.

JanTvrdik avatar Dec 11 '15 14:12 JanTvrdik

Agreed.

hrach avatar Dec 11 '15 14:12 hrach

OK, I was try implementing it. :) see #88

ondraondra81 avatar Sep 19 '18 15:09 ondraondra81