Upgrade contentful-import, add ability to skip entries#2684
Upgrade contentful-import, add ability to skip entries#2684Uma Zalakain (umazalakain) wants to merge 1 commit into
Conversation
| }) | ||
| .option('skip-content-updates', { | ||
| describe: | ||
| 'Skips content updates. Skips updating existing content, only new content are created. Useful for incremental imports', |
There was a problem hiding this comment.
| 'Skips content updates. Skips updating existing content, only new content are created. Useful for incremental imports', | |
| 'Skips content updates. Skips updating existing content, only new content is created. Useful for incremental imports', |
|
thanks again for the contribution Uma Zalakain (@umazalakain), so exciting to see this come together!!! it would be really awesome to include some tests with this change now that the new functionality is available. The existing tests ("should print help message" and "should exit 1 when no args" in test/integration/cmds/space/import.test.js) also require a tweak to accompany these changes |
Jared Jolton (jjolton-contentful)
left a comment
There was a problem hiding this comment.
Thanks again for the contribution Uma Zalakain (@umazalakain), really so exciting to see all the pieces of this come together!!! It would be really awesome to include some tests with this change now that the new functionality is available. The existing tests ("should print help message" and "should exit 1 when no args" in test/integration/cmds/space/import.test.js) also require a tweak to accompany these changes
Upgrades contentful-import and uses its ability to skip entries.