Contentful content type migration management tool for automating and simplifying Contentful migration workflows. Version 1.x active development. Provides CLI scripts to automate migration script generation from Contentful type diffs, manual migration support, migration reordering, editor interface copying, and CI pipeline integration. Differentiates from Contentful's native migration CLI by automating diff-based script creation and enforcing a structured workflow with version control integration.
npm install dfds-content-management-toolsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows setup and usage of migration CLI: install, auto-generate from type diff, and apply migrations to environments.
Set environment variables before running any migrate command
Use migrate-manual with manual migration script for field deletions, renames, or transformations
Run migrate-apply once on a fresh environment to create the log entry, or ensure it exists
Use migrate-interfaces sparingly; prefer manual updates after initial migration
Run 'yarn add -D dfds-content-management-tools' or 'npm install --save-dev dfds-content-management-tools'
Create 'migration/migrations' and 'migration/contentTypes' directories, then run command again
export CONTENTFUL_SPACE_ID='your_space_id'