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.
2 parents c84aafd + 1321122 commit 797bb4bCopy full SHA for 797bb4b
1 file changed
docs/guide/upgrade.md
@@ -14,8 +14,10 @@ You can upgrade both of them independently.
14
## Global `vp`
15
16
```bash
17
-vp upgrade # upgrade to the latest version
18
-vp upgrade --check # check for updates without installing
+vp upgrade # upgrade to the latest version
+vp upgrade --check # check for updates without installing
19
+vp upgrade <version> # install a specific version
20
+vp upgrade --registry <registry> # use a custom npm registry
21
```
22
23
### Rollback
0 commit comments