You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--yes` alone does not choose Project scope; use `--project` or `--create-project`
638
638
-`--project` and `--create-project` are mutually exclusive with each other and with `PRISMA_PROJECT_ID`
639
639
- resolves or creates branch context from `--branch`, local Git branch, or `main`
640
+
- treats only the resolved Branch `role` as production authority; branch name, `main`, `production`, and `isDefault` are not production authority
640
641
- resolves or creates app context inside the resolved branch from `--app`, `PRISMA_APP_ID`, `package.json#name`, or current directory name
642
+
- auto-promotes the first production deploy for an App without `--prod`
643
+
- requires `--prod` for subsequent deploys to a production Branch; `--yes` only skips the confirmation prompt when `--prod` is also present
641
644
- does not prompt when there is no real choice; zero matching apps creates the inferred app
642
645
- writes `.prisma/local.json` after Project binding succeeds and before build/deploy starts, so retries after a failed deploy do not repeat setup
643
646
- before asking `Customize build settings? (y/N)`, previews the detected framework and runtime so the user can see the defaults they are accepting or changing
0 commit comments