Contentful CLI Migrations
JSON →Contentful CLI Migrations is an open-source CLI tool and library for automating Contentful space migrations. Version 1.0.0, released in 2025, provides a command-line interface to define, version, and apply migration scripts using a counter entry in Contentful to track progress. It relies on contentful-management and contentful-migration as peer dependencies, and requires Node.js >=22. Unlike the official Contentful Migration CLI, this tool enforces a specific file naming convention (e.g., 0001-migration.cjs) and integrates a counter entry pattern for tracking migration state. It is designed for CI/CD workflows and supports JavaScript/CommonJS migration scripts.
Resources
packagecontentful-cli-migrations ↗