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
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 | Appflow config file (.appflow.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 |
---|---|---|
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. |