Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Clement Sam edited this page Aug 4, 2020 · 4 revisions

GLab

GLab open source custom Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line.

image

Usage

glab <command> <subcommand> [flags]

Core Commands

  • glab mr [list, create, close, reopen, delete]
  • glab issue [list, create, close, reopen, delete]
  • glab config
  • glab help

Examples

$ glab issue create --title="This is an issue title" --description="This is a really long description"
$ glab issue list --closed
Clone this wiki locally