Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05BCAE2B0 for ; Tue, 19 Feb 2013 19:27:16 +0000 (UTC) Received: (qmail 80400 invoked by uid 500); 19 Feb 2013 19:27:15 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 80375 invoked by uid 500); 19 Feb 2013 19:27:15 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 80367 invoked by uid 99); 19 Feb 2013 19:27:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2013 19:27:15 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FRT_ADOBE2,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brian.leroux@gmail.com designates 209.85.210.174 as permitted sender) Received: from [209.85.210.174] (HELO mail-ia0-f174.google.com) (209.85.210.174) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2013 19:27:09 +0000 Received: by mail-ia0-f174.google.com with SMTP id u20so2301925iag.33 for ; Tue, 19 Feb 2013 11:26:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=VLMGqjuwLshMqcGrAZuVtsCi6+iVfny3pH6bw9cNn+I=; b=q5/gm+leayaLbQgocByoz0/a21tdWoDU8VMlptStt+81q4Sb4GXfXp88l+LdoKmSU9 yBKbzdiGIQL6bTuThPYL6y9rpEhDpNrqAxEjzcdPP1T7yC+HKfTl8wagooVnP14XLYaN FrEyvum/i4PGmPE0ji49Lvf7KqogrlONHcpXTuXfog+km3Y/IFxrjGgsFmAwXuaC+Hii +ZU8nl6EiAy0I6icoMMsULTQPPRCulIrXmtVlj3tRop3OivL/KTP5nyScKj1XasBrxCM 74kU+JF6lfZhfZ6Yd61wgzj9wCS2Q9qaW5A15meQpSTZzC+NFtCGHSy9NPyTbTNWdnLm eCLQ== MIME-Version: 1.0 X-Received: by 10.50.208.68 with SMTP id mc4mr9128352igc.35.1361302008696; Tue, 19 Feb 2013 11:26:48 -0800 (PST) Sender: brian.leroux@gmail.com Received: by 10.50.191.133 with HTTP; Tue, 19 Feb 2013 11:26:48 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 11:26:48 -0800 X-Google-Sender-Auth: -G-mw9j6gsR7xIHzfC8gcZ4BW2g Message-ID: Subject: Re: CLI tools: verbose mode From: Brian LeRoux To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=14dae93408e7a910bd04d618d2aa X-Virus-Checked: Checked by ClamAV on apache.org --14dae93408e7a910bd04d618d2aa Content-Type: text/plain; charset=ISO-8859-1 I suppose we can thank Java for this. Ideally a script is silent unless there is an error and then it should be noisy. Going to STDOUT fine for now.. On Tue, Feb 19, 2013 at 11:15 AM, Filip Maj wrote: > https://issues.apache.org/jira/browse/CB-2452 > > > The barrier to allowing a verbose mode for the cli scripts is that the > underlying platform cli scripts are silent. > > Thoughts on adding a verbose option to the platform scripts? Essentially > redirecting output from commands to stdout > > --14dae93408e7a910bd04d618d2aa--