Back to Prisma

ls

apps/docs/content/docs/cli/dev/ls.mdx

latest487 B
Original Source

The prisma dev ls command lists all available local Prisma Postgres instances on your system.

Usage

bash
prisma dev ls [options]

Options

OptionDescriptionDefault
--debugEnable debug loggingfalse

Examples

List all servers

npm
npx prisma dev ls

This shows all instances on your system with their current status and configuration.