What problem does it solve?
GitLab CLI (glab) streamlines GitLab operations from the terminal, enabling quick management of merge requests, CI/CD pipelines, releases, and repositories without leaving the shell.
Core Features & Use Cases
- Create, view, update, and merge merge requests; monitor pipeline status; manage releases; and interact with repositories directly from the command line.
- Support cross-repo workflows by operating on different projects with -R owner/project and by passing URLs or git URLs.
- Verify authentication status, auto-detect the GitLab host from your git remotes, and guard irreversible actions with confirmations.
- Extend functionality with references for configuration, API access, and other advanced commands.
Quick Start
Install glab, authenticate, and run a simple MR view to begin interacting with GitLab from the terminal.