jblock / contentful-publication

Tool to synchronize model, entries and assets between two Contentful spaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contentful-publication

Build Status Coverage Status

Tool to synchronize model, entries and assets between two Contentful spaces.

Install

npm install -g contentful-publication

How to use?

  • Create a config file following the example in examples/config.json
  • To synchronize contents and models :
  contentful-publication -c path/to/config
  • To synchronize only the contents (entries and assets)
  contentful-publication -c path/to/config -t content
  • To synchronize only the models
  contentful-publication -c path/to/config -t model

About

Tool to synchronize model, entries and assets between two Contentful spaces.


Languages

Language:JavaScript 100.0%