You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/08/30 13:44:44 UTC

[cordova-cli] branch master updated: Remove mentions of 'cordova plugin search' from docs (#306)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b77379  Remove mentions of 'cordova plugin search' from docs (#306)
6b77379 is described below

commit 6b7737982de12a27dce5bd6ac8d60cb8a2537d9f
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Aug 30 22:44:42 2018 +0900

    Remove mentions of 'cordova plugin search' from docs (#306)
---
 doc/plugin.txt | 2 --
 doc/readme.md  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/doc/plugin.txt b/doc/plugin.txt
index 05bf382..0915eea 100644
--- a/doc/plugin.txt
+++ b/doc/plugin.txt
@@ -35,8 +35,6 @@ Manage project plugins
     list .............................. List currently installed plugins
     save .............................. Saves the information for all currently added plugins to config.xml
 
-    search [<keyword>] [...] .......... Search http://plugins.cordova.io for plugins matching the keywords
-
 Syntax
     <plugin-spec> : <pluginID>[@<version>]|<directory>|<url>[#<commit-ish>][:subdir]
 
diff --git a/doc/readme.md b/doc/readme.md
index 671282c..bb8dfd1 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -313,7 +313,6 @@ cordova {plugin | plugins} [
     add <plugin-spec> [..] {--searchpath=<directory> | --noregistry | --link | --save | --browserify | --force} |
     {remove | rm} {<pluginid> | <name>} --save |
     {list | ls} |
-    search [<keyword>] |
     save |
 ]
 ```
@@ -330,7 +329,6 @@ cordova {plugin | plugins} [
 | remove `<pluginid>|<name>` [...]| | Remove plugins with the given IDs/name.
 |       |--nosave                 | Do NOT remove the specified plugin from config.xml or package.json
 |list                           |  | List currently installed plugins
-|search `[<keyword>]` [...]     |  | Search http://plugins.cordova.io for plugins matching the keywords
 |save                           |  | Save `<plugin-spec>` of all plugins currently added to the project
 
 ### Plugin-spec


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org