Skip to content

Commit 405a529

Browse files
authored
docs: add example for nest add and nest info
1 parent 07d2651 commit 405a529

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/cli/usages.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ $ nest add <name> [options]
156156

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

159+
```bash
160+
$ nest update [options]
161+
```
162+
159163
##### Options
160164

161165
| Option | Description |
@@ -167,6 +171,10 @@ Updates `@nestjs` dependencies in the `package.json` `"dependencies"` list to th
167171

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

174+
```bash
175+
$ nest info
176+
```
177+
170178
```bash
171179
_ _ _ ___ _____ _____ _ _____
172180
| \ | | | | |_ |/ ___|/ __ \| | |_ _|

0 commit comments

Comments
 (0)