Skip to content

feat: ✨ Implement azdo pipelines runs list command#297

Merged
tmeckel merged 8 commits into
masterfrom
tmeckel/issue212
Jun 14, 2026
Merged

feat: ✨ Implement azdo pipelines runs list command#297
tmeckel merged 8 commits into
masterfrom
tmeckel/issue212

Conversation

@tmeckel

@tmeckel tmeckel commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Closes 212

tmeckel added 8 commits June 14, 2026 14:51
Add trailing commas to multi-line function calls across the codebase to follow Go style conventions and improve diff clarity for future changes. Also simplify unnecessary parentheses in pointer dereference expressions for cleaner code style.
Add `pipelines runs list` (aliases: `l`, `ls`) to list pipeline runs in an Azure DevOps project. Supports filtering by pipeline ID, branch, status, result, reason, requester, and tags, with ordering, pagination, and JSON export options. Mirrors the `az pipelines runs list` behavior.
@tmeckel tmeckel merged commit 82404aa into master Jun 14, 2026
1 check passed
@tmeckel tmeckel deleted the tmeckel/issue212 branch June 14, 2026 15:11
@tmeckel tmeckel linked an issue Jun 14, 2026 that may be closed by this pull request
8 tasks
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 pipelines runs list command

1 participant