macOS
brew install bb-clilocal Homebrew formula metadata
brew
Bitbucket Rest API CLI written in pure PHP. Version 1.4.1 via Homebrew; verified from local package data.
install
brew install bb-clilocal Homebrew formula metadata
sudo apt install bbDebian stable package indexes · bb · source: deb.debian.org
nix profile install nixpkgs#bbnixpkgs package indexes · pkgs/by-name/bb/bb/package.nix · source: api.github.com
sudo zypper install bbopenSUSE Tumbleweed package metadata · bb · source: download.opensuse.org
winget install --id vriesdemichael.bb -eWindows Package Manager source index · vriesdemichael.bb · source: cdn.winget.microsoft.com
overview
Bitbucket Rest API CLI written in pure PHP
history
bb-cli is a PHP command-line client for Bitbucket's REST API, packaged as the `bb` executable for developers who want pull requests, pipelines, branches, and other Bitbucket workflows in a terminal.
The project README presents it as "Bitbucket Rest API CLI" and documents installation as a standalone binary from GitHub releases or via a container image. Its own development note dates the tool to 2021 and says it was developed with help from GitHub Copilot.
The CLI is intentionally narrow: it wraps Bitbucket operations rather than trying to be a general Atlassian or Git hosting client. That makes it a small but recognizable example of service-specific CLIs that grew around cloud Git hosting.
Homebrew packages the tool as `bb-cli`; the supplied package-manager facts also show names in Debian, Ubuntu, Nix, zypper, and winget ecosystems, indicating cross-platform packaging beyond the upstream release binaries.
Typical use is interactive developer workflow from a shell: run `bb help`, authenticate with `bb auth`, then inspect or operate on Bitbucket pull requests, pipelines, and branches. The documented Docker setup bind-mounts the same config file into the container.
For package-index history, bb-cli is a useful example of a modern SaaS API wrapper distributed through both language/runtime channels and native package managers. It is not a foundational Unix tool, but it represents the package-manager demand for one-command access to hosted development platforms.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.bitbucket-rest-cli-config.jsonCredential-bearing paths to review before unattended agent runs.
~/.bitbucket-rest-cli-config.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bb | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/bb-cli/bb-cli
install metadata
| Package key | brew:bb-cli |
|---|---|
| Version | 1.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bb-cli |
| Homepage | https://bb-cli.github.io |
| Repository | https://github.com/bb-cli/bb-cli |
| Upstream docs | https://bb-cli.github.io/ |
| License | MIT |
| Source archive | https://github.com/bb-cli/bb-cli/releases/download/1.4.1/bb |
| Dependencies | php |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bb-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bb 1.3rc1-13+b1
ASCII-art demo based on AAlib
https://aa-project.sourceforge.net/bb/
sudo apt install bbbb
nix profile install nixpkgs#bbbb 1.3rc1-13
ASCII-art demo based on AAlib
https://aa-project.sourceforge.net/bb/
sudo apt install bbbb 1.3~rc1-2.5
Audio-Visual Demonstration for Text Terminal
https://aa-project.sourceforge.net/bb/
sudo zypper install bbvriesdemichael.bb
winget install --id vriesdemichael.bb -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.