phonegap / phonegap-cli

PhoneGap and PhoneGap/Build command-line interface
Apache License 2.0
491 stars 156 forks source link

Remote install doesn't output the QR code correctly #655

Open surajpindoria opened 8 years ago

surajpindoria commented 8 years ago

PhoneGap CLI, node & npm versions

PG: 6.3.3 node: 5.8.0 npm: 3.7.3

Expected Behaviour

Should output the QR code for desired platform

Actual Behaviour

Get an error, missing app data. phonegap remote run <platform> properly outputs QR code

Steps to Reproduce

phonegap remote install <platform>

Error messages

[error] missing app data

filmaj commented 7 years ago

So remote build just compiles your app remotely. remote install, then, assumes you have an app already created, downloads a compiled app, and attempts to install it locally? remote run seems to run a build then an install.

So you are saying if you attempt to install an app that has not been build yet, you want the build to issue automatically? Any thoughts on this @mwbrooks ?