get_repository
Retrieve detailed information about an Argo CD repository, including connection status and type, by providing the connection name and repository URL.
Instructions
Get detailed information about a specific repository.
Args: connection_name: Name of the Argo CD connection repo: Repository URL (e.g., "https://github.com/org/repo")
Returns: JSON string with repository details including connection status and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | ||
| repo | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |