You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/10/22 00:26:42 UTC

docs commit: Add platform update and plugin search to CLI guide

Updated Branches:
  refs/heads/master 685d0750f -> 38e51fc33


Add platform update and plugin search to CLI guide


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/38e51fc3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/38e51fc3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/38e51fc3

Branch: refs/heads/master
Commit: 38e51fc33d2401545daf894f493c32ce5cdcb321
Parents: 685d075
Author: mbillau <mi...@gmail.com>
Authored: Wed Oct 9 15:58:23 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 15:26:41 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/38e51fc3/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 8d6e5c3..6463853 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -232,7 +232,9 @@ one of Cordova's basic device-level features
 <!-- XREF
 discussed in the Application Development Guide and
 XREF -->
-detailed in the API Reference.
+detailed in the API Reference. A list of these plugins, including additional plugins provided by the community, can be found at  [http://plugins.cordova.io/](http://plugins.cordova.io/). You can use the CLI to search for plugins from this registry:
+
+        $ cordova plugin search <term1 term2 term3>
 
 The `cordova plugin add` command requires you to specify the
 repository for the plugin code.  Here are examples of features you
@@ -400,6 +402,18 @@ The second, `info` will print out useful information, such as installed platform
 
     $ cordova info
 
+## Updating the App
+
+When a new version of Cordova is released, you should update your 
+`cordova` utility by following the Updating Cordova section below.
+Once you have updated Cordova, you can update the Cordova resources that
+your project uses by typing:
+
+        $ cordova platform update <PLATFORM>
+This will replace the old cordova resources with new ones for the
+specified PLATFORM. You should do this for every platform that you
+are developing for. 
+
 ## Updating Cordova
 
 After installing the `cordova` utility, you can always