0.0.2 • Published 7 years ago
@studiobosco/contentful-tools v0.0.2
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]0.0.2
7 years ago