vendure-cli
Installation
SKILL.md
Vendure CLI
The Vendure CLI (@vendure/cli, binary vendure) drives the full lifecycle of
a Vendure project. Use it instead of hand-writing boilerplate or guessing build
and migration commands.
Detecting a Vendure project
Run CLI commands from a Vendure server package root, or from a monorepo root
that contains a Vendure package under packages/, apps/, libs/,
services/, or modules/.
dev, build, and start resolve the project directory from the current
working directory if it contains @vendure/core, or by scanning those monorepo
package directories. add, migrate, schema, and config-dependent doctor
checks analyze the TypeScript project from process.cwd() and require a
tsconfig*.json there, so do not assume they work from arbitrary nested
subdirectories.