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]
#
FlagsName | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for android |
--destination [required] | string | Google Play destination name |
#
Inherited FlagsName | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--build-id [required] | int | Appflow build id | |
--detached | bool | false | Asynchronously run appflow deployment |
--json | bool | false | Shortcut to print deploy output as JSON |
--output | string | "text" | Print deploy output as [json] or human readable [text] |
--config | string | config file | |
--token | string | Ionic authorization token | |
-v, --verbose | bool | false | verbose output |
#
Examplesionic-cloud deploy android --app-id=b3456cd --commit=4c511f16ef2644854d04cabebfcecc82be0eb04f --destination="Google Play Store"