Compare entries across environments with Contentful Merge

You can now view entries differences between environments right from your command line.

Note: The environments must be within the same space.

To learn how content between two environments have diverged, simply install the contentful-merge CLI and run the create changeset command with the source and target environments defined.

The command compares all entries between source and target environments, creates a changeset file, and renders the following changeset details on your command line:

  • Number of entries in both environments
  • Number of added entries
  • Number of deleted entries
  • Number of updated entries

contentful-merge create command

Note: The contentful-merge CLI is currently in beta. While we are developing this functionality, we would like to hear your thoughts and suggestions about the contentful-merge CLI and the way you use environments.

For more information, refer to the Readme.