Skip to content

Commit 1321122

Browse files
jong-kyungfengmk2
andauthored
docs(upgrade): document upgrade options (#1847)
## Summary - Improve the `vp upgrade` guide with concise examples for common upgrade flows. - Document checking for updates, installing a specific version, and using a custom registry. --------- Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 9b1ade6 commit 1321122

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/guide/upgrade.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ 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 <version> # install a specific version
20+
vp upgrade --registry <registry> # use a custom npm registry
1921
```
2022

2123
### Rollback

0 commit comments

Comments
 (0)