jbavari / cordova-deploy

Command line tools to help deploy your Cordova application to your users.
Apache License 2.0
12 stars 9 forks source link

error if keys added in command #12

Open mamartins opened 7 years ago

mamartins commented 7 years ago

I'm trying to run the command in command line without the json like this:

cordova-deploy --build --ios --apikey apiKeyFromHockey --iosid iosAppIdFromHockey

error:

TypeError: Cannot read property 'apk' of null
    at Object.<anonymous> (node_modules/cordova-deploy/bin/cordova-deploy:70:24)

using json file works properly