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 Jun 28, 2017
·
2 revisions
Packager
Commands
Package
Requires Source and Device
Sideloads and signs a channel. This needs to be done using a stage
source option and the stage must have a
key configured. This command will
automatically Rekey
the device before packaging.
$ roku --package --stage production
Adding the --verbose option will cause the command to print out the path of the pkg.
Key
Requires Source and Device
Rekeys the device to a configured key. This needs to be done using a
stage source option and the stage must have a
key configured.
$ roku --key --stage production
Genkey
Requires Device
Generates a new key using the device. Prints out the password of the new key
and saves a signed package to the out file or to
/tmp/key_<dev id>.pkg by default.
$ roku --genkey
Options
Inspect Package
Option for package command that will cause the command
tp print out the inspector information after packaging.
$ roku --package --stage production --inspect-package