Hi there, I'm new to prisma. Can specific generato...
# orm-help
g
Hi there, I'm new to prisma. Can specific generators in a prisma schema be run instead of all of them? Can the generators receive cli flags that can change the output (eg: location, specific models affected, etc)?
👀 1
n
Hey @Guids 👋 Welcome to our community! prisma cool Are you talking about any specific generator or any of the community generators? If you are talking about any specific generator then it would depend upon it’s implementation if it allows passing any cli flags.
Can specific generators in a prisma schema be run instead of all of them
All the generators which are mentioned in the schema file would be executed, you would need to comment out or remove the generators which you don’t wish to execute.
v
👋 Hello @Guids, have you had a chance to check Nurul's comment? Let us know if you still need help!