Skip to content

Releases: daniel-pittman/bitbucket-cli

v1.0.0 - Initial Release

29 Jan 19:34

Choose a tag to compare

Features

  • Pipeline management: list, watch, trigger, stop, view logs
  • Pull request operations: create, approve, merge, decline, diff, comments
  • Repository browsing: list repos, branches, downloads, pipeline variables
  • Auto-detection: automatically detects repo from git remote
  • Browser integration: quick-open any resource in your browser
  • Workspace override: -w flag to switch workspaces on the fly

Installation

git clone https://github.com/daniel-pittman/bitbucket-cli.git
cd bitbucket-cli
chmod +x bb
ln -s "$(pwd)/bb" /usr/local/bin/bb

See README for configuration instructions.