Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 539 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 539 Bytes

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.