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:
- Install the contentful-merge CLI.
- Use the CLI to generate a changeset with the
createcommand with the source and target environments defined. The changeset has a list of added, deleted and edited entries.
- Use the CLI to merge the changes with the
applycommand 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.