nest-cli
nest-cli copied to clipboard
CLI tool for Nest applications 🍹
[](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...
### 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...
[](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) | [](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...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) | [](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...
## I'm submitting a... [ ] Regression [X] Bug report [ ] Feature request [X] Documentation issue or request [ ] Support request => Please do not submit support request...
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...