Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.33 KB

kubemq_events_store_attach.md

File metadata and controls

46 lines (29 loc) · 1.33 KB

kubemq events_store attach

Events-Store attach to events store channels command

Synopsis

Events-Store attach command allows to display 'events_store' channel content for debugging proposes

kubemq events_store attach [flags]

Examples


	# Attach to all events store channels and output running messages
	kubemq events_store attach *
	
	# Attach to some-events-store 'events store' channel and output running messages
	kubemq events_store attach some-events-store

	# Attach to some-events-store1 and some-events-store2 'events store' channels and output running messages
	kubemq events_store attach some-events-store1 some-events-store2 

	# Attach to some-events-store 'events store' channel and output running messages filter by include regex (some*)
	kubemq events_store attach some-events -i some*

	# Attach to some-events-store 'events store' channel and output running messages filter by exclude regex (not-some*)
	kubemq events_store attach some-events -e not-some*

Options

  -e, --exclude stringArray   set (regex) strings to exclude
  -h, --help                  help for attach
  -i, --include stringArray   set (regex) strings to include

SEE ALSO

Auto generated by spf13/cobra on 21-Aug-2021