DEV Community
•
2026-04-17 00:49
I built a Bitbucket CLI — and it convinced me CLIs beat MCP servers for AI agents
GitHub has gh. GitLab has glab. Bitbucket Cloud has..??
It's called bb.
The obvious surface, done properly:
bb pr list # open PRs, most recent first
bb pr view 42 # details, reviewers, status — no browser
bb pr diff 42 # raw diff, pipeable into less / delta / anything
bb pr merge 42 # merge, squash, or fast-forward
bb pipeline wait ...