简体   繁体   中英

How can I copy Storyblok space to another account?

I faced with the issue of copying entire space from Storyblok (from one account to another) I can't find another way except

storyblok push-components <SOURCE> --space <SPACE_ID> --presets-source <PRESETS_SOURCE>

But this method doesn't includes assets and internationalization, and schemas. Also find this way export as csv , but it doesn't include internationalization

Is there any way to copy entire space and put it on another account?

You can use this command to sync components, folder, roles, datasources or stories between spaces, but not accounts.

$ storyblok sync --type <COMMAND> --source <SPACE_ID> --target <SPACE_ID>

type: describe the command type to execute. Can be: folders, components, stories, datasources or roles. It's possible pass multiple types separated by comma (,).

If you want to move everything in the account contact their support team

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM