storyblok-cli
storyblok-cli copied to clipboard
[Feature Request] Add the capability of sync a subset of stories filtering by name or slug
Description
Sometimes is useful to copy only stories with specific names or slugs. To achieve this, one approach could be to provide a list of names or slugs separate by commas in the command to sync stories:
sync --type stories --source 233308 --target 233311 --names-list name1,name2,name3
sync --type stories --source 233308 --target 233311 --slug-list slug1,slug2,slug3