phonegap ${phonegap.cli.options} create "${app.phonegap.config.path}" ${app.phonegap.config.id} ${app.phonegap.config.name}
Phonegap Build login credentials were was not found. If you have not logged in prior to running this command.
Please either login via "phonegap remote login" or edit your [APP_ROOT]/local.properties and set "phonegap.username" and "phonegap.password" appropriately
phonegap ${phonegap.cli.options} remote login --username="${phonegap.build.remote.username}" --password="${phonegap.build.remote.password}"
phonegap ${phonegap.cli.options} remote build ${phonegap.platform}
phonegap ${phonegap.cli.options} remote run ${phonegap.platform}
phonegap ${phonegap.cli.options} remote run ${phonegap.platform} --emulator
phonegap ${phonegap.cli.options} local build ${phonegap.platform}
phonegap ${phonegap.cli.options} local run ${phonegap.platform}
phonegap ${phonegap.cli.options} local run ${phonegap.platform} --emulator