@studiobosco/contentful-tools
v0.0.2
Published
This package provides usefull tools for the work with contentful.
Readme
Contentful tools
This package provides usefull tools for the work with contentful.
Usage
Install external tools
npm run install-toolsSync spaces
First create a config json like this:
{
"sourceSpace": "source-space-id",
"destinationSpace": "destination-space-id",
"sourceDeliveryToken": "source-delivery-token",
"destinationDeliveryToken": "destination-delivery-token",
"sourceManagementToken": "source-management-token",
"destinationManagementToken": "destination-management-token"
}Then call this:
contentful-space-sync --config [path-to-your-config-json]