Open imaskmj opened 5 months ago
Commenting here to say this needs to be a feature
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
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.