choco
choco copied to clipboard
outdated: filter by package id
choco outdated mypackage
This command should show only the outdated status of the one package provided.
Example output:
choco outdated mypackage
Chocolatey v0.10.16
Outdated Packages
Output is package name | current version | available version | pinned?
mypackage|1.0.0|1.0.1|false
Basically it should check the outdated status of only that package.
I like it!
It appears @cuichenli has taken this and provided a PR.