Skip to content

Commit ce38c96

Browse files
docs(v9): drop update command from cli usages
1 parent 3fa004e commit ce38c96

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

content/cli/usages.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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)