v0.8.7-beta: eds migrate force
v0.8.7 - eds migrate force (#7)
- add run method with force option, bypasses checksum drift check (run/3 unchanged, default to enforced drift check)
- add tests to cover run/4 force bypass, and confirm run/3 and force=false still enforces drift check
- update help text and parse force token, warn, only call run/4 when forcing the migration and ignoring the drift
- add regression test to confirm force token survives -f reordering
- add test to cover migrate force dispatch that runs call/4 versus normal migrate that calls run/3
- bump version to v0.8.7 - eds migrate force