glab - Man Page
A GitLab CLI tool.
Examples (TL;DR)
- Clone a GitLab repository locally:
glab repo clone owner/repository
- Create a new issue:
glab issue create
- View and filter the open issues of the current repository:
glab issue list
- View an issue in the default browser:
glab issue view --web issue_number
- Create a merge request:
glab mr create
- View a pull request in the default web browser:
glab mr view --web pr_number
- Check out a specific pull request locally:
glab mr checkout pr_number
Synopsis
glab [flags]
Description
GLab is an open source GitLab CLI tool that brings GitLab to your command line.
Options
--help[=false] Show help for this command.
-v, --version[=false] show glab version information
See Also
glab-alias(1), glab-api(1), glab-auth(1), glab-changelog(1), glab-check-update(1), glab-ci(1), glab-cluster(1), glab-completion(1), glab-config(1), glab-duo(1), glab-incident(1), glab-issue(1), glab-job(1), glab-label(1), glab-mr(1), glab-release(1), glab-repo(1), glab-schedule(1), glab-snippet(1), glab-ssh-key(1), glab-stack(1), glab-token(1), glab-user(1), glab-variable(1), glab-version(1)
Referenced By
glab-alias(1), glab-api(1), glab-auth(1), glab-changelog(1), glab-check-update(1), glab-ci(1), glab-cluster(1), glab-completion(1), glab-config(1), glab-duo(1), glab-incident(1), glab-issue(1), glab-job(1), glab-label(1), glab-mr(1), glab-release(1), glab-repo(1), glab-schedule(1), glab-snippet(1), glab-ssh-key(1), glab-stack(1), glab-token(1), glab-user(1), glab-variable(1), glab-version(1).