0.0.2 • Published 7 years ago

@studiobosco/contentful-tools v0.0.2

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
7 years ago

Contentful tools

This package provides usefull tools for the work with contentful.

Usage

Install external tools

npm run install-tools

Sync 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]