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
Please add bbin --outdated option to see which of the installed scripts are outdated.
(e.g. a similar behavior to npm outdated -g would be cool . The brew outdated way is also good, but the table/version based display of NPM is way more useful)
I think this would increase the reach and usability of the tool.
Thank you.
The text was updated successfully, but these errors were encountered:
It would be nice to use antq for deps.edn-based scripts. Currently antq doesn't run in Babashka but we could potentially work around this by running a Clojure subprocess with babashka.tasks/clojure.
We'll still need to write logic to check scripts that antq can't handle but this will reduce some of the effort overall. It would be ideal if antq could be used directly from Babashka in the future.
Got it. I haven't looked into how antq works internally, so thanks for the clarification. I'll take a look at the existing code in neil to see what we can reuse.
rads
changed the title
Add "bbin --outdated" option.
Add bbin --outdated option
Jun 25, 2023
Please add
bbin --outdated
option to see which of the installed scripts are outdated.(e.g. a similar behavior to
npm outdated -g
would be cool . Thebrew outdated
way is also good, but the table/version based display of NPM is way more useful)I think this would increase the reach and usability of the tool.
Thank you.
The text was updated successfully, but these errors were encountered: