storyblok-cli icon indicating copy to clipboard operation
storyblok-cli copied to clipboard

[Feature Request] Sync specific datasource entries

Open milanvogels opened this issue 1 year ago • 2 comments

I would like to sync specific datasource entries from space A to space B, but I cant seem to get it working. It always syncs the entire datasource collection. I would like use it to sync datasources from A that do not exist yet on space B.

I tried different comands like:

storyblok sync --type datasources --source {source_id} --target {target_id} --starts-with {datasource_name} --filter --keys {datasource_key} --operations is --values {datasource_value}

milanvogels avatar Jun 01 '23 11:06 milanvogels