tanzu workload list

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

Synopsis

Lists all workloads

List configuration options include:

  • Output the list for all namespaces
  • Output the list for a specific namespace
  • Output the list for a specific kind
  • Output the list formatted
tanzu workload list [flags]

Examples

tanzu workload list
  tanzu workload list --all-namespaces,
  tanzu workload list --namespace my-namepsace,
  tanzu workload list --kind my-workload-kind,
  tanzu workload list --output yaml

Options

  -A, --all-namespaces   use all kubernetes namespaces
  -h, --help             help for list
  -k, --kind string      list workloads from the specified workload kind
  -n, --namespace name   kubernetes namespace (defaulted from kube config)
  -o, --output string    output the workloads formatted. Supported formats: "json", "yaml", "yml"

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

  • tanzu workload for creating, updating, viewing, and listing Tanzu Workloads
check-circle-line exclamation-circle-line close-line
Scroll to top icon