airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

Improvement: List outdated packages only on apm outdated #152

Closed mwelk closed 2 years ago

mwelk commented 2 years ago

Currently all installed packages are listed with their current and their latest available version with apm outdated. On projects with a lot of packages, it can get confusing to find the outdated versions.

The command apm list already shows all installed packages with their versions. It would be handy if apm outdated only showed the outdated packages instead.

marchbold commented 2 years ago

Good idea! I'll look into it.