martiis / bitbucket-cli

Command line tool for interacting with your bitbucket

Geek Repo:Geek Repo

Github PK Tool:Github PK 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.

About

Command line tool for interacting with your bitbucket

License:MIT License


Languages

Language:PHP 100.0%