Installation
Prerequisites
Install via Package Manager
Using Bun (recommended)
bun install -g @pilatos/bitbucket-cliUsing npm
npm install -g @pilatos/bitbucket-cliUsing pnpm
pnpm add -g @pilatos/bitbucket-cliBuild from Source
# Clone the repositorygit clone https://github.com/0pilatos0/bitbucket-cli.gitcd bitbucket-cli
# Install dependenciesbun install
# Buildbun run build
# Link globallybun linkVerify Installation
bb --versionNext Steps
After installation, you’ll need to authenticate with your Bitbucket account.