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
Parameter | Value | Description |
---|---|---|
{packageId} | Package id | What is the package id? |
-v {version} / --version {version} | Package version | Which version should be used? Exact version, or latest when empty. |
Technical description
- Discover latest version of package when no version is specified using the open-source index
- Loads package specific data from Winget repository
- Outputs the data as json
See InfoCommand.cs on GitHub.