Skip to content
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

Docs v9.0.0 changes #2397

Merged
merged 2 commits into from
Jul 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 2 additions & 13 deletions content/cli/usages.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ $ nest g <schematic> <name> [options]
| `filter` | `f` | Generate a filter declaration. |
| `gateway` | `ga` | Generate a gateway declaration. |
| `guard` | `gu` | Generate a guard declaration. |
| `interface` | | Generate an interface. |
| `interceptor` | `in` | Generate an interceptor declaration. |
| `interface` | `itf` | Generate an interface. |
| `interceptor` | `itc` | Generate an interceptor declaration. |
| `middleware` | `mi` | Generate a middleware declaration. |
| `module` | `mo` | Generate a module declaration. |
| `pipe` | `pi` | Generate a pipe declaration. |
Expand Down Expand Up @@ -152,17 +152,6 @@ $ nest add <name> [options]
| -------- | ---------------------------------- |
| `<name>` | The name of the library to import. |

#### nest update

Updates `@nestjs` dependencies in the `package.json` `"dependencies"` list to their `@latest` version.

##### Options

| Option | Description |
| --------- | ----------------------------------------------------------------------- |
| `--force` | Do **upgrade** instead of update <br/>Alias `-f` |
| `--tag` | Update to tagged version (use `@latest`, `@<tag>`, etc) <br/>Alias `-t` |

#### nest info

Displays information about installed nest packages and other helpful system info. For example:
Expand Down