Releases: rgr4y/bb-cli
Releases · rgr4y/bb-cli
Release v1.0.0
A fast, opinionated Bitbucket CLI — manage PRs, branches, pipelines, and deployment environments without leaving your terminal.
What's in this release:
- API token auth (replaces deprecated app passwords)
- Encrypted credential storage at rest
- Git credential helper — no more password prompts on push/pull
- Built-in installer (
bb install) - Self-updater (
bb upgrade) - Full PR workflow: create, review, approve, merge, decline
- Pipeline trigger and wait support
--jsonoutput flag for scripting
curl -L https://github.com/rgr4y/bb-cli/releases/latest/download/bb -o bb
chmod +x bb && ./bb install
bb auth