Bitbucket CLI tool for listing and cloning repositories, managing pull requests, and setting credentials.
npm install -g bitbucket-cli-toolsSet your Bitbucket username.
bb set-username <username>Set your Bitbucket app password.
bb set-password <appPassword>List all repositories you have access to.
bb list [--filter <name>]--filter <name>: Filter repositories by name.
Clone a repository you have access to.
bb clone [searchTerm]searchTerm: Optional search term to filter repositories by name.
List open pull requests for a given repository in a selected workspace.
bb list-prs [--filter <name>]--filter <name>: Filter repositories by name.
Create a pull request with the last commit message and branch name in the title.
bb create-prThis project is licensed under the MIT License.