/gitlab-cli

CLI tool to perform tasks as advanced search in your GitLab repositories.

Primary LanguageJavaScript

GitLab CLI

CLI tool to perform tasks as advanced search in your GitLab repositories.

Getting started

Install the dependencies

npm install

Link to use the command anywhere in your machine

npm link

Using the commands

Getting help

gitlab --help

Getting help with a specific command

gitlab --help

Setup the CLI

gitlab setup

The personal access token can be generated in your gitlab account at user settings > Access Tokens. The Api permission must be selected.