bin/roku in roku_builder-3.6.1 vs bin/roku in roku_builder-3.6.2

- old
+ new

@@ -81,10 +81,14 @@ opts.on("-u", "--update-manifest", "Command: update the manifest file") do options[:update] = true end + opts.on("-A", "--app-list", "Command: List currently installed apps") do + options[:applist] = true + end + opts.on("-r", "--ref REF", "Git referance to use for sideloading") do |r| options[:ref] = r end opts.on("-w", "--working", "Use working directory to sideload or test") do @@ -121,9 +125,13 @@ options[:device_given] = true end opts.on("-P", "--project ID", "Use a different project") do |p| options[:project] = p + end + + opts.on("-a", "--app ID", "Send App id for deeplinking") do |a| + options[:app_id] = a end opts.on("-O", "--out PATH", "Output file/folder. If PATH ends in .pkg/.zip/.jpg, file is assumed, otherwise folder is assumed") do |o| options[:out] = o end