contentful / contentful-merge

CLI to merge entries between environments
MIT License
20 stars 7 forks source link

The "contentful-merge create" can have ability to merge entries based on the 'version number' or 'updated-at' in --query-entries option #909

Open imaskmj opened 5 months ago

imaskmj commented 5 months ago

This seems to merge the entry even if it is older than the target environment entry. Can we have ability to check before merging if the target environment entry is higher in version or latest by updated-date than avoid that entry to be updated.

mwshepherd commented 4 months ago

Commenting here to say this needs to be a feature

go-mtx commented 3 weeks ago

Adding to the request - I would like to see more granular control over promoting specific entries between different environment. This could already be available from some other API I'm not aware of :)

e.g.

before promotion

ENVIRONMENT = dev
ENTRY = entry1v2
ENVIRONMENT = prod
ENTRY = entry1v1

after promotion

ENVIRONMENT = dev
ENTRY = entry1v2
ENVIRONMENT = prod
ENTRY = entry1v2