bino update
The bino update command allows you to easily upgrade your bino CLI installation to the latest available version from GitHub Releases.
bino updateDescription
Section titled “Description”When you run bino update, the CLI will:
- Check GitHub Releases for a newer version of
bino. - Compare the latest version with your currently installed version.
- If a newer version is available, it will download the appropriate binary for your operating system and architecture.
- Verify the integrity of the download.
- Replace the current
binobinary with the new version.
If you are already on the latest version, the command will inform you and exit without making changes.
Automatic Update Checks
Section titled “Automatic Update Checks”bino automatically checks for updates in the background once every 24 hours when you run any command. If a new version is available, a notification will be printed to the standard error output (stderr) after the command completes.
Example notification:
Update available: 0.1.0 -> 0.2.0
Run 'bino update' to upgrade.This check is non-blocking and will not delay your command execution.