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
| Option | Description | Default |
|---|---|---|
--debug | Enable debug logging | false |
Examples
List all servers
npx prisma dev lsThis shows all instances on your system with their current status and configuration.