Skip to content

Commit faa7f5d

Browse files
committed
docs(upgrade): document upgrade options
1 parent ae58db4 commit faa7f5d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/guide/upgrade.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ You can upgrade both of them independently.
1414
## Global `vp`
1515

1616
```bash
17-
vp upgrade # upgrade to the latest version
18-
vp upgrade --check # check for updates without installing
17+
vp upgrade # upgrade to the latest version
18+
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
1922
```
2023

2124
### Rollback

0 commit comments

Comments
 (0)