You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2013/03/28 21:32:39 UTC

[Cordova Wiki] Update of "CommandLineToolingDesign" by MichaelBrooks

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "CommandLineToolingDesign" page has been changed by MichaelBrooks:
http://wiki.apache.org/cordova/CommandLineToolingDesign?action=diff&rev1=8&rev2=9

Comment:
Deploy commands do not implicitly build first.

      deploy-emulator [--target=id]
  }}}
  
- Deploys a build of the app to an available emulator. If `--target` is specified, attempts to deploy the app to the emulator identified by `<id>`. If the attempt fails, the script will error out. If no `--target` is specified, follows the multi-device flow as detailed above (but only for emulators). Implicitly calls `build` first.
+ Deploys a build of the app to an available emulator. If `--target` is specified, attempts to deploy the app to the emulator identified by `<id>`. If the attempt fails, the script will error out. If no `--target` is specified, follows the multi-device flow as detailed above (but only for emulators).
  
   * (./) Android
   * (./) iOS
@@ -168, +168 @@

      deploy-device [--target=id]
  }}}
  
- Deploys a build of the app to an available device. If `--target` is specified, attempts to deploy the app to the device identified by `<id>`. If the attempt fails, the script will error out. If no `--target` is specified, follows the multi-device flow as detailed above (but only for devices). Implicitly calls `build` first.
+ Deploys a build of the app to an available device. If `--target` is specified, attempts to deploy the app to the device identified by `<id>`. If the attempt fails, the script will error out. If no `--target` is specified, follows the multi-device flow as detailed above (but only for devices).
  
   * (./) Android
   * (./) iOS