lift self-update

Update the Lift binary to the latest version from GitHub Releases with automatic OS and architecture detection.

lift self-update

Update the lift binary to the latest version from GitHub Releases. Detects OS and architecture automatically.

Aliases

lift upgrade

Examples

# Update available
$ lift self-update
Current version: 1.0.0
Latest version: 1.1.0
Downloading lift-darwin-arm64...
Updated to 1.1.0

# Already up to date
$ lift self-update
Already up to date! (1.1.0)