Shell Completions

Generate a shell completion script to tab-complete Mergify CLI commands and flags.


mergify completions #

Print a shell completion script (e.g. mergify completions zsh)

mergify completions [OPTIONS] <SHELL>
<SHELL> bash | elvish | fish | powershell | zsh required

Shell to generate a completion script for

Values: bash elvish fish powershell zsh

-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

Default: auto

Was this page helpful?