Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.25 KB

tkn_pipelinerun_describe.md

File metadata and controls

38 lines (26 loc) · 1.25 KB

tkn pipelinerun describe

Describes the pipelinerun

Synopsis

Describes the pipelinerun

tkn pipelinerun describe NAME [flags]

Aliases

describe, desc

Options

--allow-missing-template-keys   If true, ignores any errors in a template when a field or map key is missing. Only applies to golang and jsonpath output formats. (default true)
 -h, --help                          help for describe
 -o, --output string                 Output format. One of: json|yaml|name|go-template-file|templatefile|template|go-template|jsonpath|jsonpath-file.
      --template string               Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].

Options inherited from parent commands

--azure-container-registry-config string   Path to the file containing Azure container registry configuration information.
 -k, --kubeconfig string                        kubectl config file (default: $HOME/.kube/config)
 -n, --namespace string                         namespace to use (default: from $KUBECONFIG)

SEE ALSO