Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 288 Bytes

gitlab

Gitlab cli wrapper around the gitlab API.

Install

git get -u github.com/mullerrwd/gitlab

Create a .gitlab file in your home directory.

PersonalAccessToken= "ABCD12345abcd" 
baseURL= "https://gitlab.com/api/v4/"

Usage

See gitlab --help.