Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACE36186B5 for ; Tue, 7 Jul 2015 23:45:05 +0000 (UTC) Received: (qmail 84200 invoked by uid 500); 7 Jul 2015 23:45:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 84175 invoked by uid 500); 7 Jul 2015 23:45:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 84160 invoked by uid 99); 7 Jul 2015 23:45:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 23:45:05 +0000 Date: Tue, 7 Jul 2015 23:45:05 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9283) Windows 10: Migrate to new deployment infrastructure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617667#comment-14617667 ] ASF GitHub Bot commented on CB-9283: ------------------------------------ Github user muratsu commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/96#discussion_r34104122 --- 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 --win8.1 --emulators'); --- End diff -- --win8.1 flag is unhandled > 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-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org