nestjs / nest-cli

CLI tool for Nest applications 🍹
https://nestjs.com
Other
1.95k stars 389 forks source link

Is there any way to command directly without prompt asking for GraphQL (Code First) for crud operation? #1079

Closed rakibulalam closed 3 years ago

rakibulalam commented 3 years ago

even nx dev doesn't prompt anything.

"crud": {
          "builder": "@nrwl/workspace:run-commands",
          "options": {
               "command": "npx nest g resource {args.name}", 
                "cwd": "apps/services/service/src/app/" 
          }
        }

expecting

"crud": {
          "builder": "@nrwl/workspace:run-commands",
          "options": {
               "command": "npx nest g resource {args.name} --graphql-code-first", 
                "cwd": "apps/services/service/src/app/" 
          }
        }
kamilmysliwiec commented 3 years ago

Please, use our Discord channel (support) for such questions. We are using GitHub to track bugs, feature requests, and potential improvements.