Releases: gildas/bitbucket-cli
Releases · gildas/bitbucket-cli
0.17.7 - New command and bug fixes
- Issue #66: Fixed
--no-vaultflag forbb profile create - Issue #67: Added more documentation for
bb pipeline trigger - Issue #68: Added completions to
bb pipeline triggerflags - Issue #69: Added new command:
bb tag - Issue #70: Added new command:
bb commit diff - Issue #71: Added new command:
bb commit ancestor - Issue #72: Added new command:
bb commit patch - Issue #73: Added
--dry-runsupport to get and list commands - Added aliases to
--dry-run
0.17.6 - Bug fixes
- PR #54: Support for
--parentflag inpullrequest comment create - PR #55: Fix
pullrequest update --destinationwith nil repository - PR #59, New
--limitflag and default sort forpipeline list - PR #61: Preserve initial query parameters when following paginated data
- PR #63: README updates about API Tokens and App Passwords
Thanks for all the help from @pinaf, @keybrdist, @daberni, @yermulnik
0.17.5 - Bug fixes
- Issue #43: Do not fail adding default reviewers if credentials cannot query the API endpoints
0.17.4 - Bug fixes
0.17.3 - Bug fixes
0.17.2 - 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).
0.17.1 - Pagination
- list commands now support pagination
0.17.0 - 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:
0.16.1 - Support for git worktrees
- Issue #25: Support for git worktrees
0.16.0 - Columns and Sort for get/list commands
- It is now possible to add
--columnsand--sortto get/list commands - Bug fixes