Skip to content

Commit 93d8ad6

Browse files
Merge pull request #2397 from MansurAliKoroglu/docs-v9.0.0-changes
Docs v9.0.0 changes
2 parents 3fa004e + 1590cad commit 93d8ad6

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

content/cli/usages.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ $ nest g <schematic> <name> [options]
6363
| `filter` | `f` | Generate a filter declaration. |
6464
| `gateway` | `ga` | Generate a gateway declaration. |
6565
| `guard` | `gu` | Generate a guard declaration. |
66-
| `interface` | | Generate an interface. |
67-
| `interceptor` | `in` | Generate an interceptor declaration. |
66+
| `interface` | `itf` | Generate an interface. |
67+
| `interceptor` | `itc` | Generate an interceptor declaration. |
6868
| `middleware` | `mi` | Generate a middleware declaration. |
6969
| `module` | `mo` | Generate a module declaration. |
7070
| `pipe` | `pi` | Generate a pipe declaration. |
@@ -152,17 +152,6 @@ $ nest add <name> [options]
152152
| -------- | ---------------------------------- |
153153
| `<name>` | The name of the library to import. |
154154

155-
#### nest update
156-
157-
Updates `@nestjs` dependencies in the `package.json` `"dependencies"` list to their `@latest` version.
158-
159-
##### Options
160-
161-
| Option | Description |
162-
| --------- | ----------------------------------------------------------------------- |
163-
| `--force` | Do **upgrade** instead of update <br/>Alias `-f` |
164-
| `--tag` | Update to tagged version (use `@latest`, `@<tag>`, etc) <br/>Alias `-t` |
165-
166155
#### nest info
167156

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

0 commit comments

Comments
 (0)