Skip to main content

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

NameTypeDefaultUsage
--app-id [required]stringAppflow app id
--build-id [required]intAppflow build id
--android-eqstringIf the Android native binary is this version, do NOT download this live update, because they are equal
--android-maxstringAndroid native binary must be this version or below in order to download this live update
--android-minstringAndroid native binary must be at least this version in order to download this live update
--ios-eqstringIf the iOS native binary is this version, do NOT download this live update, because they are equal
--ios-maxstringiOS native binary must be this version or below in order to download this live update
--ios-minstringiOS native binary must be at least this version in order to download this live update

Global Flags

NameTypeDefaultUsage
-h, --helpboolfalsehelp for set-native-versions
--configstringconfig file
--jsonboolfalseFor commands with output, shortcut to print as JSON
--outputstring"text"For commands with output, print as [json] or human readable [text]
--tokenstringIonic authorization token
-v, --verboseboolfalseverbose output