-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow passing arguments to nest start <app>
#1844
Comments
Would you like to create a PR for this feature? |
Sure, I can look into it 👍 |
Let's track this here #1847 |
This issue was not resolved by the above PR, apparently, because commands like |
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
We have a nest monorepo project. I've recently created a cli app to help with debugging and testing. Using
nest start <app>
doesn't allow passing additional arguments to the monorepo CLI app.Describe the solution you'd like
Enable passing optional arguments to Nest app using Nest CLI.
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Enables more usecases and flexibility to the CLI.
The text was updated successfully, but these errors were encountered: