Skip to content

feat(workspace): #53 add workspace members command#55

Merged
tyrantkhan merged 3 commits into
mainfrom
feat/53-workspace-members
Apr 10, 2026
Merged

feat(workspace): #53 add workspace members command#55
tyrantkhan merged 3 commits into
mainfrom
feat/53-workspace-members

Conversation

@tyrantkhan
Copy link
Copy Markdown
Owner

Summary

  • Adds bb workspace members command to list all members of a Bitbucket workspace
  • New cmd/workspace/ command group with WorkspaceMembership model
  • Supports --workspace, --format, and --limit flags
  • Uses existing Paginate[T] generic pagination

Test plan

  • bb workspace members --workspace traackr lists all members
  • bb workspace members --format json outputs valid JSON
  • bb workspace members --limit 5 limits results
  • Workspace resolution works via flag, git remote, and config default

tyrantkhan and others added 3 commits April 10, 2026 10:52
Adds `bb workspace members` to list all members of a Bitbucket workspace.
Supports --workspace, --format, and --limit flags.
Fixes GO-2026-4947, GO-2026-4946, GO-2026-4870, GO-2026-4866 in
crypto/x509 and crypto/tls.
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new workspace command to the CLI, including a members subcommand for listing workspace members. It adds the necessary API pagination logic, model definitions for WorkspaceMembership, and integrates the new command into the root CLI structure. I have no feedback to provide.

@tyrantkhan tyrantkhan merged commit 6b076f0 into main Apr 10, 2026
7 checks passed
@tyrantkhan tyrantkhan deleted the feat/53-workspace-members branch April 10, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant