Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 775 Bytes

tkn_pipelinerun_cancel.md

File metadata and controls

40 lines (24 loc) · 775 Bytes

tkn pipelinerun cancel

Cancel a PipelineRun in a namespace

Usage

tkn pipelinerun cancel

Synopsis

Cancel a PipelineRun in a namespace

Examples

Cancel the PipelineRun named 'foo' from namespace 'bar':

tkn pipelinerun cancel foo -n bar

Options

  -h, --help   help for cancel

Options inherited from parent commands

  -c, --context string      name of the kubeconfig context to use (default: kubectl config current-context)
  -k, --kubeconfig string   kubectl config file (default: $HOME/.kube/config)
  -n, --namespace string    namespace to use (default: from $KUBECONFIG)
  -C, --no-color            disable coloring (default: false)

SEE ALSO