add
01Command
Scaffolds a feature into a Vendure project — a new plugin or a piece of an existing plugin.
Open-source headless commerce platform built with TypeScript, NestJS, React, and GraphQL
Command
Scaffolds a feature into a Vendure project — a new plugin or a piece of an existing plugin.
Command
Compiles a Vendure project for production: the server and worker are compiled with TypeScript, the dashboard with Vite.
Command
Runs an automated code transform over a Vendure project.
Command
Runs Vendure in development mode. By default it starts three processes: the GraphQL server (ts-node ./src/index.ts), the worker (ts-node ./src/index-worker.ts), and the dashboard (a Vite dev server).
Command
Runs diagnostic checks against a Vendure project and prints an actionable report. Use it for broken projects, upgrade verification, new-machine setup, or CI guard rails.
Command
Generates, runs or reverts TypeORM database migrations for a Vendure project.
Command
Generates a schema file from a Vendure GraphQL API (Admin or Shop).
Command
Runs a project that has already been compiled with vendure build.