sdiepend / review

CLI tool to create and manage merge requests in gitlab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review

Commandline tool to create gitlab merge requests.

Setup

$ pip install reviewer

Create a private access token for you user in gitlab and add it to your environment variables. You can also set in your .bashrc.

$ export GITLAB_TOKEN=<token>

Options

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

review --name=newmr

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

review --name=newmr --ds=true

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

review --name=newmr --assignee=JOHNWICK

About

CLI tool to create and manage merge requests in gitlab.


Languages

Language:Python 100.0%