Skip to content

feat(docs): add Prisma Compute docs section and integrate into the docs experience#7931

Open
ankur-arch wants to merge 15 commits into
mainfrom
compute-docs
Open

feat(docs): add Prisma Compute docs section and integrate into the docs experience#7931
ankur-arch wants to merge 15 commits into
mainfrom
compute-docs

Conversation

@ankur-arch
Copy link
Copy Markdown
Contributor

@ankur-arch ankur-arch commented Jun 3, 2026

Summary

Adds a new Prisma Compute docs section at /docs/compute and integrates it into the existing docs experience (top nav, sidenav, Getting Started, CLI and Console docs, quickstart callouts). Scope is limited to docs-owned files; no marketing, product, blog, or global website surfaces were touched.

Content is validated against three sources: the authoritative Compute product doc set, the prisma/prisma-cli repo (every command/flag), and the pdp-control-plane implementation (platform behavior and limits).

New pages

Compute section (/docs/compute)

  • index.mdx — overview with the resource model (workspace → project → branch → apps/databases)
  • getting-started.mdx — get started with the @prisma/cli beta (deploy loop, frameworks, project linking, production, CI/agents); sidebar label is @prisma/cli
  • branching.mdx — production/preview branches, CLI branch resolution, auto-creation, cleanup
  • deployments.mdx — deploy, local build/run, inspect, logs, promote, roll back, remove
  • database/connect-to-prisma-postgres.mdx — connect an app via DATABASE_URL
  • environment-variables.mdx — production/preview/branch scopes, write-only values, rules
  • domains.mdx — custom domains, CNAME setup, status lifecycle, retry, limits (3/app, production-only)
  • github.mdx — repo connection, deploy on push, branch event mapping, beta boundaries
  • faq.mdx — Q&A for people and agents
  • cli-reference.mdx — complete @prisma/cli reference: all command groups, flags, env vars, and error codes (cross-linked from /docs/cli and the getting-started page)
  • limitations.mdx — what the Public Beta does and doesn't do, in one place

Getting Started (/docs/prisma-compute/*)

  • deploy.mdx — deploy your first app (CLI path + hand-it-to-your-agent path with prompt template)
  • connect-to-prisma-postgres.mdx — quickstart for wiring an app to Prisma Postgres

Integration changes

  • Docs top nav: added Compute after Postgres (src/lib/layout.shared.tsx)
  • Root and Getting Started meta.json: new Compute entries
  • "Introduction to Prisma" and "Choose a setup path": Compute mentions
  • "Deploy to Compute" callouts on the five Prisma Postgres-backed quickstarts
  • CLI docs: note distinguishing the ORM prisma CLI from the @prisma/cli beta (prisma-cli binary)
  • Console docs: Compute in the product list; Concepts page extended with branches and Compute apps
  • Feature maturity page: new Public Beta level (what users can expect, what's stable, what can change before GA, caveats) plus a Compute-specific subsection
  • Badges: new beta badge type in the docs badge system; a single "Beta" chip on the Compute index instead of chips on every page (declutters the sidebar)
  • Sidebar coherence: short labels (@prisma/cli, Connect to Prisma Postgres, Domains); titles only, URLs unchanged
  • Positioning: the Compute intro carries the integrated platform story (model with Prisma ORM, store in Prisma Postgres, run on Compute; co-location keeps app-to-database latency low), per the product messaging guidance
  • Redirects: none needed — this PR only adds pages and changes titles; no public URL or anchor that previously shipped was removed (apps/docs/vercel.json is the place if that changes)

Validation

  • pnpm lint:links — 0 errors (561 files)
  • pnpm --filter docs types:check — passes
  • pnpm lint:spellcheck (cspell) — 0 issues across 681 files; added waitlist, dogfooding to cspell.json
  • Dev-server smoke test — all 12 Compute pages + updated pages return 200; nav, sidebar, Beta badge, callouts, and agent section render; no stray TODO output
  • Not from this PR: root pnpm types:check fails on main in @prisma/eclipse; local docs build needs MXBAI_API_KEY (search route)

Open product questions

Most earlier questions were resolved by the authoritative product docs (terminology is "app"; maturity is Public Beta; branches auto-create on deploy and are cleaned up via GitHub branch deletion; domains are CNAME-based, production-only, 3 per app). Still open:

  1. Regions: Supported regions are not documented in any product source; the docs intentionally make no region claims. Confirm whether regions should be documented.
  2. Runtime resource limits: Memory, CPU, request timeouts, and request body size are not documented; the Limitations page notes that exact limits and guardrails can change before GA.
  3. Pricing and retention: Flagged on the maturity page as subject to change before GA; no pricing page exists for Compute yet.
  4. Console create-service flow: The docs position the Console for inspection (per product docs). If the Console create-app flow should be documented, that needs UI copy review.
  5. Next.js output: "standalone" requirement: Verified in the CLI repo skill but absent from the product doc set; kept as a note. Confirm it's still required.
  6. GitHub App permission list: Not documented in any source; the docs describe the install flow without enumerating permissions.

Out of scope (handled separately)

  • Compute mentions on marketing/product pages, global site nav, and footer (apps/site, packages/ui) were deliberately not added.
  • The Console concepts diagram (/img/platform/pdp-concepts.png) still shows four concepts; it needs a refresh to include branches.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation

    • Added a full Prisma Compute docs section: overview, getting started, CLI reference, deployments, branching, domains, env vars, GitHub integration, FAQ, and limitations
    • Added “Deploy to Compute” callouts across quickstarts and Console docs
    • Updated docs navigation to surface Compute and added beta badges
  • New Features

    • Interactive concept animations and code-step player added to improve documentation examples

…avigation

Adds a new /docs/compute section (overview, @prisma/cli getting started,
branching, Prisma Postgres connection, environment variables, custom
domains, GitHub integration, FAQ/limitations), getting-started pages for
deploying a first Compute service and connecting it to Prisma Postgres,
and integrates Compute into the docs top nav, sidenav, Introduction,
Choose a setup path, CLI and Console docs, plus "Deploy to Compute"
callouts on the Prisma Postgres quickstarts.

All CLI commands are sourced from prisma/prisma-cli, and platform
behavior from pdp-control-plane. Open questions are left as
non-rendering MDX TODO comments.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 5, 2026 12:33pm
docs Ready Ready Preview, Comment Jun 5, 2026 12:33pm
eclipse Ready Ready Preview, Comment Jun 5, 2026 12:33pm
site Ready Ready Preview, Comment Jun 5, 2026 12:33pm

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

🍈 Lychee Link Check Report

196 links: ✅ 13 OK | 🚫 0 errors | 🔀 10 redirects | 👻 173 excluded

✅ All links are working!


Full Statistics Table
Status Count
✅ Successful 13
🔀 Redirected 10
👻 Excluded 173
🚫 Errors 0
⛔ Unsupported 0
⏳ Timeouts 0
❓ Unknown 0

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 3, 2026

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Adds a complete Prisma Compute docs section (overview, getting-started, deployments, branching, envs, domains, GitHub, CLI reference, FAQ, limitations), integrates Compute into navigation and index/getting-started pages, adds beta badge/frontmatter support, callouts in existing quickstarts, and new docs UI components for animated concept demos.

Changes

Prisma Compute documentation rollout

Layer / File(s) Summary
Badge system for beta documentation status
apps/docs/source.config.ts, apps/docs/src/components/sidebar-badge-provider.tsx, apps/docs/src/lib/page-badges.ts
Frontmatter schema, component types, and label/color mappings extended to support "beta" badge value.
Navigation and doc metadata structure
apps/docs/content/docs/(index)/meta.json, apps/docs/content/docs/meta.json, apps/docs/src/lib/layout.shared.tsx, apps/docs/content/docs/compute/meta.json
Doc meta.json and sidebar links updated to include Compute; Getting Started activePaths extended for Compute routes.
Getting started and index entry points
apps/docs/content/docs/(index)/getting-started.mdx, apps/docs/content/docs/(index)/index.mdx, apps/docs/content/docs/(index)/prisma-compute/meta.json
Index and Getting Started show a Deploy path and a Compute card linking to the first-app deploy guide.
Compute product overview and first deploy
apps/docs/content/docs/compute/index.mdx
Compute overview page with Public Beta callout, resource model, and first-deploy CLI snippet.
Compute CLI getting started guide
apps/docs/content/docs/compute/getting-started.mdx
Full CLI-based getting-started covering install, auth, deploy loop, framework flags, CI/service-token usage, and JSON envelope semantics.
Deploy your first Compute app quickstart
apps/docs/content/docs/(index)/prisma-compute/deploy.mdx
Quickstart for deploying an app including auth, deploy, verify, logs, production redeploy example, and agent-assisted workflows.
Deployments and operational workflows
apps/docs/content/docs/compute/deployments.mdx
Deployments page covering build/run, production promotion, inspect commands, logs, promote/rollback, and removal.
Branching model and branch management
apps/docs/content/docs/compute/branching.mdx
Branching semantics, CLI selection precedence, creation, and cleanup behavior.
Environment variables, GitHub integration, and domains
apps/docs/content/docs/compute/environment-variables.mdx, apps/docs/content/docs/compute/github.mdx, apps/docs/content/docs/compute/domains.mdx
Guides for env var scoping/CLI, GitHub connect/disconnect/webhook automation, and domain lifecycle including CLI commands and errors.
CLI reference and limitations
apps/docs/content/docs/compute/cli-reference.mdx, apps/docs/content/docs/compute/limitations.mdx
Complete @prisma/cli reference and Public Beta limitations checklist.
Compute FAQ and common patterns
apps/docs/content/docs/compute/faq.mdx
FAQ covering CLI usage, branches/apps/projects, env semantics, CI examples, common errors, domains, and beta scope.
Cross-linking from quickstart and CLI docs
apps/docs/content/docs/(index)/prisma-orm/quickstart/prisma-postgres.mdx, apps/docs/content/docs/(index)/prisma-postgres/quickstart/*, apps/docs/content/docs/console/..., apps/docs/content/docs/cli/index.mdx
Callouts added to existing quickstarts, CLI overview, and Console docs linking to Compute.
Docs concept-animation UI
apps/docs/src/components/concept-animation/*, apps/docs/src/components/concept-animation/smooth-pre.tsx, apps/docs/src/mdx-components.tsx
New ConceptAnimation/ConceptPlayer/presets/SmoothPre components and MDX mapping to render animated code-concept demos (uses CodeHike).
Package and build config
apps/docs/package.json
Add codehike dependency and reorder devDependencies for tooling.
Dictionary updates
apps/docs/cspell.json
Add dogfooding and waitlist to cspell words.
Bun regex tweak
apps/docs/source.config.ts
Change bun replacement to global/multiline regex for multi-line strings.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 42.86% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and specifically describes the main change: adding a comprehensive Prisma Compute documentation section and integrating it throughout the docs experience.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci
Copy link
Copy Markdown

argos-ci Bot commented Jun 3, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 1 changed Jun 5, 2026, 12:39 PM

…maturity

Validate and rework the Compute docs against the product doc set:

- Adopt the product resource model (workspace → project → branch →
  apps/databases) and "app" terminology throughout
- Standardize on `npx @prisma/cli@latest` invocation
- Add Deployments and Limitations pages; resolve all prior TODOs
  (branch auto-creation, cleanup via GitHub, domain limits, error codes)
- Document Public Beta on the feature-maturity page and link it from
  Compute pages; replace "early access" framing
- Add a `beta` badge type and keep a single sidebar chip on the Compute
  index to reduce clutter
- Add an agent-driven deploy path to the deploy quickstart
- Add branch and Compute app concepts to Console concepts
- Add waitlist/dogfooding to cspell.json; spellcheck, links, and types pass

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
apps/docs/src/lib/page-badges.ts (1)

3-3: ⚡ Quick win

Three parallel definitions of the badge set are quietly drifting waiting to happen.

The same allowed-values list now lives in three places: the zod badge enum in source.config.ts, BadgeType in sidebar-badge-provider.tsx, and this BadgeType. You kept all three in sync for "beta" — but nothing forces that. The trap is the as BadgeType cast on page.data.badge: if someone later adds a value to the zod schema only, the cast happily accepts it at runtime while BADGE_LABEL/BADGE_COLOR lookups return undefined, so the badge silently fails to render with no type error to catch it.

A cheap, durable fix is to define BadgeType once and import it in the other module (type-only imports from a "use client" file are erased at build, so there's no client/server hazard):

♻️ Consolidate to a single source
-export type BadgeType = "early-access" | "beta" | "deprecated" | "preview";
+import type { BadgeType } from "`@/components/sidebar-badge-provider`";
+export type { BadgeType };

Even better long-term: derive the TS type from the zod enum (z.infer) so the schema is the single source of truth — though that's a larger change you can defer.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/docs/src/lib/page-badges.ts` at line 3, The BadgeType union is
duplicated across modules causing silent runtime mismatches; fix by defining
BadgeType in one place (preferably next to the zod `badge` enum in
source.config.ts) and change other files (apps/docs/src/lib/page-badges.ts and
sidebar-badge-provider.tsx) to import that single exported type via a type-only
import, then remove the local BadgeType declarations so lookups like BADGE_LABEL
and BADGE_COLOR and casts of page.data.badge all use the same canonical type;
optionally, later derive the TS type from the zod enum with z.infer for a single
source-of-truth.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@apps/docs/content/docs/compute/domains.mdx`:
- Around line 33-37: Verify that the example command `npx `@prisma/cli`@latest app
domain wait` is actually supported by the latest Prisma CLI and that its
subcommand name is correct (search `@prisma/cli@latest --help` or the CLI source
for `app domain wait`); if the command is unsupported, replace the example with
a supported command or remove it. If the command exists, confirm the exact
semantics of the `--timeout` flag (especially `--timeout 0`) and update the text
to state precisely whether `0` means “perform a single status check and exit” or
“wait indefinitely/no timeout,” referencing `app domain wait` and `--timeout 0`
in the updated copy so readers are not misled.

---

Nitpick comments:
In `@apps/docs/src/lib/page-badges.ts`:
- Line 3: The BadgeType union is duplicated across modules causing silent
runtime mismatches; fix by defining BadgeType in one place (preferably next to
the zod `badge` enum in source.config.ts) and change other files
(apps/docs/src/lib/page-badges.ts and sidebar-badge-provider.tsx) to import that
single exported type via a type-only import, then remove the local BadgeType
declarations so lookups like BADGE_LABEL and BADGE_COLOR and casts of
page.data.badge all use the same canonical type; optionally, later derive the TS
type from the zod enum with z.infer for a single source-of-truth.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: cf3ee908-f9cc-4b99-b172-ba53906dccc8

📥 Commits

Reviewing files that changed from the base of the PR and between f0f3afb and 2b8c66c.

📒 Files selected for processing (27)
  • apps/docs/content/docs/(index)/getting-started.mdx
  • apps/docs/content/docs/(index)/index.mdx
  • apps/docs/content/docs/(index)/prisma-compute/connect-to-prisma-postgres.mdx
  • apps/docs/content/docs/(index)/prisma-compute/deploy.mdx
  • apps/docs/content/docs/(index)/prisma-orm/quickstart/prisma-postgres.mdx
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/drizzle-orm.mdx
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/kysely.mdx
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/prisma-orm.mdx
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/typeorm.mdx
  • apps/docs/content/docs/compute/branching.mdx
  • apps/docs/content/docs/compute/database/connect-to-prisma-postgres.mdx
  • apps/docs/content/docs/compute/deployments.mdx
  • apps/docs/content/docs/compute/domains.mdx
  • apps/docs/content/docs/compute/environment-variables.mdx
  • apps/docs/content/docs/compute/faq.mdx
  • apps/docs/content/docs/compute/getting-started.mdx
  • apps/docs/content/docs/compute/github.mdx
  • apps/docs/content/docs/compute/index.mdx
  • apps/docs/content/docs/compute/limitations.mdx
  • apps/docs/content/docs/compute/meta.json
  • apps/docs/content/docs/console/concepts.mdx
  • apps/docs/content/docs/console/index.mdx
  • apps/docs/content/docs/console/more/feature-maturity.mdx
  • apps/docs/cspell.json
  • apps/docs/source.config.ts
  • apps/docs/src/components/sidebar-badge-provider.tsx
  • apps/docs/src/lib/page-badges.ts
✅ Files skipped from review due to trivial changes (14)
  • apps/docs/cspell.json
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/kysely.mdx
  • apps/docs/content/docs/compute/limitations.mdx
  • apps/docs/content/docs/compute/deployments.mdx
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/drizzle-orm.mdx
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/typeorm.mdx
  • apps/docs/content/docs/(index)/prisma-compute/connect-to-prisma-postgres.mdx
  • apps/docs/content/docs/compute/getting-started.mdx
  • apps/docs/content/docs/compute/branching.mdx
  • apps/docs/content/docs/compute/meta.json
  • apps/docs/content/docs/compute/github.mdx
  • apps/docs/content/docs/compute/database/connect-to-prisma-postgres.mdx
  • apps/docs/content/docs/compute/faq.mdx
  • apps/docs/content/docs/compute/environment-variables.mdx
🚧 Files skipped from review as they are similar to previous changes (5)
  • apps/docs/content/docs/(index)/index.mdx
  • apps/docs/content/docs/console/index.mdx
  • apps/docs/content/docs/(index)/prisma-compute/deploy.mdx
  • apps/docs/content/docs/compute/index.mdx
  • apps/docs/content/docs/(index)/prisma-postgres/quickstart/prisma-orm.mdx

Comment thread apps/docs/content/docs/compute/domains.mdx
- New /compute/cli-reference page covering all command groups, flags,
  environment variables, and error codes; cross-linked from /cli and
  /compute/getting-started
- Sidebar titles: "@prisma/cli", "Connect to Prisma Postgres", "Domains"
  for shorter, coherent labels (URLs unchanged, so no redirects needed)
- Align the Compute intro with the integrated platform story
  (ORM + Postgres + Compute, co-location for low latency)
- Prose style pass: prefer flowing sentences over choppy fragments

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…r clarity

- Remove --prod flag (no longer exists); document production deploys via
  branch targeting plus confirmation, with CONFIRMATION_REQUIRED in
  non-interactive mode
- Replace PROD_DEPLOY_REQUIRES_FLAG with CONFIRMATION_REQUIRED
- Add --trace global flag, JSON envelope docs, expanded error-code tables
- Remove Connect to Prisma Postgres pages; fold content into
  environment-variables and repoint all links
- Add explicit sign-in step to getting-started paths
- Rewrite all pages: lower jargon, answer-first sections, clearer CTAs,
  no em dashes
- Landing page: Compute and Postgres as primary cards; getting-started
  gains equivalent Compute steps

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Add ConceptAnimation MDX component: Code Hike token transitions over
  word-level tokens, autoplay with in-view/hover/reduced-motion handling,
  and grid-stacked sizers so steps never shift layout
- Use it for the resource model (index, branching, faq), the GitHub
  connection levels (github), and env var resolution (environment-variables)
- Fix multi-line bun x -> bunx --bun conversion in source.config.ts
- Give bare assertions their reasons across all compute pages (--json,
  promote rebuilds, rollback reuse, write-only env values, error codes)
- Rename Limitations to Known limitations and trim filler phrases

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…nce skill + Luan positioning

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Comment thread apps/docs/content/docs/compute/index.mdx Outdated
Comment thread apps/docs/content/docs/compute/index.mdx Outdated
Comment thread apps/docs/content/docs/compute/index.mdx Outdated
Comment thread apps/docs/content/docs/compute/index.mdx Outdated
…oncept animations

- Overview: drop redundant hosting paragraph, move Get started above the
  model with a single quickstart CTA, point to the model for the mental
  model, and consolidate remaining links into "What to read next".
- Quickstart: explain what each step does (no black box) and add a
  "Connect GitHub" step framed as the recommended deploy workflow.
- Concept animations: vertical Git-centric model, labelled clickable
  stepper with prev/next, visible title + autoplay progress bar, example
  names (my-app, acme/shop) and CLI commands per state, and an
  example-driven env-variables flow. Slower pacing for readability.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ankur-arch and others added 2 commits June 5, 2026 11:48
- Use "Prisma Data Platform account" / pris.ly/pdp and link the Console to
  pris.ly/pdp consistently (overview, quickstart, getting-started).
- Adopt the edited overview voice (sandbox framing, direct phrasing,
  descriptive step headings) carried in from the index/quickstart edits.
- Remove the redundant "Keep scripted setup in the CLI." line and other
  fillers (actually, worth giving, you can also, at any time).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add the public-beta launch post for Monday 2026-06-08, adapting the
announcement copy in the blog's voice. The "Try it" section uses the
codehike-powered AgentPrompt to play a real `@prisma/cli@latest app
deploy --db` run: the prompt is typed, then captured deploy logs stream
in line by line. Terminal height is reserved up front so there is no
layout shift. Env var names only, no credentials.

Also refresh Shane Neubauer's author avatar.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants