Skip to main content

appflow live-update list-channels

[appflow, live-update, list-channels]

List names of Live Update channels for the specified app

appflow live-update list-channels [flags]

Examples

appflow live-update list-channels --app-id=b3456cd

Flags

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

Global Flags

NameTypeDefaultDescription
-h, --helpbooleanfalsePrint help information for command
--configstringAppflow config file (.appflow.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"
}
]
}