contentful-export
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -48,2 +48,6 @@ 'use strict'; | ||
default: 1000 | ||
}).option('management-host', { | ||
describe: 'Management API host', | ||
type: 'string', | ||
default: 'api.contentful.com' | ||
}).option('error-log-file', { | ||
@@ -50,0 +54,0 @@ describe: 'Full path to the error log file', |
{ | ||
"name": "contentful-export", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "this tool allows you to export a space to a JSON dump", | ||
@@ -98,2 +98,2 @@ "bin": { | ||
} | ||
} | ||
} |
# Contentful export tool | ||
[![npm](https://img.shields.io/npm/v/contentful-export.svg)](https://www.npmjs.com/package/contentful-export) [![Build Status](https://travis-ci.org/contentful/contentful-export.svg?branch=master)](https://travis-ci.org/contentful/contentful-export) [![Coverage Status](https://coveralls.io/repos/github/contentful/contentful-export/badge.svg?branch=master)](https://coveralls.io/github/contentful/contentful-export?branch=master) [![Dependency Status](https://david-dm.org/contentful/contentful-export.svg)](https://david-dm.org/contentful/contentful-export) [![devDependency Status](https://david-dm.org/contentful/contentful-export/dev-status.svg)](https://david-dm.org/contentful/contentful-export#info=devDependencies) | ||
[![npm](https://img.shields.io/npm/v/contentful-export.svg)](https://www.npmjs.com/package/contentful-export) [![Build Status](https://travis-ci.org/contentful/contentful-export.svg?branch=master)](https://travis-ci.org/contentful/contentful-export) [![Coverage Status](https://coveralls.io/repos/github/contentful/contentful-export/badge.svg?branch=master)](https://coveralls.io/github/contentful/contentful-export?branch=master) [![Dependency Status](https://img.shields.io/david/contentful/contentful-export.svg)](https://david-dm.org/contentful/contentful-export) [![devDependency Status](https://img.shields.io/david/dev/contentful/contentful-import.svg)](https://david-dm.org/contentful/contentful-export#info=devDependencies) | ||
@@ -5,0 +5,0 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20477
244