Replies: 2 comments
-
We could possibly allow listing several libraries:
But I'm not sure whether that would cause problems for the global |
Beta Was this translation helpful? Give feedback.
0 replies
-
For now let's not add more stuff to the issue, and focus on what's described in the first post. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Original Slack thread on
#babashka-neil
: https://clojurians.slack.com/archives/C03KCV7TM6F/p1660304001426249Proposed API:
neil dep upgrade
- upgrades all dependencies to the latest versionneil dep upgrade --dry-run
- shows all available upgradesneil dep upgrade --lib hiccup/hiccup
- upgrades only hiccupneil dep upgrade --dry-run --lib hiccup/hiccup
- shows available upgrades for hiccupBeta Was this translation helpful? Give feedback.
All reactions