Socket
Socket
Sign inDemoInstall

lab-cli

Package Overview
Dependencies
34
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lab-cli

simple cli for gitlab


Version published
Maintainers
1
Install size
1.17 MB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 09 Aug 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc