contentful / ls-content-as-code

Example content migration API scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contentful Content Migration Examples

These scripts are used in Contentful's Managing Content at Scale developer course.

To go through the example migration scripts first spin up a new PoC space and import the JSON export file using the Contentful CLI:

contentful space import --space-id <your space id> --content-file ./contentful-exports/blog-post-example.json

You can watch this video to see a quick demo of the API calls.

video screenshot

About

Example content migration API scripts

License:MIT License


Languages

Language:JavaScript 100.0%