Back to Prisma1

`prisma local start`

docs/1.4/04-Reference/07-CLI-Command-Reference/04-Local-Development/01-prisma-local-start.md

1.34.12594 B
Original Source

prisma local start

Start local development cluster (Docker required).

Usage

sh
prisma local start [flags]

Flags

 -n, --name NAME    Name of the cluster instance

Examples

Start local default cluster called local.
sh
prisma local start
Start local cluster called mycluster.
sh
prisma local start --name mycluster

Note: If it didn't exist before, the command adds a new entry with the key mycluster to your cluster registry in ~/.prisma/config.yml.