ionic-cloud live-update list-channels
[ionic-cloud, live-update, list-channels]
List names of Live Update channels for the specified app
ionic-cloud live-update list-channels [flags]
Examples
ionic-cloud live-update list-channels --app-id=b3456cd
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 | Ionic Cloud config file ( .ionic-cloud.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 | 
|---|---|---|
| channels | object[] | A list of the channels that a Live Update was deployed to. | 
| .channelName | string | The name of a channel that hosts Live Updates. |