list_projects
Retrieve all Argo CD projects defining resource scopes. Outputs a JSON list using a connection name.
Instructions
List all projects in Argo CD.
Projects define the scope of resources an application can deploy.
Args: connection_name: Name of the Argo CD connection
Returns: JSON string with list of projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |