Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 493f200

Browse files
authored
Merge pull request #191 from storyblok/chore/sync-extra-info
docs: sync command important info
2 parents 98b9ab8 + fc936d2 commit 493f200

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ pnpm run coverage
8989

9090
To debug the CLI you can use the `launch.json` configuration in the `.vscode` folder. You can run any command with the debugger attached.
9191

92-
![Debugging](/.github/assets/debug-vscode.png)
92+
![A screenshot of the Visual Studio Code debugger](/.github/assets/debug-vscode.png)
9393

9494
Then you can set breakpoints directly to the typescript files and the debugger will handle the rest with sourcempaps.
9595

96-
![Debugging](/.github/assets/breakpoints.png)
96+
![A screenshot of a breakpoint set in the Visual Studio Code debugger](/.github/assets/breakpoints.png)
9797

9898
## Community
9999

@@ -107,7 +107,7 @@ For community support, chatting with other users, please visit:
107107

108108
## Support
109109

110-
For bugs or feature requests, please [submit an issue](https://github.com/storyblok/my-joyful-package/issues/new/choose).
110+
For bugs or feature requests, please [submit an issue](https://github.com/storyblok/storyblok-cli/issues/new/choose).
111111

112112
> [!IMPORTANT]
113113
> Please search existing issues before submitting a new one. Issues without a minimal reproducible example will be closed. [Why reproductions are Required](https://antfu.me/posts/why-reproductions-are-required).
@@ -122,7 +122,7 @@ If you have a question, please ask in the [Discuss Storyblok on Discord](https:/
122122

123123
## Contributing
124124

125-
If you're interested in contributing to my-joyful-package, please read our [contributing docs](https://github.com/storyblok/.github/blob/main/CONTRIBUTING.md) before submitting a pull request.
125+
If you're interested in contributing to Storyblok CLI, please read our [contributing docs](https://github.com/storyblok/.github/blob/main/contributing.md) before submitting a pull request.
126126

127127
## License
128128

src/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm install storyblok@4.0.0-beta.<version>
3131
| [`migrations run`](./commands/migrations/run/README.md) || Replaces previous run-migrations |
3232
| [`migrations rollback`](./commands/migrations/rollback/README.md) || Replaces previous rollback-migrations |
3333
| [`types generate`](./commands/types/generate/README.md) || Replaces previous generate-typescript-typedefs |
34-
| `sync` | ⚠️ | |
34+
| `sync` | ⚠️ | Pending new API endpoint implementation for improved performance and reliability (Check below for more details) |
3535
| `datasources pull` | 📝 | |
3636
| `datasources push` | 📝 | |
3737
| `datasources delete` | 📝 | Will replace delete-datasources |
@@ -43,9 +43,19 @@ npm install storyblok@4.0.0-beta.<version>
4343
### Status Legend
4444
- ✅ Ready: Feature is implemented and ready to use
4545
- 📝 Planned: Feature is planned for future implementation
46-
- ⚠️ v3: Feature is available only in v3
46+
- ⚠️ v3: Feature is available only in [v3](https://github.com/storyblok/storyblok-cli/tree/v3)
4747
- 💬 TBD: Feature is under discussion
4848

49+
## Sync Command
50+
51+
> [!IMPORTANT]
52+
> The sync command is being reimagined as a new API endpoint that will perform synchronization between spaces. This new implementation will provide:
53+
> - Faster synchronization compared to the current CLI version
54+
> - Improved reliability by running on our backend servers
55+
> - Better handling of large-scale synchronization operations
56+
57+
If you wish to continue using the `sync` command, please refer to the [v3](https://github.com/storyblok/storyblok-cli/tree/v3?tab=readme-ov-file#sync) documentation and use `storyblok@v3.36.1` or previous.
58+
4959
## Global Options
5060

5161
These options are available for all commands:

0 commit comments

Comments
 (0)