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]
63
63
| ` filter ` | ` f ` | Generate a filter declaration. |
64
64
| ` gateway ` | ` ga ` | Generate a gateway declaration. |
65
65
| ` 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. |
68
68
| ` middleware ` | ` mi ` | Generate a middleware declaration. |
69
69
| ` module ` | ` mo ` | Generate a module declaration. |
70
70
| ` pipe ` | ` pi ` | Generate a pipe declaration. |
@@ -152,17 +152,6 @@ $ nest add <name> [options]
152
152
| -------- | ---------------------------------- |
153
153
| ` <name> ` | The name of the library to import. |
154
154
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
-
166
155
#### nest info
167
156
168
157
Displays information about installed nest packages and other helpful system info. For example:
You can’t perform that action at this time.
0 commit comments