Skip to main content
Release notes for the @webstorio/cli package. The CLI follows semantic versioning. While it is in alpha (pre-1.0), releases may include breaking changes.
Check your installed version with npx webstorio --version, and upgrade with npm install -D @webstorio/cli@latest.

0.1.12 - Alpha (2026-07-21)

Improved

  • webstorio dev: apply project branding in the local preview

0.1.11 - Alpha (2026-07-18)

Improved

  • docs: update docs link

0.1.10 - Alpha (2026-07-18)

Added

  • webstorio generate: scaffold local feature pages (CMS content/category, forms, online store, auth)

Fixed

  • webstorio dev: resolve dynamic slug patterns ({content_entry_id}, {product_slug}, …)

0.1.9 - Alpha (2026-07-18)

Added

  • schemasDir: declare CMS content types, forms, and App Data tables as JSON under schemas/content, schemas/forms, and schemas/data
  • webstorio schema push|pull|diff: sync, download, or compare feature schemas
  • webstorio push --prune-schemas: optional destructive prune of remote schema keys missing locally

0.1.8 - Alpha (2026-07-15)

Improved

  • Chunk assets upload

0.1.7 - Alpha (2026-07-15)

Added

  • Website branding, seo, and features config

0.1.6 - Alpha (2026-07-13)

Added

  • webstorio init: add toolchain version & commitlint on init

0.1.5 - Alpha (2026-07-12)

Added

  • webstorio logout: Add logout command
  • webstorio push: Handle plan limit

Improved

  • webstorio login: Auth token expiry

0.1.4 - Alpha (2024-06-22)

Improved

  • webstorio update: fix webstorio package name

0.1.3 - Alpha (2024-06-22)

Improved

  • webstorio init: add prettier config

0.1.2 - Alpha (2024-06-22)

Improved

  • webstorio push: fix base url

0.1.1 - Alpha (2024-06-22)

Improved

  • webstorio init: add more command to package template

0.1.0 - Alpha (2024-06-22)

Initial public alpha release.

Added

  • webstorio init: scaffold a project (webstorio.config.ts, pages/, components/, package.json, tsconfig.json, .gitignore).
  • webstorio dev: live local preview with file watching at http://localhost:9678.
  • webstorio update: align project dependencies to the supported library versions.
  • webstorio login: browser-based authentication.
  • webstorio push: compose and sync pages and components to your project; add --publish to make the site live.
  • webstorio status: show project and authentication status.
  • @webstorio/cli/config: defineConfig helper with full editor types for webstorio.config.ts.