John M. Wargo created CB-7894:
---------------------------------
Summary: Plugman Docs Error
Key: CB-7894
URL: https://issues.apache.org/jira/browse/CB-7894
Project: Apache Cordova
Issue Type: Bug
Components: Plugman
Affects Versions: 4.0.0
Reporter: John M. Wargo
The plugman docs located at
http://cordova.apache.org/docs/en/4.0.0/plugin_ref_plugman.md.html#Using%20Plugman%20to%20Manage%20Plugins
contain incorrect instructions for adding plugins. The documentation shows an
example:
$ plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project
<directory> --plugin <name|url|path> [--plugins_dir <directory>] [--www
<directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
But the example is missing the install switch:
$ plugman install --platform <ios|amazon-fireos|android|blackberry10|wp8>
--project <directory> --plugin <name|url|path> [--plugins_dir <directory>]
[--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]