You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to migrate a single entry between environments?
I think that would be a great addition and I'm happy to create a PR for it.
What I have found so far is that, Contentful has export and import helpers but they fail to do linked entries. They do have links_to_entry in their content delivery API that can resolve nested entries but not sure how to use for migration.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Hey @UXnomaan, thanks for your issue and sorry for the late response. We already have the content command that might go a bit in the right direction. It was meant to be used for migrating content from one environment to another but it's not well tested and when I remember correctly it also doesn't support single entries. If you want to draft a pr this could be a good starting point. I'd be happy to review :)
Is it possible to migrate a single entry between environments?
I think that would be a great addition and I'm happy to create a PR for it.
What I have found so far is that, Contentful has export and import helpers but they fail to do linked entries. They do have links_to_entry in their content delivery API that can resolve nested entries but not sure how to use for migration.
Any thoughts?
The text was updated successfully, but these errors were encountered: