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