Expand description
Self-update module.
This module provides self-update functionality for CLI tools, including:
- Checking for latest releases on GitHub
- Downloading release binaries
- Verifying checksums
- Replacing the current binary
Functionsยง
- get_
latest_ version - Get the latest version from GitHub releases.
- run_
update - Run update command to install latest or specified version.