ls

List available local Prisma Postgres servers

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

Usage

prisma dev ls [options]

Options

OptionDescriptionDefault
--debugEnable debug loggingfalse

Examples

List all servers

npx prisma dev ls

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

On this page