Skip to content

Inspector

Charles Greene edited this page Jun 9, 2017 · 1 revision

Inspector

Commands

Inspect

Requires Device

Inspect a packaged channel. It will print out several lines of information about the pkg that is sometimes required when submitting an update to a live channel.

Must use two options, in to specify the pkg file, and password to specify the password of the key used to sign the pkg.

$ roku --inspect --in /tmp/channel.pkg --password "password"

Screencapture

Requires Device

Take and download a screencapture from a roku device. Will save the screencapture to the file/folder defined in the out options or defaults to /tmp/dev_.

$ roku --screencapture --out /tmp/dev.png

Options

Password

Supplies the password to be used to inspect a signed package.

$ roku --inspect --in /tmp/channel.pkg --password "password"
Clone this wiki locally