You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/03 17:21:52 UTC

[cordova-cli] branch master updated: Undocument removed platform save command (#476)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a0440a  Undocument removed platform save command (#476)
9a0440a is described below

commit 9a0440ac7b367f2231e98af4fbcebb2134d0ad28
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Nov 3 18:21:46 2019 +0100

    Undocument removed platform save command (#476)
---
 doc/readme.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/readme.md b/doc/readme.md
index 33ba5fd..93e9ae2 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -225,7 +225,6 @@ cordova {platform | platforms} [
 |     | --save                   | Updates the version specified in `config.xml` |
 | list |                         | List all installed and available platforms |
 | check |                        | List platforms which can be updated via cordova-cli with the command `platform update` |
-| save  |                        | Save `<platform-spec>` of all platforms added to config.xml |
 
 ### Platform-spec
 
@@ -285,10 +284,6 @@ There are a number of ways to specify a platform:
 
         cordova platform ls
 
-- Save versions of all platforms currently added to the project to `config.xml` & `package.json`
-
-        cordova platform save
-
 ## cordova plugin command
 
 ### Synopsis


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org