lab-cli

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i lab-cli

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • dvcrn