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?Solution:Jump to 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
Disable "Start using Prisma Client" hint logs on
prisma generate
...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&#...
3 Replies
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
Disable "Start using Prisma Client" hint logs on
prisma generate
...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&#...
Understood, thank you!
No worries 🙂