Skip to main content

kapi update

kapi update

Update the kapi binary itself.

If kapi was installed via a package manager (Homebrew, winget, apt, …), this prints the exact upgrade command — pass --run to execute it for you. If kapi was installed by direct download, it downloads the latest release, verifies its SHA-256 and cosign signature, and replaces the binary in place.

kapi update # check and update (or print the upgrade command) kapi update --check # only report whether an update is available kapi update --run # on a managed install, run the package manager for me

Commandupdate
Watch it
update needs network access, an API key, or local system access, so it can’t run in the browser playground.See the guides for a recorded run, or try it locally with the installed CLI.
Flags
FlagTypeDefaultDescription
--channelstringrelease channel (stable, beta); defaults to update.channel config
--checkboolfalseonly report whether an update is available
--runboolfalseon a managed install, run the package-manager upgrade for me

← Back to the Command Reference