Commit 10b1fe16 authored by Matt Nohr's avatar Matt Nohr
Browse files

Add GitLab CLI to the AI Coding page

parent 09c58166
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,3 +12,4 @@ This section contains features that were built by the AI Coding group and remain
1. [Code Suggestions](code_suggestions/) - AI-generated code completion and generation within IDEs.
1. [AI Assisted Service](ai_assisted_service/) - Core AI infrastructure and services supporting our features.
1. [Duo Context Exclusion](duo_context_exclusion/) - Filtering of sensitive or irrelevant code context.
1. [GitLab CLI](gitlab_cli/) - `glab` command-line interface for interacting with GitLab.
+17 −0
Original line number Diff line number Diff line
---
title: "GitLab CLI"
description: "Command-line interface for interacting with GitLab"
---

## Overview

The GitLab CLI (`glab`) provides a command-line interface for interacting with GitLab, enabling developers to manage issues, merge requests, CI/CD pipelines, and more directly from their terminal. Ownership transferred to AI Coding when the Create Code Review team joined the group.

## Objectives

1. Maintain a stable, well-supported CLI experience for GitLab users
1. Ensure ongoing bug fixes and compatibility updates

## Documentation

- [GitLab Documentation](https://docs.gitlab.com/cli/)