zenstack
zenstack copied to clipboard
[Feature Request] Map all prisma commands to zenstack cli
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
It would be nice if all prisma commands were exposed in the zenstack cli. For example zenstack db push would run zenstack generate && prisma db push
That way users can completely ignore the prisma command.
One added bonus would be to generate a checksum of the schema and if it hasn't changed then ignore the zenstack generate command
Describe alternatives you've considered
Currently I manually remember to do zenstack generate first
Additional context N/A