[ 
https://issues.apache.org/jira/browse/CB-9283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617833#comment-14617833
 ] 

ASF GitHub Bot commented on CB-9283:
------------------------------------

Github user nikhilkh commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/96#discussion_r34110493
  
    --- Diff: template/cordova/lib/target-list.js ---
    @@ -17,20 +17,21 @@
            under the License.
     */
     
    -var devices = require('./package'),
    +var deploy  = require('./deployment'),
         args = process.argv.slice(2);
     
     // help/usage function
     function help() {
         console.log('');
    -    console.log('Usage: node target-list.js  [ --emulators | --devices | 
--started_emulators | --all ]');
    +    console.log('Usage: node target-list.js [--win10] [ --emulators | 
--devices | --started_emulators | --all ]');
    +    console.log('    --win10             : Chooses to list Windows 10 
devices (Windows 8.1 is default).');
         console.log('    --emulators         : List the possible target 
emulators availible.');
    -    console.log('    --devices           : List the possible target 
devices availible. *NOT IMPLEMENTED YET*');
    +    console.log('    --devices           : List the possible target 
devices availible.');
         console.log('    --started_emulators : List any started emulators 
availible. *NOT IMPLEMENTED YET*');
         console.log('    --all               : List all available devices');
         console.log('examples:');
         console.log('    node target-list.js --emulators');
    -    console.log('    node target-list.js --devices');
    +    console.log('    node target-list.js --win10 --devices');
    --- End diff --
    
    does the cordova run --list command need an update? It will be nice to list 
both set of devices/emulators for Win10 & Win8.1 rather than have to specify an 
argument to pick and chose for listing purposes.


> Windows 10: Migrate to new deployment infrastructure
> ----------------------------------------------------
>
>                 Key: CB-9283
>                 URL: https://issues.apache.org/jira/browse/CB-9283
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Windows
>            Reporter: Rob Paveza
>            Assignee: Rob Paveza
>
> The Windows 10 SDK includes a new deployment tool, WinAppDeployCmd, which 
> supercedes Windows Phone 8.1's AppDeployCmd.  Its command line interface is 
> incompatible.  This task is to migrate to WinAppDeployCmd.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to