blitz
Blitz.js CLI is your single access point for interacting with your app, from database management to code generation
Subcommands
Name | Description |
---|---|
build, b | Creates a production build |
codegen, cg | Generates Routes Manifest |
console, c | Run the Blitz console REPL |
db | Run database commands |
dev, d | Start a development server |
export, e | Exports a static page |
generate, g | Generate new files for your Blitz project |
help, h | Display help for <%= config.bin %> |
install, i | Install a Recipe into your Blitz app |
new | Create a new Blitz project |
prisma, p | Loads env variables then proxies all args to Prisma CLI |
routes, r | Display all Blitz URL Routes |
start, s | Start the production server |
autocomplete | Display autocomplete installation instructions |