ionic-cloud live-update set-native-versions
Control when an update happens based on native features and binary version
ionic-cloud live-update set-native-versions [flags]
Examples
ionic-cloud live-update set-native-versions --app-id=b3456cd --build-id=baf924a --ios-min=1.2.3 --android-min=1.2.3
Flags
Name | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--build-id [required] | int | Appflow build id | |
--android-eq | string | If the Android native binary is this version, do NOT download this live update, because they are equal | |
--android-max | string | Android native binary must be this version or below in order to download this live update | |
--android-min | string | Android native binary must be at least this version in order to download this live update | |
--ios-eq | string | If the iOS native binary is this version, do NOT download this live update, because they are equal | |
--ios-max | string | iOS native binary must be this version or below in order to download this live update | |
--ios-min | string | iOS native binary must be at least this version in order to download this live update |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for set-native-versions |
--config | string | config file | |
--json | bool | false | For commands with output, shortcut to print as JSON |
--output | string | "text" | For commands with output, print as [json] or human readable [text] |
--token | string | Ionic authorization token | |
-v, --verbose | bool | false | verbose output |