Feature request
Add the following event-related subcommands to tkn results:
pipelinerun events list: list events for a provided PipelineRun
pipelinerun events get: get a specific event (by ID)
taskrun events list: list events for a provided TaskRun
taskrun events get: get a specific event (by ID)
events list: list events (all for a given namespace)
events get: get a specific event (by ID)
Use case
Query and analyze events that occur during the execution of a TaskRun and/or PipelineRun.
See also #439