Giter Site home page Giter Site logo

bitbucket-cli's Introduction

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.

bitbucket-cli's People

Contributors

martiis avatar

Watchers

 avatar  avatar

Forkers

bix0r aaronbauman

bitbucket-cli's Issues

Issue can't run

PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The "Symfony\Component\Console\Application" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead. in /vendor/symfony/dependency-injection/Container.php:269 Stack trace: #0 vendor/symfony/dependency-injection/Container.php(225): Symfony\Component\DependencyInjection\Container->make() #1 vendor/symfony/dependency-injection/ContainerBuilder.php(555): Symfony\Component\DependencyInjection\Container->get() #2 /bin/bitbucket(34): Symfony\Component\DependencyInjection\ContainerBuilder->get() #3 {main} thrown in /vendor/symfony/dependency-injection/Container.php on line 269

The solution is only to put setPublic() here:
$container ->register(Application::class, Application::class) ->setArguments(['Bitbucket command line tool', '0.1']) ->setPublic(true);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.