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 ae58db4 commit faa7f5dCopy full SHA for faa7f5d
1 file changed
docs/guide/upgrade.md
@@ -14,8 +14,11 @@ 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 0.2.0 # install a specific version
20
+vp upgrade --tag alpha # install from a dist-tag
21
+vp upgrade --registry <registry> # use a custom npm registry
22
```
23
24
### Rollback
0 commit comments