Open
Description
Description
One of the most annoying things about SwiftPM is that there is no way to see which of my packages are outdated.
Using upToNextMajor
auto update strategy alleviates this a bit, but this does not help when a package has a major version update.
It would be great if xcode and the swift package cli had a command to quickly list which packages have an update.
Expected behavior
add a new command:
swift package outdated
// or whatever name makes the most sense
list all dependencies pulled in by the current project that have available version updates
Actual behavior
this feature does not exist today
Steps to reproduce
n/a
Swift Package Manager version/commit hash
n/a
Swift & OS version (output of swift --version && uname -a
)
n/a