https://github.com/martiis/bitbucket-cli
Command line tool for interacting with your bitbucket
https://github.com/martiis/bitbucket-cli
bitbucket bitbucket-api bitbucket-cli cli command-line-tool
Last synced: 1 day ago
JSON representation
Command line tool for interacting with your bitbucket
- Host: GitHub
- URL: https://github.com/martiis/bitbucket-cli
- Owner: martiis
- License: mit
- Created: 2017-11-09T14:06:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T22:05:11.000Z (over 8 years ago)
- Last Synced: 2023-09-03T20:23:34.752Z (over 2 years ago)
- Topics: bitbucket, bitbucket-api, bitbucket-cli, cli, command-line-tool
- Language: PHP
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitbucket-cli
Command line tool for interacting with your bitbucket
[](https://codeclimate.com/github/martiis/bitbucket-cli/maintainability)
[](https://codeclimate.com/github/martiis/bitbucket-cli/test_coverage)
[](https://travis-ci.org/martiis/bitbucket-cli)
## 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.