[
https://issues.apache.org/jira/browse/CB-7739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164115#comment-14164115
]
ASF GitHub Bot commented on CB-7739:
------------------------------------
GitHub user jsoref opened a pull request:
https://github.com/apache/cordova-cli/pull/195
CB-7739 document installing specific version of platforms
This isn't for merging, it's more of a Request-For-Information/Feedback.
What do we support?
(Obviously we shouldn't document what we don't)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsoref/cordova-cli cb_7739
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-cli/pull/195.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 #195
----
commit 921de846ee0b3e69a4073e62cc95a57498fd1ec5
Author: Josh Soref <[email protected]>
Date: 2014-10-08T20:37:19Z
CB-7739 document installing specific version of platforms
----
> document installing specific version of platforms
> -------------------------------------------------
>
> Key: CB-7739
> URL: https://issues.apache.org/jira/browse/CB-7739
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.6.0
> Reporter: Josh Soref
> Assignee: Josh Soref
>
> {quote}
> $ cordova platform --help
> Synopsis
> cordova platform <command> \[options]
> Manage project platforms
> add <name>|<directory> \[...] ...... add specified platforms
> directory is a directory containing a
> platform
> name of platform to be retrieved from
> npm registry
> --usegit ...................... retrieve from git instead of npm
> registry
> remove <platform> \[...] ........... remove specified platforms
> list .............................. list all installed and available
> platforms
> update <platform> ................. update the version of Cordova used
> for a specific
> platform; use after updating the CLI.
> --usegit ...................... retrieve platform from git instead of
> npm registry
> check ............................. list platforms which can be updated
> by `cordova platform update`
> aliases:
> platforms -> platform
> rm -> remove
> ls -> list
> {quote}
> You can do:
> {quote}
> cordova platform add [email protected]
> {quote}
> or
> {quote}
> cordova platform add ~/cordova-android
> {quote}
> or
> {quote}
> cordova platform add https://github.com/apache/cordova-android
> {quote} -- <some syntax that I don't know>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]