Josh Soref created CB-7739:
------------------------------

             Summary: 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 android@3.6
{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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to