ionic-cloud live-update list-deployments
[ionic-cloud, live-update, list-deployments]
Get list of deployments made to this Live Update channel for the specified app
ionic-cloud live-update list-deployments [flags]
Examples
ionic-cloud live-update list-deployments --app-id=b3456cd --name=Production
Flags
Name | Type | Default | Description |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--name [required] | string | Live Update channel name | |
--first | number | 5 | Fetches the first n latest deployments to the channel |
Global Flags
Name | Type | Default | Description |
---|---|---|---|
-h, --help | boolean | false | Print help information for command |
--config | string | Ionic Cloud config file (.ionic-cloud.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 channel that hosts Live Updates. |
channelDeployments | object[] | A list of past deployments to this Live Update channel. |
.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. |
.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. |