Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 314F718D1E for ; Fri, 1 May 2015 00:06:36 +0000 (UTC) Received: (qmail 87640 invoked by uid 500); 1 May 2015 00:06:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 87598 invoked by uid 500); 1 May 2015 00:06:35 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 87587 invoked by uid 99); 1 May 2015 00:06:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 00:06:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 516F6E3A5D; Fri, 1 May 2015 00:06:35 +0000 (UTC) From: masonicboom To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-docs pull request: fix broken plugman command to install a... Content-Type: text/plain Date: Fri, 1 May 2015 00:06:35 +0000 (UTC) GitHub user masonicboom opened a pull request: https://github.com/apache/cordova-docs/pull/283 fix broken plugman command to install a plugin Trying to install with just "plugman" rather than "plugman install" showed the usage instructions (tested with plugman version 0.23.1). A few suggestions: 1. Point the doc page over to https://github.com/apache/cordova-plugman/blob/master/README.md, rather than maintaining two in parallel (that's asking for divergence). The options listed in this doc do not match those given by the plugman usage instructions (e.g. doc mentions a "--plugins_dir" option that is not mentioned by the "plugman --help"), implying that one or the other is wrong. 2. Enable the issue tracker here on Github. 3. Link to this repository from the documentation website; I had to hunt to find it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/masonicboom/cordova-docs patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-docs/pull/283.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #283 ---- commit 211f85c77aa2f69ef5dc0f8f85d3bc1be28c2af0 Author: masonicboom Date: 2015-05-01T00:05:59Z fix broken plugman command to install a plugin Trying to install with just "plugman" rather than "plugman install" showed the usage instructions (tested with plugman version 0.23.1). A few suggestions: 1. Point the doc page over to https://github.com/apache/cordova-plugman/blob/master/README.md, rather than maintaining two in parallel (that's asking for divergence). The options listed in this doc do not match those given by the plugman usage instructions (e.g. doc mentions a "--plugins_dir" option that is not mentioned by the "plugman --help"), implying that one or the other is wrong. 2. Enable the issue tracker here on Github. 3. Link to this repository from the documentation website; I had to hunt to find it. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org