Badgerati / Fudge

Fudge is a PowerShell tool to help manage software packages via Chocolatey for specific development projects. Think NPM and Bower, but for Chocolatey
MIT License
21 stars 3 forks source link

Ability to list packages in the Fudgefile and show information #1

Closed Badgerati closed 7 years ago

Badgerati commented 7 years ago

Ability to list packages in the Fudgefile and show information about which ones are installed, not installed, and have a different version installed then specified in the file.

fudge list

You should also be able to run fudge list <package_id> and it will list the information for that package only. If that package ID cannot be found, Fudge will list the closest named packages instead.

Badgerati commented 7 years ago

If a specific package is passed, and it's not in the Fudgefile - just state the package isn't in the Fudgefile