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
# Install from Git tag
$ bbin install io.github.babashka/neil --git/tag v0.1.44
$ neil --version
neil 0.1.44
# Upgrade to latest Git tag
$ bbin upgrade neil
$ neil --version
neil 0.1.45
# Install from HTTP script
$ bbin install https://raw.githubusercontent.com/borkdude/tools/main/antq.clj
# Re-fetch HTTP script
$ bbin upgrade antq
Implementation Details
A non-exhaustive list of examples to consider for upgrading:
I would expect bbin upgrade to behave like sudo apt upgrade og pacman -Syuu, where everything is upgraded. Both of those commands take confirmation / ask for sudo.
Docs
bbin upgrade [script]
Upgrade a script
Implementation Details
A non-exhaustive list of examples to consider for upgrading:
The text was updated successfully, but these errors were encountered: