Bitbucket REST API CLI tool written in pure PHP
Bitbucket Rest API CLI written in pure PHP
bb$ bb repo:list --project=PROJECT_KEY$ bb pr:create --project=PROJECT_KEY --repo=REPO_SLUG --source=feature-branch --target=main$ bb pr:get --project=PROJECT_KEY --repo=REPO_SLUG --id=123