This repository was archived by the owner on Jan 19, 2026. It is now read-only.
v2.0.0
Bug Fixes
- cli: when user has been logged, show the corresponding message (f8c02c6 (storyblok/storyblok@f8c02c6))
- remove token option from sync subcommand and use login (0571dd2 (storyblok/storyblok@0571dd2))
Features
- change support to node9 (fc4b9e8 (storyblok/storyblok@fc4b9e8))
- api: use SDK client and refactor pull task (218af36 (storyblok/storyblok@218af36))
- cli: add sync task (9e05a4e (storyblok/storyblok@9e05a4e))
- cli: use commander.js to CLI support and remove delete-templates (da33b13 (storyblok/storyblok@da33b13))
BREAKING CHANGES
- now we will support node version >= 9.11.0
- cli: remove delete-templates task and change the way to pass arguments to cli. Now, if you want to pass space argument, you should use --space <SPACE_ID> instead --space=<SPACE_ID>.