You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2016/08/10 14:49:20 UTC

[jira] [Closed] (CB-7125) CLI help text for the cordova plugin add command should show option to specify a specific version

     [ https://issues.apache.org/jira/browse/CB-7125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Kotikov closed CB-7125.
--------------------------------
    Resolution: Fixed

{noformat}
    cordova platform <command> [options]

Manage project platforms
    add <plat-spec> [...].............. Add specified platforms
...
Syntax
    <plat-spec> : <platform>[@<version>]|<path>|<url>[#<commit-ish>]

    <platform> ........................ Platform name e.g. android, ios, windows etc.
    <version> ......................... Major.minor.patch version specifier using semver
    <path> ............................ Path to a directory containing a platform
    <url> ............................. Url to a git repository containing a platform
    <commit-ish> ...................... Commit/tag/bramch reference. If none is specified, 'master' is used
{noformat}

> CLI help text for the cordova plugin add command should show option to specify a specific version
> -------------------------------------------------------------------------------------------------
>
>                 Key: CB-7125
>                 URL: https://issues.apache.org/jira/browse/CB-7125
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CLI
>            Reporter: Holly Schinsky
>            Priority: Trivial
>              Labels: enhancement, help
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> The CLI help text currently doesn't show the option to specify a certain version of plugin via the at sign, for instance:
> $ cordova plugin add org.apache.cordova.camera@0.2.8
> It would be nice to indicate this in the help text, it currently only shows:
>  plugin add <SPEC1> [<SPEC2> ...] ..........
>                    [--searchpath <directory>] ..... 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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