0.0.7 • Published 5 years ago

contentful-synchronize v0.0.7

Weekly downloads
26
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

Contentful-sync

Cli tool to sync contentful models between spaces

Install

npm install contentful-synchronize

This module targets Node.js 8 or later. If you want support for older versions use Babel compiler.

Usage

Create .contentful-sync-rc file in project directory

{
  "sourceSpaceId": "xxxxxx",
  "targetSpaceId": "xxxxxx",
  "managementToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

Run contentful-sync

$ npx contentful-sync <contentfulContentType>
0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago