Update command¶
Cmd: uni update¶
Updates UNI source code and prebuilt frontend assets.
| Parameter | Description |
|---|---|
uni update |
Update to the latest stable release |
uni update latest |
Update to the latest development version |
uni update @v1.0.0 |
Check out a specific git tag |
uni update #abc1234 |
Check out a specific commit |
After updating, restart the server.