Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 916 Bytes

insight_package_get.md

File metadata and controls

31 lines (21 loc) · 916 Bytes

Insight package get

Get package by name, version, and package manager.

Synopsis

Get package by name, version, and package manager.

insight package get --name <package name> --version <package version> --pkgmngr Unknown [--format <format>] [flags]

Examples

insight package get --name client --version 1.0.0a --pkgmngr Unknown

Options

  -f, --format string    output format which can be in 'json' or 'text'. If not present, defaults to text. (default "text")
  -h, --help             help for get
  -n, --name string      name of the package
  -p, --pkgmngr string   Package manager of the dependency. 'Unknown' is currently the only supported value (default "Unknown")
  -v, --version string   version of the package

See also