appflow live-update download-artifact
[appflow, live-update, download-artifact]
Download the latest web build from a Live Update channel in Appflow
appflow live-update download-artifact [flags]
Examples
appflow live-update download-artifact --app-id b3456cd --channel-name Development [--zip-name build.zip --json]
Aliases
- "download"
Flags
| Name | Type | Default | Description | 
|---|---|---|---|
| --app-id[required] | string | Appflow app id | |
| --channel-name[required] | string | Live Update channel name | |
| --zip-name | string | Specify name for zip file | 
Global Flags
| Name | Type | Default | Description | 
|---|---|---|---|
| -h, --help | boolean | false | Print help information for command | 
| --config | string | Appflow config file ( .appflow.yamlby 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 | 
|---|---|---|
| appId | string | Your app's unique identifier in Appflow. | 
| channelName | string | The name of a channel that hosts Live Updates. | 
| zipName(optional) | string | The relative filepath containing the downloaded Live Update ZIP. | 
| status | "CREATED" | "PENDING" | "RUNNING" | "BUILDING" | "FAILED" | "SUCCESS" | "CANCELED" | The status of the Live Update download request. | 
Successful Output
{
  "appId": "052b32ac",
  "channelName": "Production",
  "zipName": "0e949006-65e4-4f22-8579-7fa8cf7b11c0.zip",
  "status": "SUCCESS"
}