-
Notifications
You must be signed in to change notification settings - Fork 870
docs: update prisma dev command documentation #7426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add missing --detach (-d) option to run server in background - Add default value 'default' for --name option - Add --force option documentation for dev rm command
Dangerous URL checkNo absolute URLs to prisma.io/docs found. |
WalkthroughUpdated CLI and local Postgres docs: set Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-01-06T22:06:57.725ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (2)
Comment |
Redirect checkThis PR probably requires the following redirects to be added to static/_redirects:
|
Deploying docs with
|
| Latest commit: |
2556c6f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6c9866c0.docs-51g.pages.dev |
| Branch Preview URL: | https://update-prisma-dev-docs.docs-51g.pages.dev |
- Add --detach option example for running server in background - Add --force option documentation for dev rm command - Fix typo: 'stop' -> 'remove' in dev rm section
Summary
--detach(-d) option toprisma devarguments table - allows running the server in the backgrounddefaultfor--nameoption--forceoption documentation fordev rmcommand - stops running servers before removing themTest plan
npx prisma@latest dev --helpoutputSummary by CodeRabbit
devandrm: set--namedefault to "default"; added--detach(aka-d) flag with default false and a detached-mode example; introduced--forceforrmwith default false; adjusted argument tables and section structure for clarity.✏️ Tip: You can customize this high-level summary in your review settings.