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]
#
FlagsName | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for ios |
--destination [required] | string | Apple app store 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 ios --app-id=b3456cd --commit=4c511f16ef2644854d04cabebfcecc82be0eb04f --destination="Apple App Store"