-
Notifications
You must be signed in to change notification settings - Fork 26
Packager
Charles Greene edited this page Jun 28, 2017
·
2 revisions
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.
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
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
Option for package command that will cause the command tp print out the inspector information after packaging.
$ roku --package --stage production --inspect-package