Open
Description
I just started using sequelize cli, having moved over from using PHP migrations. I was surprised to find that it doesn't seem possible to apply/undo a single migration file at a time. I've worked this way when using PHP based migrations and I find it a lot easier to work this way than having to do/undo all migrations or specify a named migrations to be done next.
Is there any plans to include this as a feature? Thanks.