https://github.com/contentful/ls-content-as-code
Example content migration API scripts
https://github.com/contentful/ls-content-as-code
Last synced: 9 months ago
JSON representation
Example content migration API scripts
- Host: GitHub
- URL: https://github.com/contentful/ls-content-as-code
- Owner: contentful
- License: mit
- Created: 2019-12-05T20:29:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T16:18:52.000Z (over 2 years ago)
- Last Synced: 2024-09-27T10:02:52.956Z (almost 2 years ago)
- Language: JavaScript
- Size: 822 KB
- Stars: 13
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contentful Content Migration Examples
These scripts are used in Contentful's [Managing Content at Scale](https://training.contentful.com/student/path/752268-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 --content-file ./contentful-exports/blog-post-example.json`
You can watch this [video](https://contentful.wistia.com/medias/889yeie6ti) to see a quick demo of the API calls.
