I've created an ActiveRecord-like migration tool for Contentful

I’ve just published this migration manager which is loosely based on the way that Ruby on Rails’ ActiveRecord migrations work, in that it uses its own content type to track migrations that have been applied.

Because it has a way to track migration status, it is possible to do some simple comparisons between the local migrations and applied migrations to determine what new migrations are due to be run.

Would appreciate any feedback that anyone has to offer…