octri_preview_sdk
Preview SDK generation for one language without spending a build. Returns emitted file paths, or contents when requested, to test generator changes.
Instructions
Generate one language WITHOUT spending a build, and return the emitted file paths (and optionally contents). This is the fast loop for generator changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Language id, e.g. `go`. | |
| project_id | No | Project id. Optional, falls back to the CLI's selected project. | |
| path_filter | No | Only return files whose path contains this substring. | |
| include_content | No | Include file contents. Defaults to false (paths only) to keep the response small. |