kavi update
Check for and install a newer published Kavi package.
Synopsis
kavi update [version] [options]Description
Checks for and installs a newer version of the Kavi package. By default, updates to the latest stable release. You can specify latest, beta, or an exact version number. Use --check to see what is available without installing.
Options
| Flag | Description |
|---|---|
--check | Report available updates without installing |
Arguments
| Argument | Description |
|---|---|
latest | Update to the latest stable release (default) |
beta | Update to the latest beta release |
<version> | Update to an exact version number |
Examples
# Check for updates without installing
kavi update --check
# Update to the latest stable version
kavi update
# Update to the latest beta
kavi update beta
# Update to a specific version
kavi update 1.2.3Related
- kavi version -- check the currently installed version
- kavi doctor -- verify system readiness after updating