app_version_cli 0.1.0 copy "app_version_cli: ^0.1.0" to clipboard
app_version_cli: ^0.1.0 copied to clipboard

Get current app version from App Stores (Android and iOS) from within the command line interface

Get current app version from App Stores (Android and iOS) from within the command line interface #

Install

dart pub global activate app_version_cli

Usage

app_version --app-ids="ios:my.ios_app.id,android:my.android_app.id"

or
app_version --app-ids="my.app.id"

Using Variables

$ VERSIONS=`app_version --app-ids="my.app.id"`

$ echo $VERSIONS 

#Output
[
    {
        "platform": "android",
        "version": "2.4.3",
        "url": "https://play.google.com/store/apps/details?id=my.app.id"
    }, 
    {
        "platform": "ios",
        "version": "2.4.4",
        "url": "https://apps.apple.com/us/app/my.app.id/id00000000"
    }
]
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Get current app version from App Stores (Android and iOS) from within the command line interface

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, html, http

More

Packages that depend on app_version_cli