Full management of versions à la nvm
with offline/cache capabilities and wildcards
#25749
Labels
nvm
with offline/cache capabilities and wildcards
#25749
Observation
Deno added cool ways to upgrade like installing without
--version
ordeno upgrade [rc|lts]
.But still it could be better. Versions are too precise, and you can't just ask for
1.46
, neither ask for1.46.*
nor~1.46
.Also, it would be good to have a full listing of the versions available and list the RCs, and LTSs in a
nvm list-remote
fashion.Cherry on top would be offline resolution of the version asked if the list of tag is fresh, let's say a day. Similar to
deno run -r, --reload
, a reload option would refresh the cache.Subcommands suggestion
See past issues:
deno upgrade --version=
#25035deno upgrade
should have download cache #18440The text was updated successfully, but these errors were encountered: