I'm creating a WebApi in .net core 5, and I wanted it to call some CLI commands to create projects inside a solution that will be dynamically created. And if possible, I would like to receive the return of CLI commands within .net. Is it possible to do this?
I will have a javascript and HTML interface that will call this API (to create projects dynamically) and show the result of the creation (CLI return)
