0.0.7 • Published 4 years ago

contentful-synchronize v0.0.7

Weekly downloads
26
License
SEE LICENSE IN LI...
Repository
github
Last release
4 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

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago