bb-cli

Bitbucket REST API CLI tool written in pure PHP

brewmacoslinux
Try with needOr install directly
Source

About

Bitbucket Rest API CLI written in pure PHP

Commands

bb

Examples

List all repositories in a Bitbucket project$ bb repo:list --project=PROJECT_KEY
Create a new pull request$ bb pr:create --project=PROJECT_KEY --repo=REPO_SLUG --source=feature-branch --target=main
Get pull request details$ bb pr:get --project=PROJECT_KEY --repo=REPO_SLUG --id=123