File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff 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
168157Displays information about installed nest packages and other helpful system info. For example:
You can’t perform that action at this time.
0 commit comments