glab

GitLab command-line interface for managing projects and CI/CD

brewmacoslinux
Try with needOr install directly
Source

About

Open-source GitLab command-line tool

Commands

glab

Examples

Authenticate with GitLab instance$ glab auth login
List merge requests in current project$ glab mr list
Create a new merge request$ glab mr create --title 'Fix bug' --description 'Details here'