generate_app
Generate a Roku channel project from a validated AppSpec, create a sideload-ready zip, and install to a Roku device in developer mode.
Instructions
Render a Roku channel project from a validated AppSpec and write it to output_dir. Set zip: true to also produce a sideload-ready archive at .zip. Set sideload: { device_ip, dev_password } to install the zip on a Roku device in developer mode (this implies zip: true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | ||
| output_dir | Yes | ||
| assets_root | No | ||
| overwrite | No | ||
| zip | No | ||
| sideload | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| project_dir | Yes | ||
| files_written | Yes | ||
| zip_path | No | ||
| sideload | No |