Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/guide/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ You can upgrade both of them independently.
## Global `vp`

```bash
vp upgrade # upgrade to the latest version
vp upgrade --check # check for updates without installing
vp upgrade # upgrade to the latest version
vp upgrade --check # check for updates without installing
vp upgrade 0.2.0 # install a specific version
Comment thread
jong-kyung marked this conversation as resolved.
Outdated
vp upgrade --registry <registry> # use a custom npm registry
```

### Rollback
Expand Down
Loading