Skip to main content

Info command

Show the package manifest for a specific package

Info command sample
wintuner info {packageId}

Sample:

Info about Oh My Posh
wintuner info JanDeDobbeleer.OhMyPosh 

Parameters

ParameterValueDescription
{packageId}Package idWhat is the package id?
-v {version} / --version {version}Package versionWhich version should be used? Exact version, or latest when empty.

Technical description

  1. Discover latest version of package when no version is specified using the open-source index
  2. Loads package specific data from Winget repository
  3. Outputs the data as json

See InfoCommand.cs on GitHub.