Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 76310200C47 for ; Thu, 16 Mar 2017 00:12:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 74C13160B7C; Wed, 15 Mar 2017 23:12:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BFB6E160B78 for ; Thu, 16 Mar 2017 00:12:27 +0100 (CET) Received: (qmail 62117 invoked by uid 500); 15 Mar 2017 23:12:20 -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 62105 invoked by uid 99); 15 Mar 2017 23:12:20 -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; Wed, 15 Mar 2017 23:12:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 37F4CDFBC9; Wed, 15 Mar 2017 23:12:20 +0000 (UTC) From: audreyso To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-cli pull request #271: CB-12570 : fetch is true by default, --nofetc... Content-Type: text/plain Message-Id: <20170315231220.37F4CDFBC9@git1-us-west.apache.org> Date: Wed, 15 Mar 2017 23:12:20 +0000 (UTC) archived-at: Wed, 15 Mar 2017 23:12:28 -0000 Github user audreyso commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106305753 --- Diff: doc/platform.txt --- @@ -11,29 +11,24 @@ Manage project platforms library directly instead of making a copy of it (support varies by platform; useful for platform development) - --fetch ....................... Fetches the plugin into the project's node_modules directory. - Uses `npm install` to do the fetching. - - - + --nofetch ..................... Prevent fetching the plugin into the project's node_modules + directory. Prevent using `npm install` to do the fetching. remove [...] ........... Remove specified platforms --save ........................ Delete specified platforms from config.xml after removing them - --fetch ....................... Removes the plugin from the project's node_modules directory. - Runs `npm uninstall` under the hood. - + --nofetch ..................... Prevent removing the plugin from the project's node_modules + directory. Prevent running `npm uninstall` under the hood. update ................ Update the version of Cordova used for a specific platform; update to the latest if no is specified --save ........................ Save the latest versions for specified platforms into config.xml - --fetch ....................... Fetches the plugin into the project's node_modules directory. --- End diff -- Can I remove this? --- 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