Problem
prisma migrate dev is only for development and errors on non interactive environments
#4669
This error will show if you try to run this command in unattended environments like CI/CD.
Current error message:
We detected that your environment is non-interactive. Running this command in not supported in this context.
Suggested solution
Mention prisma migrate deploy in error message for better discoverability.
Alternatives
Additional context
#4751 (comment)
Problem
prisma migrate devis only for development and errors on non interactive environments#4669
This error will show if you try to run this command in unattended environments like CI/CD.
Current error message:
Suggested solution
Mention
prisma migrate deployin error message for better discoverability.Alternatives
Additional context
#4751 (comment)