Skip to content

dvcrn/lab-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WIP cli for GitLab

Resources

Stars

Watchers

Forks

Packages

No packages published