tanzu supplychain component get

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

Synopsis

Get the details of the specified component within a namespace.

component get configuration options include:

  • Specify the namespace of the component (optional)
  • Output the component formatted
  • Show more details of the component
tanzu supplychain component get <NAME> [flags]

Examples

tanzu supplychain component get NAME
  tanzu supplychain component get NAME --namespace default
  tanzu supplychain component get NAME --namespace default --show-details

Options

  -h, --help             help for get
  -n, --namespace name   kubernetes namespace
  -o, --output string    output the component details formatted. Supported formats: "json", "yaml", "yml"
      --show-details     show more details of the component

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