You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Shakhnazarov (JIRA)" <ji...@apache.org> on 2016/08/22 16:29:20 UTC

[jira] [Updated] (CB-10036) Mass saving plugin docs for `cordova plugin save` are missing in the CLI help

     [ https://issues.apache.org/jira/browse/CB-10036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Shakhnazarov updated CB-10036:
-------------------------------------
    Labels: documentation easyfix triaged  (was: easyfix)

> Mass saving plugin docs for `cordova plugin save` are missing in the CLI help
> -----------------------------------------------------------------------------
>
>                 Key: CB-10036
>                 URL: https://issues.apache.org/jira/browse/CB-10036
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>         Environment: cordova-cli 5.4.1
>            Reporter: Shazron Abdullah
>            Priority: Minor
>              Labels: documentation, easyfix, triaged
>
> It is however on http://cordova.apache.org/docs/en/latest/platform_plugin_versioning_ref/index.html under "Mass saving plugins"
> See:
> {code}
> $ cordova plugin --help
> Synopsis
>     cordova plugin <command> [options]
> Manage project plugins
>     add <pluginid>|<directory>|<giturl> [...] ..... add specified plugins
>                                                     pluginid will be matched in --searchpath / registry
>                                                     directory is a directory containing a plugin
>                                                     giturl is a git repo containing a plugin
>         [--searchpath <directory>] ................ when looking up plugins by ID, look in this directory and
>                                                     each of its subdirectories for the plugin before hitting the registry.
>                                                     Multiple search paths can be used by either specifying the flag multiple
>                                                     times, or by separating paths with a delimiter (: on 'nix, ; on Windows).
>         [--noregistry] ............................ don't search the registry for plugins
>         [--link] .................................. when installing from a local path, creates a symbolic link to the plugin
>                                                     instead of copying files. The extent to which files are linked vs copied
>                                                     varies by platform. Useful for plugin development.
>         [--save] .................................. save the information for specified plugin into config.xml
>         [--shrinkwrap] ............................ used together with --save, saves the installed version number to config.xml
>     remove <pluginid> [...] ....................... remove plugins with the given IDs
>       
>         [--save] ................................... remove the information for specified plugin into config.xml
>     list .......................................... list currently installed plugins
>     search [<keyword>] [...] ...................... search the plugin registry for plugins matching the keywords
> aliases:
>     plugins -> plugin
>     rm -> remove
>     ls -> list
> Experimental Flags
>     --browserify .......................... Plugins javascript gets loaded at build time instead of runtime using browserify.
>                                             Replaces cordovajs file with one that includes the JS of the installed plugins.
> $ cordova --version
> 5.4.1-dev (cordova-lib@5.4.1-dev)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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