ionic-cloud deploy android
This command deploys an android build to the Google Play Store. While the deploy is running, it prints the remote log to the terminal.
ionic-cloud deploy android [flags]
Examples
ionic-cloud deploy android --app-id=b3456cd --build-id=4c511f1 --destination="Google Play Store"
Flags
Name | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--build-id [required] | int | Appflow build id | |
--destination [required] | string | Google Play destination name | |
--detached | bool | false | Asynchronously run appflow deployment |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for android |
--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 |