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 17EDD108A6 for ; Thu, 5 Dec 2013 23:40:44 +0000 (UTC) Received: (qmail 48007 invoked by uid 500); 5 Dec 2013 23:40:43 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 47958 invoked by uid 500); 5 Dec 2013 23:40:43 -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 47684 invoked by uid 99); 5 Dec 2013 23:40:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 23:40:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A42EB82CB28; Thu, 5 Dec 2013 23:40:42 +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: Thu, 05 Dec 2013 23:40:58 -0000 Message-Id: In-Reply-To: <12c326e57caf470fbeb80b4977ab5e1d@git.apache.org> References: <12c326e57caf470fbeb80b4977ab5e1d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/23] 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/ubuntu 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