Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 599 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 599 Bytes

lab-cli

Very simple WIP cli for gitlab.

This got created out of the need for a simple cli to interact with gitlab. I will gradually add more features if I run into things that I personally need.

Installation

npm install -g lab-cli

Config

Create a ~/.labrc file in the following format:

{
  "access_token": "123abc",
  "domain": "my.gitlab.com"
}

Usage

lab

Usage:
  lab mr|merge-request base_branch=master source_branch title
    | -> Creates a new merge request from source_branch -> base_branch. Takes the project from git config.

License

MIT