Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jun 21, 2024 · 2 comments

Comments

@imaskmj
Copy link

imaskmj commented Jun 21, 2024

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
Copy link

Commenting here to say this needs to be a feature

@go-mtx
Copy link

go-mtx commented Nov 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants