PrismaP
Prisma2y ago
rdx

Disable CLI ads

Hi, I was just wondering if there was a way to disable the Prisma Accelerate ads when running
prisma generate


This command is part of my CI and I would like to keep it as simple as possible, and Prisma is the only package to display so many things

I understand why this is here, Prisma ORM is free, and you're promoting your own stuff to gain money, fine. However, I was hoping there was some kind of config, or maybe an environment variable to turn it off?
CleanShot_2024-05-27_at_14.39.392x.png
Solution
Hey @rdx 👋
At the moment, it's not possible.

I would recommend you to subscribe to this GitHub Issue to get updates about this:
https://github.com/prisma/prisma/issues/22513
GitHub
Problem This log is appended to the log of every prisma generate call: Start using Prisma Client in Node.js (See: https://pris.ly/d/client) ``` import { PrismaClient } from '@prisma/client&#...
Was this page helpful?