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
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,14 +98,15 @@ $ storyblok pull-components --space <SPACE_ID> # Will save files like components
98
98
```
99
99
100
100
```sh
101
-
$ storyblok pull-components --space <SPACE_ID> --separate-files # Will save files like feature-1234.json grid-1234.json
101
+
$ storyblok pull-components --space <SPACE_ID> --separate-files --file-name production # Will save files like feature-production.json grid-production.json
102
102
```
103
103
104
104
#### Options
105
105
106
106
*`space`: your space id
107
107
*`separate-files`: boolean flag to save components and presets in single files instead a file with all
108
108
*`path`: the path to save your components and preset files
109
+
*`file-name`(optional): a custom filename used to generate the component and present files, default is the space id
0 commit comments