{"id":21944386,"url":"https://github.com/alexhokl/bb","last_synced_at":"2025-08-03T23:41:26.125Z","repository":{"id":57522920,"uuid":"78917859","full_name":"alexhokl/bb","owner":"alexhokl","description":"BitBucket Pull Requests Manager","archived":false,"fork":false,"pushed_at":"2025-03-13T23:13:32.000Z","size":1414,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T11:42:47.732Z","etag":null,"topics":["bitbucket","cli","command-line","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexhokl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-14T05:47:59.000Z","updated_at":"2025-03-13T23:13:36.000Z","dependencies_parsed_at":"2024-06-20T21:51:56.374Z","dependency_job_id":"59913f6f-d7f9-445c-a83e-4d23dfe7172f","html_url":"https://github.com/alexhokl/bb","commit_stats":{"total_commits":110,"total_committers":1,"mean_commits":110.0,"dds":0.0,"last_synced_commit":"d52e41837bedbb956e6af2a1ea51a018de157035"},"previous_names":["alexhokl/go-bb-pr"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alexhokl/bb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhokl%2Fbb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhokl%2Fbb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhokl%2Fbb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhokl%2Fbb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexhokl","download_url":"https://codeload.github.com/alexhokl/bb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexhokl%2Fbb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268629756,"owners_count":24281172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitbucket","cli","command-line","golang"],"created_at":"2024-11-29T04:16:08.372Z","updated_at":"2025-08-03T23:41:25.063Z","avatar_url":"https://github.com/alexhokl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BitBucket Pull Request Manager [![Build Status](https://travis-ci.org/alexhokl/bb.svg?branch=master)](https://travis-ci.org/alexhokl/bb)\n\nThis is a command line tool to help working with BitBucket pull requests.\n\nUsage:\n  bb [command]\n\nAvailable Commands:\n\nCommand | Description\n--- | ---\nlogin         | Log onto BitBucket (and retrieve and store access tokens)\napprove       | Approve the specified pull request\ncreate        | Create the specified pull request\ncheckout      | Checkout the latest code of the branch of the specified pull request\ndecline       | Decline the specified pull request\ndescribe      | Describe the specified pull request\nlist          | List pull requests\nmerge         | Merge the specified pull request\nopen          | Open the web page of the specified pull request in a browser\nunapprove     | Un-approve the specified pull request\nlist-jira-ids | list all JIRA IDs involved in a pull request\n\nUse \"bb [command] --help\" for more information about a command.\n\n### Installation\n\nIf the machine has Go installed, simply run `go get -u\ngithub.com/alexhokl/bb`. If not, download the latest binary from\n[release](https://github.com/alexhokl/bb/releases) page, and drop it to\na directory where it is in of the directories specified in `PATH` environment\nvariable.\n\nLogin to BitBucket is required and OAuth client ID and secret should be set in\nconfiguration file. The default path is `$HOME/.bb.yml`. The content should be\nsimilar to this.\n\n```yaml\nclient_id: your-client-id\nclient_secret: your-client-secret\n```\n\nSee section `Create a consumer` in [Use OAuth on Bitbucket\nCloud](https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/)\nfor the steps to create `client_id` and `client_secret`.\n\n### Build\n\nTo create a local build, simply execute `go install`.\n\nTo create a cross-machine build, for instance, building a Windows executable on\na Mac,\n\n```console\nGOOS=windows GOARCH=amd64 go build -o bb.win64.exe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhokl%2Fbb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexhokl%2Fbb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexhokl%2Fbb/lists"}