zwilias / elm-json

Install, upgrade and uninstall Elm dependencies
MIT License
182 stars 9 forks source link

Add `elm-json outdated` command #56

Open nidico opened 1 year ago

nidico commented 1 year ago

It'd be useful for us to add a elm-json outdated command, which shows the same information as elm-json upgrade --unsafe (i.e. which packages are outdated), but doesn't prompt whether the upgrade should be performed.

This would be similar to npm outdated or pip list --outdated.

A simpler alternative would be to just add a --no command line argument to elm-json upgrade, which just answers "no" to all questions. (In addition to the already existing --yes argument.