You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Charles Greene edited this page Jul 30, 2019
·
2 revisions
Loader
Commands
Sideload
Requires Source and Device
This command will sideload your channel to the device. It will stage the
channel approiatly according to the source option
provided. It will then zip and upload the channel to the device.
$ roku --sideload --working
Build
Requires Source
Builds the zip of the channel without sending ti to the device. Requires a
source option like sideload. Will exclude
configured excludes by default.
$ roku --build --working
Delete
Requires Device
Removes the current sideloaded channel from the device.
$ roku --delete
Options
Exclude
Option to be passed when using the sideload command.
Prevents excludes from being included when sideloading.
$ roku --sideload --working --exclude
Warnings
If you add a file that is greater the 250kb then this plugin will generate a
warning when loading or building. If you want to avoid this warning you can add
a new file in the same directory with the same name prefixed with
"ignoreSize_". The contents of this file do not matter and it can be empty.