bitbucket-cli-tools
v0.4.1
Published
Bitbucket CLI tool for listing and clonning repositories
Readme
Bitbucket CLI Tools
Bitbucket CLI tool for listing and cloning repositories, managing pull requests, and setting credentials.
Installation
npm install -g bitbucket-cli-toolsUsage
Set Username
Set your Bitbucket username.
bb set-username <username>Set App Password
Set your Bitbucket app password.
bb set-password <appPassword>List Repositories
List all repositories you have access to.
bb list [--filter <name>]--filter <name>: Filter repositories by name.
Clone Repository
Clone a repository you have access to.
bb clone [searchTerm]searchTerm: Optional search term to filter repositories by name.
List Pull Requests
List open pull requests for a given repository in a selected workspace.
bb list-prs [--filter <name>]--filter <name>: Filter repositories by name.
Create Pull Request
Create a pull request with the last commit message and branch name in the title.
bb create-prLicense
This project is licensed under the MIT License.
