Skip to main content

appflow destination create-ios

[appflow, destination, create-ios]

Create a new Apple App Store destination in Appflow

appflow destination create-ios [flags]

Examples

appflow destination create-ios --app-id=a1234bc --name="Apple Production" --username=me@example.com --app-specific-password=abcd-efgh-ijkl-mnop --apple-app-id=123456789 --team-id=D4XWI86J45

Flags

NameTypeDefaultDescription
--app-id [required]stringAppflow app id
--app-specific-password [required]stringThe secret which grants Appflow access to your developer account
--apple-app-id [required]stringApple's unique id for your app
--name [required]stringYour unique name for the destination in Appflow
--team-id [required]stringApple's unique id for your team or organization
--username [required]stringYour Apple developer account

Global Flags

NameTypeDefaultDescription
-h, --helpbooleanfalsePrint help information for command
--configstringAppflow config file (.appflow.yaml by default)
--jsonbooleanfalseFor commands with output, shortcut to print as JSON
--outputstring"text"For commands with output, print as [json] or human readable [text]
--tokenstringIonic authorization token

Outputs

NameTypeDescription
namestringThe name of a Destination you've created in Appflow.
targetstringThe target (Apple App Store/Google Play) of your Destination in Appflow.
artifactType"APK" | "DSYM" | "XCARCHIVE" | "IPA" | "APP" | "AAB" | "WWW_MANIFEST" | "WWW_MANIFEST_V2" | "WWW_ZIP" | "PNG" | "MP4"The file type of the artifact that is uploaded to the store destination
latestDeployment (optional)objectThe latest successful deployment associated with this Channel or Destination.
.buildIdnumberA unique identifier for a build done in Appflow.
.buildNumber (optional)numberAn app-specific build number for builds done in Appflow.
.triggeredBystringAppflow user that triggered the build associated with this deployment.
.statusstringThe status of this deployment.
.commitSha (optional)stringThe commit hash.
.commitAuthorstringThe git user that created the commit associated with this build.
.commitCreatedstringString of datetime when the commit was created
.commitBranchstringThe branch on which the commit was created.
appleAppIdstringYour app's unique identifier in Appflow.
usernamestringThe username of the Apple account associated with this Destination.
teamId (optional)stringThe id of the Apple Developer team associated with this Destination.
{
"name": "Development",
"target": "Apple App Store",
"artifactType": "IPA",
"latestDeployment": null,
"appleAppId": "123",
"username": "me@apple.com",
"teamId": "XYZ"
}