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
Name | Type | Default | Description |
---|---|---|---|
--app-id [required] | string | Appflow app id |
Global Flags
Name | Type | Default | Description |
---|---|---|---|
-h, --help | boolean | false | Print help information for command |
--config | string | Appflow config file (.appflow.yaml by default) | |
--json | boolean | 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 |
Outputs
Name | Type | Description |
---|---|---|
storeDestinations | object[] | A list of Google Play/Apple App Store Destinations. |
.name | string | The name of a Destination you've created in Appflow. |
.target | string | The target (Apple App Store/Google Play) of your Destination in Appflow. |