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
How do I list outdated dependencies required by my recipe? Similar to npm outdated for npm.js.
It seems like this is a feature that should exist but search engines and documentation leave me empty-handed.
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
There is no direct command to list outdated dependencies. The --update can update the dependencies that can be updated (within the defined ranges), but there is nothing built-in to list new versions of current dependencies.
It should be pretty easy to do with a custom command though, mostly a graph-info, then a list for each one. This might also be considered as a built-in subcommand too, it would make sense to have it too.
What is your question?
How do I list outdated dependencies required by my recipe? Similar to
npm outdated
for npm.js.It seems like this is a feature that should exist but search engines and documentation leave me empty-handed.
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: