Attach
Attach to 'commands' channels command
Attach command allows to display 'commands' channel content for debugging proposes
kubemqctl commands attach [flags]
# attach to all commands channels and output running messages
kubemqctl commands attach *
# attach to some-commands 'commands' channel and output running messages
kubemqctl commands attach some-commands
# attach to some-commands1 and some-commands2 'commands' channels and output running messages
kubemqctl commands attach some-commands1 some-commands2
# attach to some-commands 'commands' channel and output running messages filter by include regex (some*)
kubemqctl commands attach some-commands -i some*
# attach to some-commands 'commands' channel and output running messages filter by exclude regex (not-some*)
kubemqctl commands attach some-commands -e not-some*
-e, --exclude stringArray Set (regex) strings to exclude
-h, --help help for attach
-i, --include stringArray Set (regex) strings to include
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml")
Last modified 3yr ago