List
Get a list of 'events store' channels / clients command
List command allows to get a list of 'events store' channels / clients with details
kubemqctl events_store list [flags]
# Get a list of events store channels
kubemqctl events_store list
# Get a list of events stores channels/ clients filtered by 'some-events-store' channel only
kubemqctl events_store list -f some-events-store
-f, --filter string set filter for channel / client name
-h, --help help for list
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml")
Last modified 3yr ago