Space management tools
These tools will help you import and manage entries in your spaces.
Contentful CLI
The contentful
CLI enables programmatic interaction with your Contentful spaces and environments from the command line. With the Contentful CLI, you can:
- Export all content, including content types, assets and webhooks from a space to a JSON file.
- Import all content, including content types, assets and webhooks from a JSON file to space.
- Create and manage spaces, environments, and UI extensions.
- Execute migrations scripts on the environments in your spaces.
Contentful CLI - View on npm Contentful CLI - View on Github
For further information on recommended steps for using these tools, read our guide to maintaining multiple environments with Contentful.
Contentful Bootstrap
This Ruby gem gets you started using Contentful with one command, creating the spaces, entries and more with one command. Read this tutorial for more details.
Contentful Database Importer
This Ruby gem lets you import content directly from your SQL databases into newly-created or pre-existing spaced.
Data import
You can import data from other systems into Contentful using our contentful-importer.rb gem.
The importer uses a flexible input format that you can write your own exporters for, we provide exporters for:
Read this tutorial to learn how to export content from the systems listed above and import it into your Contentful spaces.