Skip to content

glab Runbook

Create:Code Review Group is responsible for the GitLab CLI. List of features can be found in this handbook page.

GitLab CLI is a command line tool (glab) that interacts with the GitLab public API. It can be pointed to GitLab.com or a specific self-managed instance.

These logs show all failed Rails requests and jobs. They can be filtered by:

  • Specific action/endpoint by json.meta.caller_id
  • Specific job class by json.class
  • By correlation ID by json.correlation_id

Information about changes made on each GitLab CLI release can be found in the project releases page.

Refer to the GitLab CLI playbook for debugging.