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.18 - Alpha (2026-08-15)

Improved

  • webstorio status: compact project header and a single grouped diff (pages, components, assets, schemas). Unchanged items are summarized; the remote project id is omitted.
  • webstorio push: report only what changed, grouped by kind, with schemas in the same summary.

Fixed

  • webstorio status: duplicate files at different paths no longer look like page edits.

0.1.17 - Alpha (2026-08-14)

Added

  • webstorio seed: upload data/ fixtures (CSV preferred, JSON supported) to the remote project; skips existing content slugs / category keys / unique App Data values by default (--dry-run, --strict, --type, --key).
  • CSV fixtures: data/content/{key}.csv and data/app-data/{key}.csv for local preview and seed (CSV wins over a JSON folder for the same key).

Improved

  • webstorio dev: handle fixture loader error on dev server

0.1.16 - Alpha (2026-08-06)

Added

  • webstorio init: add lint and typecheck scripts to package.json

0.1.15 - Alpha (2026-07-31)

Added

  • webstorio init: add tailwind scaffolding
  • enhance handling of bundled dependencies
  • introduce local data mode and fixture
  • parse arbitrary class names

0.1.14 - Alpha (2026-07-30)

Improved

  • webstorio status: status unauthenticated ask to relogin

0.1.13 - Alpha (2026-07-23)

Fixed

  • webstorio dev: share a single React instance via import map

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.