We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d2651 commit 405a529Copy full SHA for 405a529
content/cli/usages.md
@@ -156,6 +156,10 @@ $ nest add <name> [options]
156
157
Updates `@nestjs` dependencies in the `package.json` `"dependencies"` list to their `@latest` version.
158
159
+```bash
160
+$ nest update [options]
161
+```
162
+
163
##### Options
164
165
| Option | Description |
@@ -167,6 +171,10 @@ Updates `@nestjs` dependencies in the `package.json` `"dependencies"` list to th
167
171
168
172
Displays information about installed nest packages and other helpful system info. For example:
169
173
174
175
+$ nest info
176
177
170
178
```bash
179
_ _ _ ___ _____ _____ _ _____
180
| \ | | | | |_ |/ ___|/ __ \| | |_ _|
0 commit comments