List channels
List all channels of a given channel type. You can also provide a limit for paginating the results.
stream-cli chat list-channels --type [channel-type] [flags]
# List the top 5 'messaging' channels as a json $ stream-cli chat list-channels --type messaging --limit 5 # List the top 20 'livestream' channels as a browsable tree $ stream-cli chat list-channels --type livestream --limit 20 --output-format tree
-h, --help help for list-channels -l, --limit int [optional] Number of channels to return. Used for pagination (default 10) -o, --output-format string [optional] Output format. Can be json or tree (default "json") -t, --type string [required] Channel type such as 'messaging' or 'livestream'
--app string [optional] Application name to use as it's defined in the configuration file --config string [optional] Explicit config file path