Skip to content

jsebfranck/contentful-publication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

You should now use https://github.com/contentful/contentful-space-sync

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.

Resources

Stars

Watchers

Forks

Packages

No packages published