reviewer

Easily create and manage gitlab merge requests from the commandline


Keywords
gitlab, cli, tool, merge, request
License
MIT
Install
pip install reviewer==0.0.2.dev1

Documentation

Review

Commandline tool to create gitlab merge requests.

Setup

Currently there is no installer, just add this script to your $PATH. Generate an access token in gitlab http://hostname/profile/personal_access_tokens

$ export GITLAB_TOKEN=<token>

Options

--name, Required, create new merge request with title

review.py --name=newmr

--ds, Optional, delete source branch, true or false, defaults to false

review.py --name=newmr --ds=true

--assignee, Optional, assign a reviewer, expects the gitlab name of a gitlab user.

review.py --name=newmr --assignee=JOHNWICK