Events for any meaningful user activity or system state change.
tanzu mission-control events [command]
list list events
stream stream events
list
List events.
tanzu mission-control events list [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
To list events for clusters, printing a maximum of 3:
tanzu mission-control events list --query "type:*cluster*" --max-size 3
stream
Stream events.
tanzu mission-control events stream [flags]