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
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.
The text was updated successfully, but these errors were encountered:
It'd be useful for us to add a
elm-json outdated
command, which shows the same information aselm-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
orpip list --outdated
.A simpler alternative would be to just add a
--no
command line argument toelm-json upgrade
, which just answers "no" to all questions. (In addition to the already existing--yes
argument.The text was updated successfully, but these errors were encountered: