klim update
Check GitHub Releases for a newer version of klim and download/install it in-place.
klim update [flags]| Flag | Description |
|---|---|
--check | Check for updates without installing |
Examples
Section titled “Examples”# Download and install the latest versionklim update
# Check only — don't installklim update --checkHow It Works
Section titled “How It Works”- Queries the GitHub Releases API for the latest version
- Compares against the currently running version
- If newer, downloads the appropriate binary for your OS/architecture
- Replaces the current binary in-place
Windows Note
Section titled “Windows Note”On Windows, the running executable cannot be deleted. klim renames the current binary to .old and places the new binary at the original path. The .old file is cleaned up on the next launch.
Alternative
Section titled “Alternative”If you installed klim via Homebrew:
brew upgrade klim