Skip to main content

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

NameTypeDefaultDescription
--app-id [required]stringAppflow app id

Global Flags

NameTypeDefaultDescription
-h, --helpbooleanfalsePrint help information for command
--configstringIonic Cloud config file (.ionic-cloud.yaml by default)
--jsonbooleanfalseFor commands with output, shortcut to print as JSON
--outputstring"text"For commands with output, print as [json] or human readable [text]
--tokenstringIonic authorization token

Outputs

NameTypeDescription
channelsobject[]A list of the channels that a Live Update was deployed to.
.channelNamestringThe name of a channel that hosts Live Updates.
{
"channels": [
{
"channelName": "Production"
}
]
}