Alias: blitz p
This loads all your environment variables and then proxies all arguments to the Prisma CLI.
Hopefully Prisma adds full env support so we can eventually remove this :)
| Option | Shorthand | Description | Default | 
|---|---|---|---|
| --env | -e | Set app environment name. Read more. | None | 
blitz prisma generate
blitz prisma migrate dev
blitz prisma migrate deploy