Bitbucket CLI tools
git clone git@github.com:systemsoverload/bb.git
cd bb && pipx install .
pipx install bitbucket-cloud-cli
Add this to ~/bashrc
eval "$(_FOO_BAR_COMPLETE=bash_source foo-bar)"
Add this to ~/zshrc
eval "$(_FOO_BAR_COMPLETE=bash_source foo-bar)"
Add this to ~/.config/fish/completions/foo-bar.fish
:
eval "$(_FOO_BAR_COMPLETE=bash_source foo-bar)"
bb auth login
rye sync
rye test
pipx install -e ./ --force