Bitbucket CLI Plugin
Bitbucket CLI with gh-like ergonomics, written in Go.
Commands
Repositories
bitbucket-cli repo list— List Bitbucket repositoriesbitbucket-cli repo create— Create a Bitbucket repository
Pull Requests
bitbucket-cli pr list— List pull requestsbitbucket-cli pr create— Create a pull request
Usage Examples
bitbucket-cli repo list --owner myteam
bitbucket-cli repo create --name myrepo --private
bitbucket-cli pr list --repo myteam/myrepo
bitbucket-cli pr create --repo myteam/myrepo --title "Fix bug"
bitbucket-cli --help
Installation
go install github.com/bitbucket-cli/bitbucket-cli@latest
Key Features
- gh-like ergonomics for Bitbucket
- Repository management
- Pull request workflows
- Go-based performance