Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use issues of Gitlab from terminal?

Tags:

git

gitlab

I know you can use Github issues on the command line by installing ghi.

  • ghi

However, is there any way to use similar tools for listing/adding/removing/editing issues of repositories on Gitlab ?

like image 422
kenju Avatar asked Aug 07 '15 05:08

kenju


People also ask

Is there a GitLab CLI?

GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh , the official GitHub CLI tool.

How do I access my GitHub repository from terminal?

Accessing the RepositoryIf your repository already exists locally, navigate to it using cd [your-repository-name] , if you want to check the contents of your directory, use ls . If your repository does not exist locally, get the clone link from the "Clone or Download" button on the GitHub Repository.

Where are GitLab issues stored?

By default, omnibus-gitlab stores the Git repository data under /var/opt/gitlab/git-data . The repositories are stored in a subfolder repositories .


1 Answers

GLab seems to be a great option.

GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line. Work with issues, merge requests, watch running pipelines directly from your CLI among other features.

https://github.com/profclems/glab

like image 68
Daniel da Rosa Avatar answered Oct 29 '22 00:10

Daniel da Rosa