nx-tools
nx-tools copied to clipboard
Feature Request(nx-prisma): Command line input while schematic is running
Currently command line input is not possible while the schema is running. This makes it impossible to provide custom migration names or to select Yes when a migration notifies you that it will be deleting data as a result of the migration and it needs your permission.
This is the next biggest feature required for nx-prisma to be truly useful.
This change will be affecting @nx-tools/core as a result nx-docker will also gain this feature along with any other future libraries.
😅 I would assign myself this issue however I am not a collaborator on this repo. Either way I will take care of this feature.
@wSedlacek Hi William, I invited you to this repo as collaborator... I have been working in the migration of the packages to NX 11 and to @nrwl/devkit, so, I have the initial packages ready, can you rewrite the prisma stuff using the new devkit? I have a new next branch with the new code, but for now I deleted the prisma plugin to not mix things (also because I don't use prisma and don't know how it works and how can test the code with a real product, you are the expert in that plugin) :D
I'll take a look at this weekend.
thanks 🙏🏻