tanzu insight package sources

This topic tells you how to use the Tanzu Insight CLI tanzu insight package sources command to get the sources that contain the given package by name.

Synopsis

To get sources that contain the given package by name, run:

tanzu insight package sources --name <package name> [flags]

Examples

insight package sources --name client
  insight package sources --name client --output-format api-json

Options

  -h, --help                   help for sources
  -n, --name string            name of the package
      --output-format string   specify the response's SBOM report format and file type format, options=[text, api-json] (default: text)

See also

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