Added support to show the Installed Version of commands during search
Updated the list of packages in packages-list.json (GH#192)
Removed versions of the packages from package-list.json
Changed package installation order
Cli will first check if new binaries are available. If the package has no binaries or no valid
binaries can be found, it will build the package locally
--force flag has been deprecated for both install and update
Migrated to go 1.21
Updated various dependencies
Fixes
Fixed uninstalling of a command when binaries are not found
1.6.0 (September 5, 2024)
Enhancements
Installed Version
of commands duringsearch
packages-list.json
(GH#192)package-list.json
Fixes