[ 
https://issues.apache.org/jira/browse/CB-7739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171771#comment-14171771
 ] 

ASF GitHub Bot commented on CB-7739:
------------------------------------

Github user shazron commented on the pull request:

    https://github.com/apache/cordova-cli/pull/195#issuecomment-59140475
  
    Looks like "@x.y.z": 
https://github.com/apache/cordova-coho/blob/master/docs/versioning-and-release-strategy.md#version-behavior


> 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]

Reply via email to