pullrequest-cli

A command line program to get bitbucket pullrequests


License
Unlicense
Install
pip install pullrequest-cli==1.0

Documentation

Pullrequest-cli

A command line program in python. Lets you collect all pull requests assigned to you

Installation

You can install it using pip

pip install pullrequest-cli

or

You can clone the repository

git clone https://bookinman@bitbucket.org/bookinman/pullrequest-cli.git

Then in the project directory

pip install -e .

Usage

The Pullrequest-cli can be invoked with pullrequest-cli command:

pullrequest-cli <username> <repository-name> [options]

Usage Example

Positional arguments:

  • username - Bitbucket username
  • repository - Bitbucket repository name

Optional arguments:

  • -h or --help - Help message
  • --password <PASSWORD> or -p <PASSWORD> - Your bitbucket account password. For private repositories only
  • --browser or -b - Open in browser