getmrs
v0.0.2
Published
CLI tool to list gitlab merge requests that need your review
Downloads
3
Maintainers
Readme
getmrs
Lists all gitlab merge requests from your projects based on your user token.
Usage
- casually
npx getmrs
- permanently:
and then:npm install getmrs -g
getmrs
First run & setup
When you run the script for the first time, it will ask you to provide these two essential pieces of information:
- your gitlab server address (ex.
gitlab.com
), - personal access token, which can be found at:
<your_gitlab_server>/profile/personal_access_tokens
.
Then the script will lookup your projects and prompt you to select which of them you would like to include in the CR list.
Project list can be overridden with -p param
:
getmrs -p your,project,names,or,ids,comma,sepparated
Resetting config
The settings are written to: <your_home_dir>/.getmrs_config
.
You can update them by running:
getmrs -c