Disable CLI ads
Hi, I was just wondering if there was a way to disable the Prisma Accelerate ads when running
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?
prisma generateThis 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?

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
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&#...