Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFC7310C49 for ; Fri, 6 Dec 2013 01:13:19 +0000 (UTC) Received: (qmail 34325 invoked by uid 500); 6 Dec 2013 01:13:19 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 34307 invoked by uid 500); 6 Dec 2013 01:13:19 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 34299 invoked by uid 99); 6 Dec 2013 01:13:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 01:13:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8A28482CC63; Fri, 6 Dec 2013 01:13:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 06 Dec 2013 01:13:36 -0000 Message-Id: <9baf7bd0b5a942928c6cce7a3e0acfee@git.apache.org> In-Reply-To: <0bafe5efe7eb4c249bb5c8e6c7727e89@git.apache.org> References: <0bafe5efe7eb4c249bb5c8e6c7727e89@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [20/32] git commit: CB-5031 Add CLI help text for platform update and plugin search CB-5031 Add CLI help text for platform update and plugin search Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/68942e6c Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/68942e6c Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/68942e6c Branch: refs/heads/fireos Commit: 68942e6c808c799b60c49e51439e8bcf5c9f6aeb Parents: 4f8bf24 Author: mbillau Authored: Thu Dec 5 15:35:00 2013 -0500 Committer: Andrew Grieve Committed: Thu Dec 5 15:35:00 2013 -0500 ---------------------------------------------------------------------- doc/help.txt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/68942e6c/doc/help.txt ---------------------------------------------------------------------- diff --git a/doc/help.txt b/doc/help.txt index 1019200..6dce120 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -16,8 +16,12 @@ Project-Level Commands platform(s) [{add|remove|rm} ] .. add or remove a specified PLATFORM, OR [{list|ls}] ................... list all installed, available and unavailable platforms + [{update|up} ] ...... update the version of cordova used for a specific + PLATFORM; use after updating the CLI. + plugin(s) [{add|remove|rm} ] .... add or remove a plugin from the specified PATH or URI, OR [{ls|list}] ..................... list all currently installed plugins + [search ] . search the plugin registry for plugins matching the keywords prepare [PLATFORM..] ...................... copies files for specified platforms, or all platforms, so that the project is ready to build in each SDK. compile [PLATFORM..] ...................... builds the app for specified platforms, or all platforms