2017 © Pedro Peláez
 

project bitbucket-cli

Command line tool for bitbucket

image

martiis/bitbucket-cli

Command line tool for bitbucket

  • Thursday, January 18, 2018
  • by martiis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

bitbucket-cli

Command line tool for interacting with your bitbucket, (*1)

Maintainability Test Coverage Build Status, (*2)

why

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

setup

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

During instalation you will be asked for oauth2 key and token in the steps below., (*5)

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., (*6)

The Versions