glab Runbook
About us
Section titled “About us”- Handbook: Create:Code Review Group
- Slack channels:
Create:Code Review Group is responsible for the GitLab CLI. List of features can be found in this handbook page.
Services used
Section titled “Services used”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.
Dashboards and links
Section titled “Dashboards and links”Kibana
Section titled “Kibana”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
GitLab CLI changelog
Section titled “GitLab CLI changelog”Information about changes made on each GitLab CLI release can be found in the project releases page.
Debugging
Section titled “Debugging”Refer to the GitLab CLI playbook for debugging.