Pipelinerun commands
tkn pipelinerun cancel
Cancel a pipelinerun in a namespace.
Example: Cancel the
mypipelinerun
pipelinerun from a namespace$ tkn pipeline cancel mypipelinerun -n myspace
tkn pipelinerun delete
Delete pipelinerun in a namespace.
Example: Delete pipelineruns from a namespace
$ tkn pipelinerun delete mypipelinerun1 mypipelinerun2 -n myspace
tkn pipelinerun describe
Describe a pipelinerun in a namespace.
Example: Describe the
mypipelinerun
pipelinerun in a namespacetkn pipelinerun describe mypipelinerun -n myspace