storyblok-cli
storyblok-cli copied to clipboard
Storyblok CLI
**Current behavior:** - Generate migration. It will produce .js file with `export default` ESM statement - Run `run-migration`. Error will be thrown, because Node.js didn't expect to see ESM export...
## Pull request type - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) -...
## Pull request type Jira Link: [INT-](url) - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no...
## Pull request type Jira Link: [INT-](url) - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no...
**Current behavior:** While running generate-typescript-typedefs command, I am getting the following error. ``` file:///Users/pawelgrzybek/Desktop/sb/node_modules/.pnpm/[email protected]/node_modules/storyblok/dist/cli.mjs:3309 tsType: `(${property.filter_content_type.map((type2) => __privateMethod(this, _getStoryType, getStoryType_fn).call(this, type2)).join(" | ")} | string )${property.type === "options" ? "[]"...
Hi, We are having a problem with renaming of stories where the contains_component query does not work for us. We solved it with this patch for now, is this a...
I want to have generated types for my Storyblok components. Since Storyblok doesn't provide such option, I am using https://github.com/dohomi/storyblok-generate-ts with: ```bash $ storyblok pull-components --space=[SPACE_ID] ``` This mostly works...
## Pull request type Jira Link: [INT-](url) - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no...
**Current behavior:** I'm uploading my components.json (with 21 components) to an existing space: `storyblok push-components --space 12345 components.json` After a few successful updates it reliably aborts like this: ``` -...
Currently, the CLI provides a `select` command which allows the user to create a field-plugin (aka FieldType) boilerplate/structure quickly. This command is working fine but it just provides template for...