For the latest beta version, install the package using the following command:
npm install storyblok@betaOr for an specific beta version:
npm install storyblok@4.0.0-beta.<version>| Command | Status | Notes |
|---|---|---|
login |
✅ Ready | Improved DX and credentials storage in ~/.storyblok/credentials.json |
logout |
✅ Ready | |
user |
✅ Ready | |
languages pull |
✅ Ready | Replaces previous pull-languages |
components pull |
✅ Ready | Replaces previous pull-components |
components push |
✅ Ready | Replaces previous push-components. Also handles dependencies such as groups, tags, presets and whitelists. (Datasources is pending) |
components delete |
📝 Planned | Will replace delete-component and delete-components |
migrations generate |
✅ Ready | Replaces previous generate-migrations |
migrations run |
✅ Ready | Replaces previous run-migrations |
migrations rollback |
✅ Ready | Replaces previous rollback-migrations |
types generate |
✅ Ready | Replaces previous generate-typescript-typedefs |
sync |
||
datasources pull |
📝 Planned | |
datasources push |
📝 Planned | |
datasources delete |
📝 Planned | Will replace delete-datasources |
select |
💬 TBD | To be discussed |
quickstart |
💬 TBD | To be discussed |
spaces |
💬 TBD | To be discussed |
import |
💬 TBD | To be discussed |
These options can be used with any command:
| Option | Description | Default |
|---|---|---|
-v, --verbose |
Enable verbose output for debugging | false |
--ci |
Enable CI mode (coming soon) | false |
Tip
When reporting a bug or opening a support ticket, please run the command with the --verbose flag to provide detailed information that will help us better understand and resolve the issue.
