Maintenance
Update the Mergify CLI to the latest release.
mergify self-update #
Update mergify to the latest release.
Download the newest published binary, verify it against the release SHA256SUMS, and atomically replace the running executable. Uses the same artifact and checksum contract as the curl | sh installer.
mergify self-update [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
-v, --verbose
flag
Increase log verbosity: -v info, -vv debug, -vvv trace. Logs go to stderr so stdout stays clean for piping. RUST_LOG overrides this
--debug
flag
Shorthand for at least debug-level logging (like -vv)
--color
<COLOR>
auto | always | never
When to use color in terminal output
Values:
auto
always
never
Was this page helpful?
Thanks for your feedback!