Is there a way to disable the `prisma seed` CLI co...
# orm-help
l
Is there a way to disable the
prisma seed
CLI command for a particular Prisma service? It's helpful for our local development service, but I don't want it to be enabled for our staging/production services.
e
you'll probably also want to disable
prisma reset
in that case
l
that too 😬
e
so, my guess is that if you are able to run
prisma deploy
in an environment, you are able to run the other commands as well for that environment
I don't think there's any granularity within an environment
only between environments, by controlling the
PRISMA_SECRET