You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: