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

Latest commit

 

History

History
53 lines (41 loc) · 2.44 KB

File metadata and controls

53 lines (41 loc) · 2.44 KB

Storyblok ImagoType

Storyblok CLI Package Reference

Installation

For the latest beta version, install the package using the following command:

npm install storyblok@beta

Or for an specific beta version:

npm install storyblok@4.0.0-beta.<version>

Command Reference

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 ⚠️ v3
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

Global Options

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.