appflow destination list-deployments
[appflow, destination, list-deployments]
Get list of deployments made to this store destination for the specified app
appflow destination list-deployments [flags]
Examples
appflow destination list-deployments --app-id=b3456cd --name=Production
Flags
Name | Type | Default | Description |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--name [required] | string | Store destination name | |
--first | number | 5 | Fetches the first n latest deployments to the destination |
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 |
---|---|---|
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. |
deployments | object[] | A list of past deployments to this Live Update channel or Destination. |
.buildId | number | A unique identifier for a build done in Appflow. |
.buildNumber (optional) | number | An app-specific build number for builds done in Appflow. |
.triggeredBy | string | Appflow user that triggered the build associated with this deployment. |
.status | string | The status of this deployment. |
.commitSha (optional) | string | The commit hash. |
.commitAuthor | string | The git user that created the commit associated with this build. |
.commitCreated | string | String of datetime when the commit was created |
.commitBranch | string | The branch on which the commit was created. |