Releases: gildas/bitbucket-cli
Releases · gildas/bitbucket-cli
Bug fixes
Bug fixes
Bug fixes
Pull Request improvements and bug fixes
- Workspace/project list commands now use the latest Bitbucket API endpoints (Issue #35).
- Added a
workspace permissioncommand. - Pull Request create command now automatically assigns reviewers based on repository settings (default reviewers) (Issue #37).
- Pull Request create command now allows (valid) reviewer IDs from different workspaces than the source repository (Issue #37).
- Pull Request create shows the list of assigned reviewers in dry run mode (Issue #37).
- Added a
user mecommand to quickly get information about the authenticated user (flag--emailswill show email addresses).
Pagination
- list commands now support pagination
Pipelines support
- Added Pipeline commands (Issue #26)
- Pull Requests can now be updated (Issue #28)
- Added more verbosity to profile authorize command (the token URL is now shown)
- Added support for draft pull requests (Issue #31)
- Added --query to list commands (Issue #32)
- Fixed crash when using profile get --current without any profile configured (Issue #30)
Contributors:
Support for git worktrees
- Issue #25: Support for git worktrees
Columns and Sort for get/list commands
- It is now possible to add
--columnsand--sortto get/list commands - Bug fixes
Vault, private repositories, and fixes
- Passwords and Access Tokens are now stored in the vault of the OS
bb repo clonehas been enhanced to allow private cloning and support more protocols- Various bug fixes
New command and bug fixes
- Added
pr activity listcommand to show the activity of a pullrequest (courtesy of @icc-vela) listcommands now sort their output- Completions match the given pattern and are sorted