martiis / bitbucket-cli

Command line tool for interacting with your bitbucket
MIT License
0 stars 2 forks source link
bitbucket bitbucket-api bitbucket-cli cli command-line-tool

bitbucket-cli

Command line tool for interacting with your bitbucket

Maintainability Test Coverage Build Status

why

I'd like to keep my fingers on keyboard as much as possible, not reaching the trackpad or mouse to navigate through ui.

setup

First create in your bitbucket account oauth2 tokens. Set Callback Url to http://bitbucket.cli and select permissions accordingly to your needs.

During instalation you will be asked for oauth2 key and token in the steps below.

basic way

# git clone https://github.com/martiis/bitbucket-cli.git
# cd bitbucket-cli
# composer install
# vendor/bin/bitbucket

composer way

# composer create-project martiis/bitbucket-cli:dev-master
# vendor/bin/bitbucket

Thats all.