tanzu workload run get

This topic gives you command-specific information for the Tanzu Supply Chain CLI.

Synopsis

Get the details of the specified workload run within a namespace.

workload run get configuration options include:

  • Specify the namespace of the workload run
  • Output the workload run formatted
  • Show more details of the workload run
tanzu workload run get <NAME> [flags]

Examples

tanzu workload run get NAME
  tanzu workload run get NAME --namespace namespace
  tanzu workload run get NAME --namespace namespace --show-details

Options

  -h, --help             help for get
  -n, --namespace name   kubernetes namespace (defaulted from kube config)
  -o, --output string    output the workload run details formatted. Supported formats: "json", "yaml", "yml"
      --show-details     show more details of the workload run

Options inherited from parent commands

      --kubeconfig file   kubeconfig file (default is $HOME/.kube/config)
      --no-color          deactivate color, bold, animations, and emoji output

See also

check-circle-line exclamation-circle-line close-line
Scroll to top icon