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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/node | docker | major | `17.9` -> `18.9` | ---...

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

### Is there an existing issue that is already proposing this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fork-ts-checker-webpack-plugin](https://togithub.com/TypeStrong/fork-ts-checker-webpack-plugin) | [`7.2.11` -> `7.2.13`](https://renovatebot.com/diffs/npm/fork-ts-checker-webpack-plugin/7.2.11/7.2.13) | [![age](https://badges.renovateapi.com/packages/npm/fork-ts-checker-webpack-plugin/7.2.13/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

## 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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nestjs/schematics](https://togithub.com/nestjs/schematics) | [`^9.0.0` -> `9.0.1`](https://renovatebot.com/diffs/npm/@nestjs%2fschematics/9.0.0/9.0.1) | [![age](https://badges.renovateapi.com/packages/npm/@nestjs%2fschematics/9.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`3.0.0` -> `5.0.1`](https://renovatebot.com/diffs/npm/chalk/3.0.0/5.0.1) | [![age](https://badges.renovateapi.com/packages/npm/chalk/5.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

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

improvement

Does the CLi support the build flag (`-b` for `tsc`)? It seems not.... I'm trying to setup a project with [TypeScript project references](https://www.typescriptlang.org/docs/handbook/project-references.html)... any help? ``` $ nest build --help...

breaking