Skip to content

Conversation

@tmeckel
Copy link
Owner

@tmeckel tmeckel commented Dec 10, 2025

Closes: #67

Add a new 'show' subcommand to display detailed information about Azure DevOps service endpoints. The command supports both ID and name lookup, includes JSON export capabilities, and provides formatted output with comprehensive endpoint metadata including authorization details, ownership, and configuration data.

The implementation includes:
- New cobra command with proper argument parsing
- Support for organization/project/target argument format
- JSON export functionality with customizable fields
- Template-based output formatting for human-readable display
- Error handling for missing endpoints
- Integration with existing service endpoint client and utilities
Add new documentation file for service endpoint show command and update
related reference files. The new command allows users to view detailed
information about Azure DevOps service endpoints with support for JSON
output formatting options including jq filtering and field selection.
@tmeckel tmeckel merged commit 18e5080 into master Dec 10, 2025
1 check passed
@tmeckel tmeckel deleted the tmeckel/issue119 branch December 10, 2025 14:31
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 service-endpoint show command

2 participants