List Pinoox routes
list_routesList all named route actions for a Pinoox app. Supports optional JSON output and route validation. Specify app package for multi-app projects.
Instructions
List named route actions. Platform: route:actions. Single-app: pinx routes. Supports --json and --validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | No | App package name (platform multi-app). Omit for single-app pinx projects. | |
| json | No | Output as JSON (pinx routes --json) | |
| validate | No | Validate routes (pinx routes --validate) |