nest-cli icon indicating copy to clipboard operation
nest-cli copied to clipboard

CLI tool for Nest applications 🍹

Results 126 nest-cli issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior when we have an async `beforeApplicationShutdown` that takes too long to...

bug
needs triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Nest Cli creates the apps folder with the app from the...

If I run command `nest new some-project` (some one new may don't know `--skip-install` option), nest-cli always force me to select a package manager. I have to press `ctrl` +...

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

improvement

## Bug Report When the process receives a SIGINT, the application gets stuck waiting for the `httpAdapter.close()` in the `dispose()` call in the shutdown lifecycles. It never reaches the shutdown...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Running `nest g resource aa bb cc dd ee` creates `aa`...

bug
needs triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior With a project organised that way: ``` src: - main.ts -...

bug
needs triage

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...

improvement