glab
all
Work seamlessly with GitLab. Some subcommands such as `config` have their own usage documentation.
More info →Subcommands (7)
glab alias
→Manage GitLab CLI command aliases.
glab auth
→Authenticate with a GitLab host.
glab issue
→Manage GitLab issues.
glab mr
→Manage GitLab merge requests. Some subcommands such as `create` have their own usage documentation.
glab pipeline
→List, view, and run GitLab CI/CD pipelines.
glab release
→Manage GitLab releases.
glab repo
→Work with GitLab repositories.
Options (2)
-w, --webbooleanView an issue in the default browser
Example:
glab issue view {{[-w|--web]}} {{issue_number}}booleanCheck out a specific pull request locally
Example:
glab {{[co|mr checkout]}} {{pr_number}}Examples (7)
Clone a GitLab repository locally
glab repo clone owner/repositoryCreate a new issue
glab issue createView and filter the open issues of the current repository
glab issue listView an issue in the default browser
glab issue view [-w|--web] issue_numberCreate a merge request
Check out a specific pull request locally
glab [co|mr checkout] pr_numbermade by @shridhargupta | data from tldr-pages