prisma · Prisma Docs
Prisma debug (/docs/cli/debug)
Instructions for using the Prisma CLI debug command to output diagnostic information for troubleshooting and bug reporting.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prisma debug (/docs/cli/debug)
Instructions for using the Prisma CLI debug command to output diagnostic information for troubleshooting and bug reporting.
When To Use
Use when you need to collect diagnostic information or system details to troubleshoot Prisma CLI issues or prepare a bug report.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-debug-docs-cli-workflow-guide.md | Documentation detailing the usage, available package managers, and command-line options for the prisma debug CLI command. | Questions about documentation detailing the usage, available package managers, and command-line options for the prisma debug CLI comm... |
examples/prisma-debug-docs-cli-prisma-cli-debug-bash-command-examples.bash | Examples of using the prisma debug command with various CLI options in a bash environment. | Exact payloads, commands, or snippets shown in Examples of using the prisma debug command with various CLI options in a bash environment. |
examples/prisma-debug-docs-cli-prisma-cli-debug-command.bash | A bash command demonstrating how to execute the npx prisma debug utility to inspect the Prisma CLI environment. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the npx prisma debug utility to inspect the Prisma CLI environment. |
examples/prisma-debug-docs-cli-prisma-cli-debug-command-2.bash | A bash command demonstrating how to execute the prisma debug command using pnpm. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the prisma debug command using pnpm. |
examples/prisma-debug-docs-cli-prisma-cli-debug-command-3.bash | A bash command demonstrating how to execute the prisma debug command using yarn dlx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the prisma debug command using yarn dlx. |
examples/prisma-debug-docs-cli-prisma-cli-debug-bunx-command.bash | A bash command demonstrating how to run the Prisma debug command using bunx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the Prisma debug command using bunx. |
examples/prisma-debug-docs-cli-prisma-cli-debug.text | A text representation of the output generated by the Prisma CLI debug command, including schema paths, cache directories, and environment variables. | Exact payloads, commands, or snippets shown in A text representation of the output generated by the Prisma CLI debug command, including schema paths, cache director... |
examples/prisma-debug-docs-cli-prisma-cli-debug-command-4.bash | A bash command demonstrating how to run the prisma debug utility using npx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the prisma debug utility using npx. |
examples/prisma-debug-docs-cli-prisma-cli-debug-command-5.bash | A bash command demonstrating how to execute the Prisma CLI debug mode using pnpm. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the Prisma CLI debug mode using pnpm. |
examples/prisma-debug-docs-cli-prisma-cli-debug-command-6.bash | A bash command demonstrating how to run the Prisma CLI debug command using yarn dlx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the Prisma CLI debug command using yarn dlx. |
examples/prisma-debug-docs-cli-prisma-cli-debug-bunx-command-2.bash | A bash command demonstrating how to run the Prisma CLI debug mode using bunx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the Prisma CLI debug mode using bunx. |
What This Skill Covers
- The prisma debug command prints information helpful for debugging and bug reports.
- Main sections:
npm,pnpm,yarn,bun,npm.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://www.prisma.io/docs/cli/debug