Update Yeast
Use yeast update to replace the current Yeast binary with a GitHub release binary.
The updater downloads the release tarball, verifies checksums, extracts yeast, and replaces the current binary.
Check For Updates
This checks the release without installing it.
Install The Latest Release
Install A Specific Version
Force Reinstall
Use --force when you want to reinstall the same version or replace a local smoke-test binary.
Verify The Result
Troubleshooting
If update fails:
- check network access to GitHub releases
- confirm the requested tag exists
- confirm the release has
yeast_linux_amd64.tar.gz - confirm the release has
SHA256SUMS.txt - run
yeast versionto see what is still installed
For release validation, see Release Smoke Test.