Skip to content

Add command for displaying auto-deploy blockers

Yorick Peterse requested to merge auto-deploy-blockers-command into master

This command ("auto_deploy blockers") displays a list of incident and change issues that may prevent release managers from promoting to production. This makes it easier to quickly check if it's safe to promote or not.

When there are issues, the output looks like this:

issues

Clicking on the issue titles will open them in your browser.

When there are no issues, the output instead looks like this:

no_issues

Edited by Yorick Peterse

Merge request reports