Prisma CLI

The Prisma command line interface (CLI) is the primary way to interact with your Prisma project from the command line. It can initialize new project assets, generate Prisma Client, and analyze existing database structures through introspection to automatically create your application models.

Prisma CLI command reference

See Prisma CLI command reference for a complete list of commands.

Edit this page on GitHub