Taskrun commands
tkn taskrun cancel
Cancel a taskrun in a namespace.
Example: Cancel the
mytaskrun
taskrun from a namespace$ tkn taskrun cancel mytaskrun -n myspace
tkn taskrun delete
Delete taskruns in a namespace.
Example: Delete
mytaskrun1
and mytaskrun2
taskruns from a namespace$ tkn taskrun delete mytaskrun1 mytaskrun2 -n myspace
tkn taskrun describe
Describe a taskrun in a namespace.
Example: Describe the
mytaskrun
taskrun in a namespace$ tkn taskrun describe mytaskrun -n myspace