v0.13.0: 0.13.0: GitHub-based version checking and self-update
rpf update
- New
rpf update check/rpf update installcommands: check GitHub for a newer release, or download and install it in place. - A passive daily check (cached, silent, opt-out via
--no-update-check/RPF_NO_UPDATE_CHECK/CI) prints a one-line note on stderr when a newer release is available. Never delays a command — checked in the background, reported only after the command finishes. rpf update installverifies the downloaded binary against aSHA256SUMSfile, now published alongside every release, before replacing the running binary.
See the README's new "Updating" section for details.