Releases: ACooper81/PSScoop
Releases · ACooper81/PSScoop
Bug fix
Added short parameter aliases for all functions
- Added short parameter aliases for all functions
Update-Scoop Fixes
- Added checks to Update-Scoop and Get-Scoop when checking for updates when the manifest has been removed from the bucket.
Reset and Repair Apps
- Added new function Reset-Scoop [-App] <string[]> [[-Version] ] []
- Added new function Repair-Scoop [-UserApps] [[-GlobalApps]] []
- Added -Repair parameter to Update-Scoop function to fix broken apps before running updates.
- Changed Update-Scoop display text when it finds updates to : -> ()
List and Sort Apps in Get-Scoop and Update-Scoop Functions
- Get-Scoop - Sorts the output from the Get-Scoop function
- Update-Scoop - List available updates before installing updates
Initial Release
Created initial release with the following public functions
- Get-Scoop [[-GlobalApps]] [[-UserApps]] [[-App] ] [[-Bucket] ] []
- Update-Scoop [[-App] ] [[-Apps] <String[]>] [[-AllApps]] [[-UserApps]] [[-GlobalApps]] [[-Buckets]]
[[-Global]] [[-Force]] [[-NoCache]] []