ls-content-as-code

Example content migration API scripts

MIT License

Stars
13
Committers
3

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.