Skip to content

Releases: rgr4y/bb-cli

Release v1.0.0

20 Feb 16:30

Choose a tag to compare

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
  • --json output flag for scripting
curl -L https://github.com/rgr4y/bb-cli/releases/latest/download/bb -o bb
chmod +x bb && ./bb install
bb auth