@datocms/cli-plugin-contentful
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.14","commands":{"contentful:import":{"id":"contentful:import","description":"Import a Contentful project into a DatoCMS project","strict":true,"pluginName":"@datocms/cli-plugin-contentful","pluginAlias":"@datocms/cli-plugin-contentful","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"config-file":{"name":"config-file","type":"option","description":"Specify a custom config file path","multiple":false,"default":"./datocms.config.json"},"profile":{"name":"profile","type":"option","description":"Use settings of profile in datocms.config.js","multiple":false},"api-token":{"name":"api-token","type":"option","description":"Specify a custom API key to access a DatoCMS project","multiple":false},"log-level":{"name":"log-level","type":"option","description":"Level of logging for performed API calls","helpValue":"(NONE|BASIC|BODY|BODY_AND_HEADERS)","multiple":false,"options":["NONE","BASIC","BODY","BODY_AND_HEADERS"]},"base-url":{"name":"base-url","type":"option","hidden":true,"multiple":false},"contentful-token":{"name":"contentful-token","type":"option","description":"Your Contentful project read-only API token","multiple":false},"contentful-space-id":{"name":"contentful-space-id","type":"option","description":"Your Contentful project space ID","multiple":false},"contentful-environment":{"name":"contentful-environment","type":"option","description":"The environment you want to work with","multiple":false},"autoconfirm":{"name":"autoconfirm","type":"boolean","description":"Automatically enter an affirmative response to all confirmation prompts, enabling the command to execute without waiting for user confirmation, like forcing the destroy of existing Contentful schema models.","allowNo":false},"ignore-errors":{"name":"ignore-errors","type":"boolean","description":"Ignore errors encountered during import","allowNo":false},"skip-content":{"name":"skip-content","type":"boolean","description":"Exclusively import the schema (models) and ignore records and assets","allowNo":false},"only-content-type":{"name":"only-content-type","type":"option","description":"Exclusively import the specified content types. Specify the content types you want to import with comma separated Contentful IDs - Example: blogPost,landingPage,author","multiple":false},"concurrency":{"name":"concurrency","type":"option","description":"Specify the maximum number of operations to be run concurrently","multiple":false,"default":15}},"args":[],"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}}}} | ||
{"version":"1.0.15","commands":{"contentful:import":{"id":"contentful:import","description":"Import a Contentful project into a DatoCMS project","strict":true,"pluginName":"@datocms/cli-plugin-contentful","pluginAlias":"@datocms/cli-plugin-contentful","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"config-file":{"name":"config-file","type":"option","description":"Specify a custom config file path","multiple":false,"default":"./datocms.config.json"},"profile":{"name":"profile","type":"option","description":"Use settings of profile in datocms.config.js","multiple":false},"api-token":{"name":"api-token","type":"option","description":"Specify a custom API key to access a DatoCMS project","multiple":false},"log-level":{"name":"log-level","type":"option","description":"Level of logging for performed API calls","helpValue":"(NONE|BASIC|BODY|BODY_AND_HEADERS)","multiple":false,"options":["NONE","BASIC","BODY","BODY_AND_HEADERS"]},"base-url":{"name":"base-url","type":"option","hidden":true,"multiple":false},"contentful-token":{"name":"contentful-token","type":"option","description":"Your Contentful project read-only API token","multiple":false},"contentful-space-id":{"name":"contentful-space-id","type":"option","description":"Your Contentful project space ID","multiple":false},"contentful-environment":{"name":"contentful-environment","type":"option","description":"The environment you want to work with","multiple":false},"autoconfirm":{"name":"autoconfirm","type":"boolean","description":"Automatically enter an affirmative response to all confirmation prompts, enabling the command to execute without waiting for user confirmation, like forcing the destroy of existing Contentful schema models.","allowNo":false},"ignore-errors":{"name":"ignore-errors","type":"boolean","description":"Ignore errors encountered during import","allowNo":false},"skip-content":{"name":"skip-content","type":"boolean","description":"Exclusively import the schema (models) and ignore records and assets","allowNo":false},"only-content-type":{"name":"only-content-type","type":"option","description":"Exclusively import the specified content types. Specify the content types you want to import with comma separated Contentful IDs - Example: blogPost,landingPage,author","multiple":false},"concurrency":{"name":"concurrency","type":"option","description":"Specify the maximum number of operations to be run concurrently","multiple":false,"default":15}},"args":[],"_globalFlags":{"json":{"description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false,"type":"boolean"}}}}} |
{ | ||
"name": "@datocms/cli-plugin-contentful", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Plugin for DatoCMS CLI to import projects from Contentful to DatoCMS", | ||
@@ -66,3 +66,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "3787308440e52901c9dc64db08b8342494aa72de" | ||
"gitHead": "7f9c97ad8516a83b26f9e922d44d8cdc914c1214" | ||
} |
@@ -69,3 +69,3 @@ # DatoCMS Contentful Import CLI | ||
_See code: [lib/commands/contentful/import.js](https://github.com/datocms/cli/blob/v1.0.14/packages/cli-plugin-contentful/lib/commands/contentful/import.js)_ | ||
_See code: [lib/commands/contentful/import.js](https://github.com/datocms/cli/blob/v1.0.15/packages/cli-plugin-contentful/lib/commands/contentful/import.js)_ | ||
<!-- commandsstop --> | ||
@@ -72,0 +72,0 @@ |