COA List Project Nodes
coa_list_project_nodesList all nodes defined in a local COA project before deployment. Get pre-deploy node details for project analysis and preparation.
Instructions
List all nodes defined in a local COA project (pre-deploy). Wraps coa create --list-nodes.
Different from list_environment_nodes (which lists deployed nodes in a cloud environment via the REST API).
Args:
projectPath (string, required)
workspace (string, optional)
Returns: { command, exitCode, stdout, json?, coaVersion }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | COA workspace name from workspaces.yml. Defaults to 'dev'. | |
| projectPath | Yes | Absolute or relative path to the COA project root (the directory containing data.yml). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes | ||
| timedOut | Yes | ||
| coaVersion | Yes | ||
| jsonParseError | No | ||
| preflightWarnings | No |