Maintenance
Update the Mergify CLI to the latest release.
mergify self-update #
Replace the running binary with the latest release. Verifies the download against SHA256SUMS before swap, matching the curl|sh installer's contract
Usage
mergify self-update [OPTIONS]
Options
--force
flag
Re-download and re-install even when the running binary already matches the latest release tag. Useful for repairing a corrupted install without bumping the version
--check
flag
Print the current and latest release tags and exit without touching the binary
Global options
--debug
flag
Enable verbose debug logging. Mirrors the Python CLI's top-level --debug flag so the same invocations work against either binary; native commands accept it as a no-op today (no native code path consults it yet), shimmed ones re-inject it into the forwarded argv so the Python side can honor it
Was this page helpful?
Thanks for your feedback!