Merging entries diff with contentful-merge CLI

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

Note: The environments must be within the same space.

To merge content between two environments:

  1. Install the contentful-merge CLI.
  2. Use the CLI to generate a changeset with the create command with the source and target environments defined. The changeset has a list of added, deleted and edited entries.

  1. Use the CLI to merge the changes with the apply command with environment defined.

The command applies changes from a changeset, generated earlier by the create command. It then reports which changes were successful.

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. To see full reference for Contentful Merge, refer to the GitHub documentation.

Merging entries diff with contentful-merge CLI | Contentful