zenstack icon indicating copy to clipboard operation
zenstack copied to clipboard

[Feature Request] Map all prisma commands to zenstack cli

Open nahtnam opened this issue 1 year ago • 0 comments

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

nahtnam avatar Jul 05 '24 10:07 nahtnam