Skip to content

feat: Implement azdo pipelines agent show command#267

Merged
tmeckel merged 4 commits into
masterfrom
tmeckel/issue247
Jun 5, 2026
Merged

feat: Implement azdo pipelines agent show command#267
tmeckel merged 4 commits into
masterfrom
tmeckel/issue247

Conversation

@tmeckel

@tmeckel tmeckel commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Closes #247

tmeckel added 4 commits June 5, 2026 19:00
Replaces duplicated inline helpers (`s`, `notBlank`/`hasText`, `b`, etc.) across multiple commands with shared implementations (`StringOrEmpty`, `HasText`, `BoolString`, `UUIDString`) in `internal/template`. Updates all call sites and adds comprehensive tests. Includes a minor logic simplification in variable update handling.
Implement `azdo pipelines agent show` to display details for a pipeline agent specified as [ORGANIZATION/]POOL/AGENT. Supports JSON output, --include-capabilities, raw debug dumps, and falls back to the default organization when omitted.
Add new reference docs for `azdo pipelines agent` and `azdo pipelines agent show`, update the pipelines index and help reference, and enhance the agent command with a detailed Long description and expanded examples.
@tmeckel tmeckel merged commit a01d018 into master Jun 5, 2026
1 check passed
@tmeckel tmeckel deleted the tmeckel/issue247 branch June 5, 2026 19:23
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 agent show command

1 participant