Skip to content

feat: ✨Implement azdo team list command#282

Merged
tmeckel merged 3 commits into
masterfrom
tmeckel/issue216
Jun 6, 2026
Merged

feat: ✨Implement azdo team list command#282
tmeckel merged 3 commits into
masterfrom
tmeckel/issue216

Conversation

@tmeckel

@tmeckel tmeckel commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Closes #216

tmeckel added 3 commits June 6, 2026 15:41
Add the `team list` subcommand to list teams in a specified project. Supports server-side paging via --top and --skip, filtering to current user's teams with --mine, and client-side limiting via --max-items. Includes JSON export and sorted table rendering for terminal output.
Add comprehensive unit tests covering empty results, filtering, pagination, JSON output, argument parsing, error propagation, and default organization resolution.
@tmeckel tmeckel merged commit e0bd386 into master Jun 6, 2026
1 check passed
@tmeckel tmeckel deleted the tmeckel/issue216 branch June 6, 2026 15:46
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.

feat: Implement azdo team list command

1 participant