0.9.0 • Published 9 years ago

contentful-publication v0.9.0

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

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