events

Events for any meaningful user activity or system state change.

Usage

tanzu mission-control events [command]

Commands

  list          list events
  stream        stream events

list

List events.

Usage

tanzu mission-control events list [flags]

Flags

      --max-size uint   Number of records to return
      --offset uint     Offset at which to start returning records
  -o, --output string   Output format (yaml|json)
  -q, --query string    Tanzu query to filter the events

Example

To list events for clusters, printing a maximum of 3:

tanzu mission-control events list --query "type:*cluster*" --max-size 3

stream

Stream events.

Usage

tanzu mission-control events stream [flags]
check-circle-line exclamation-circle-line close-line
Scroll to top icon