Raycast extension to list repositories/branch/pr/pipeline, check pipelines status, change pr status, create release/hotfix pr, merge branch to other branch, etc.
- List your repositories
- List branches/pull requests/pipelines
- check pipelines status and view logs
- merge/decline/add reviewer pull request
- create release/hotfix pull request
- merge branch to other branch
- Go to to your Bitbucket Cloud profile, under App Passwords
- Click on
Create App Password
- Give your App password a name e.g.
Raycast
, and select all the read and write options you need (Account, projects, repositories, Pull Requests, Pipelines) - Store in a secure location the given App Password
- Start a bitbucket command and fill the required fields:
git clone https://github.com/yufeikang/raycast-bitbucket.git
cd raycast-bitbucket
yarn install
yarn dev