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 8A25517CA2 for ; Tue, 4 Nov 2014 21:17:11 +0000 (UTC) Received: (qmail 56607 invoked by uid 500); 4 Nov 2014 21:17:11 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 56541 invoked by uid 500); 4 Nov 2014 21:17:10 -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 56475 invoked by uid 99); 4 Nov 2014 21:17:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 21:17:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2CF918AEF78; Tue, 4 Nov 2014 21:17:09 +0000 (UTC) From: stacic To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-cli pull request: Added cordova-local utility Content-Type: text/plain Date: Tue, 4 Nov 2014 21:17:09 +0000 (UTC) GitHub user stacic opened a pull request: https://github.com/apache/cordova-cli/pull/196 Added cordova-local utility Added cordova-local command as separately installed npm module. If installed globally, user can use 'cordova-local' instead of 'cordova' and it will pass command to closest local installation of cordova. Similar to grunt/grunt-cli workflow, basically. I'd appreciate feedback about naming, etc. With this setup cordova-local is installed completely independently of cordova-cli. Thoughts? You can merge this pull request into a Git repository by running: $ git pull https://github.com/stacic/cordova-cli localCordova Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-cli/pull/196.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 #196 ---- commit 3095256aa9bb8e080165c626fcb8bfb4c3f70e41 Author: Staci Cooper Date: 2014-11-04T21:10:48Z Added cordova-local utility Added cordova-local command as separately installed npm module. If installed globally, user can use 'cordova-local' instead of 'cordova' and it will pass command to closest local installation of cordova. ---- --- 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