Skip to main content

appflow destination list

[appflow, destination, list]

List all store destinations for an app in Appflow

appflow destination list [flags]

Examples

appflow destination list --app-id=a1234bc

Flags

NameTypeDefaultDescription
--app-id [required]stringAppflow app id

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
storeDestinationsobject[]A list of Google Play/Apple App Store Destinations.
.namestringThe name of a Destination you've created in Appflow.
.targetstringThe target (Apple App Store/Google Play) of your Destination in Appflow.
{
"storeDestinations": [
{
"name": "Google Play",
"target": "Google Play"
},
{
"name": "App Store",
"target": "Apple App Store"
}
]
}