Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/271#discussion_r106767456 --- 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 <platform> [...] ........... 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 <plat-spec> ................ Update the version of Cordova used for a specific platform; update to the latest <version> if no <plat-spec> 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 -- yes
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org