You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In de cli we want to be able to run a migration agains a path in storyblok.
example:
we have a path groupwebsite-dpl
And we want to run a migration only in that folder.
Suggestion:
storyblok run-migration --space xxxxx --component COMPONENT --field FIELD --storyblok-folder ./groupwebsite-dpl
We host multiple websites in a single space and this would make our migrations much more saver and efficient since currently we have to run the migration against the entire space which cost time and invites more risk to the migration.
The text was updated successfully, but these errors were encountered:
In de cli we want to be able to run a migration agains a path in storyblok.
example:
we have a path groupwebsite-dpl
And we want to run a migration only in that folder.
Suggestion:
storyblok run-migration --space xxxxx --component COMPONENT --field FIELD --storyblok-folder ./groupwebsite-dpl
We host multiple websites in a single space and this would make our migrations much more saver and efficient since currently we have to run the migration against the entire space which cost time and invites more risk to the migration.
The text was updated successfully, but these errors were encountered: