get_project
Retrieve detailed information about an Argo CD project, including source repositories, destinations, and roles. Uses a connection name and project name as input.
Instructions
Get detailed information about a specific project.
Args: connection_name: Name of the Argo CD connection name: Project name
Returns: JSON string with project details including source repos, destinations, and roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |