0.2.0 • Published 8 years ago

lab-cli v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

0.2.0

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago